I have a java project named project1 running on MyEclipse, and project1 is located on C:\Documents and Settings\workspace\test.
on Eclipse, the class path is configrated and I can run project1 well.
the question is when I run project1 by cmd in C:\Documents and Settings\workspace\test directory by "javac project1", I got :
'javac' is not recognized as an internal or external command, operable program or batch file.
how can I compile project1 by cmd and not effect my configration to run project by Eclipse.
thanks
Start Free Trial