Sep 15, 2009 #1 cook44j Technical User Joined Sep 15, 2009 Messages 1 Location US I have created a new folder in the same directory as javac. When I try to compile it says java file not found.
I have created a new folder in the same directory as javac. When I try to compile it says java file not found.
Sep 15, 2009 #2 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES That's because the compiler doesn't find the file. If you give more info, maybe you can get more help Cheers, Dian Upvote 0 Downvote
That's because the compiler doesn't find the file. If you give more info, maybe you can get more help Cheers, Dian
Sep 16, 2009 #3 prosper Programmer Joined Sep 4, 2001 Messages 631 Location HK I suggested you get familiar with the Operating System that you are using. It seems you are not familiar with path in OS. http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html Do you use Windows, linux or Unix? Upvote 0 Downvote
I suggested you get familiar with the Operating System that you are using. It seems you are not familiar with path in OS. http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html Do you use Windows, linux or Unix?