Monday, November 22, 2010

Compling source in cmd?

i am trying to learn java, and i am trying to compile the source file.I save the file here.. ';C:\programfiles\java\HelloWorldapp.java?br>


But when i open the cmd, the directory is ';C:\documents and setiings\owner%26gt;';



how do i change directory from C:\documents and setiings\%26gt; to just ';C:\'; ?

thanksCompling source in cmd?
you can do a bunch of cd..

or cd\Compling source in cmd?
Another way to compile Java source code would be to compile it through an IDE (Integrated Development Environment). Eclipse and IBM Netbeans are two popular free IDEs that are widely used by Java developers.



Eclipse - http://www.eclipse.org/downloads/

Netbeans - http://www.netbeans.org/

No comments:

Post a Comment