I have the following in a java file (MyRtmpClient.java):
import org.apache.mina.common.ByteBuffer;
and ByteBuffer is inside a
ByteBuffer
You cannot use -cp with Javac. You have to use -classpath instead (assuming the other settings are correct).
-cp
-classpath