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 later run it with:
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 )
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.62] | ![]() | ||
| You are visitor number 17,225. | |||
| You can get a fresh 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 | ||