Thread: Java and Javac? help
ok have assignment have class. have compile , execute , supposed print stuff out before continue development.
our prof , students (sep me) using windows of kind...ewww jk. im of course using ubuntu 9.04 64bit. , far havent had problems. till now!
compile our professor wants use cmd
this doesnt work tired thiscode:javac -cp twitter4j.jar;. assignment5.java
only diff lack of ;. , works , creates .class file!!!code:javac -cp twitter4j.jar assignment5.java
gives cmd run it...
this doesnt work... have tried replacing -cp -classpath , same resualts. have tried many different things im not goin bother listing them if 1 can me determine right cmds run appreciate this!code:java -cp twitter4j.jar;. assignment5
here answer figured out of prof!
use : instead of ;code:java -cp twitter4j.jar:. assignment5
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Java and Javac? help
Ubuntu
Comments
Post a Comment