aspose file tools
The moose likes Beginning Java and the fly likes Running java programs on the commamd line Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Running java programs on the commamd line" Watch "Running java programs on the commamd line" New topic
Author

Running java programs on the commamd line

Prem Fernendo
Greenhorn

Joined: Dec 20, 2001
Posts: 1
When I run a java program I get the following error message;
'javac' is not recognized as an internal or external command, operable program or batch file.
Could you help me to handle this.
Thanks
Prem
Vladimir Ergovic
Ranch Hand

Joined: Apr 22, 2001
Posts: 63
You have to put JDK directory to path.
You should set it inside system setings.
But you can fix it like this.
set PATH=c:\jdk1.3\bin\;
before starting compiler


Vladimir Ergovic
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Running java programs on the commamd line
 
Similar Threads
Dx Ball Game
What Java book to get for a beginner?
Real World Java Code
Why main is declared as static?
Mainframe client