Sep 15, 2009 #1 cook44j Technical User Sep 15, 2009 1 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 Jan 8, 2004 4,042 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 Sep 4, 2001 631 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?