public class HelloWorld { public static void main ( String [] args ) { System.out.println( "Hello World" ); } // end main } // end class HelloWorldFrom the directory where HelloWorld.java lives, to compile it, type:
javac.exe -classpath . HelloWorld.javaand
java.exe -classpath . HelloWorldIf this does not work, here are some likely problem areas:
java.exe -classpath . C:\TEMP\HelloWorldis not permitted.
java.exe -classpath . Helloworldis not permitted.
public static void main ( String [] args )
|
|
You can get the freshest copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) |
| http://mindprod.com/jgloss/helloworld.html | J:\mindprod\jgloss\helloworld.html | |
![]() | Please email your feedback for publication,
letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording,
broken/redirected link reports, suggestions to improve this page or comments to
Roedy Green :
| |
| Canadian Mind Products | ||
| mindprod.com IP:[65.110.21.43] | ||
| view Blog | Your face IP:[38.107.179.212] | |
| Feedback | You are visitor number 24,176. | |