jasonz
New Member
can someone help me get started. Im trying to teach myself some java. I took the class in HS and remember some. Im using JCreator and i cant even get a simple println to work...
error:
Error : Invalid path, \bin\javac.exe -classpath "C:\Program Files\Xinox Software\JCreatorV4LE\MyProjects\trial thingy\classes" -d C:\Program" Files\Xinox Software\JCreatorV4LE\MyProjects\trial "thingy\classes @src_trial_thingy.txt"
thanks, jason
Code:
public class trial thingy {
public static void main(String[] args) {
// TODO, add your application code
System.out.println("Hello World!");
}
}
Error : Invalid path, \bin\javac.exe -classpath "C:\Program Files\Xinox Software\JCreatorV4LE\MyProjects\trial thingy\classes" -d C:\Program" Files\Xinox Software\JCreatorV4LE\MyProjects\trial "thingy\classes @src_trial_thingy.txt"
thanks, jason