[java-dev] OS X javac question
Roald Baudoux
roald.baudoux at brutele.be
Fri May 30 14:22:29 MDT 2008
- Previous message: [java-dev] Re: FileNotFoundException
- Next message: [java-dev] OS X javac question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, This is my first attempt to compile a java file (NeuralNet from Daniel Iglesia). However I am not sure about the javac syntax, especially for paths: I use this command: javac -classpath "/Applications/Max5/Cycling\ \'74/java/lib:/Library/Java/Extensions" -g -sourcepath "/Users/roaldbaudoux/Desktop/iglesia-net" -verbose NeuralNet.java Terminal returns this message: error: cannot read: NeuralNet.java [total 89ms] 1 error What's wrong? Roald Baudoux
- Previous message: [java-dev] Re: FileNotFoundException
- Next message: [java-dev] OS X javac question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
