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 | |
![]() | ||
| Canadian Mind Products | ||
| mindprod.com IP:[65.110.21.43] | ||
| view Blog | Your face IP:[38.107.179.211] | |
| Feedback | You are visitor number 23,809. | |