View Single Post
  #2 (permalink)  
Old 07-19-2007, 06:41 AM
Eranga's Avatar
Eranga Eranga is offline
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 5,060
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Javac is just a executable file used to run your *.java file. Have you check the bin folder on Java installation folder of your system. You can see that, it's just an exe file. You can't hold it. If you type javac on Run, it start to sun, and looking the *.java file. If it is not found such a file, close itself.

If you have put the link of that tutorial, I check that what it says.
Reply With Quote