Facing errors for missing netty classes in catkin_make for rosjava

asked 2014-05-06 10:00:02 -0500

araman gravatar image

I am attempting to build rosjava on Ubuntu 12.04 from source. I get the following error on catkin_make in ~/rosjava after I followed the instructions for building from source. package org.jboss.netty.buffer does not exist import org.jboss.netty.buffer.ChannelBuffer;

I see that ~/caches has ./modules-2/files-2.1/io.netty/netty/3.5.2.Final/e6fb74a0699abe108969b2ec1f269391169a0426/netty-3.5.2.Final.jar

What am I missing that is causing this problem. Any inputs would be highly appreciated.

edit retag flag offensive close merge delete

Comments

Hi there,

I am getting the same kind of error with Ubuntu 16.04, but when compiling a .java file. Were you able to solve it? This is the error i get: rosjava_bootstrap/message_generation/src/main/java/org/ros/internal/message/RawMessage.java: error: package org.jboss.netty.buffer does not exist import org.jboss.netty.buffer.ChannelBuffer;

jpenalver gravatar image jpenalver  ( 2020-04-20 04:21:48 -0500 )edit