以下範例演示如何從命令提示字元使用java命令執行類檔案。
java
F:\worksp\javaexamples>javac HelloWorld.java F:\worksp\javaexamples>java HelloWorld
上述程式碼範例將產生以下結果。
Hello Java !