I have the following in a java file (MyRtmpClient.java):
import org.apache.mina.common.ByteBuffer;
and ByteBuffer is inside a
ByteBuffer
In Java 8, the option ".;*" etc. which are mentioned above did not seem to work. I tried and found that : javac -cp '/*' MyRtmpClient.java
javac -cp '/*' MyRtmpClient.java
works:
can be /usr/local/classes/* or /home/developer/MyProject/*