|
Graphics Now
Java Help |
![]() |
| ||
| ||
C:\dev\java>javac newclass.javawhere newclass is the name of the class to be compiled. If the compile is successful, a .class file will be output by javac. |
||
| ||
C:\dev\java>java newapplicationwhere newapplication is the name of the application class to be run. |
||
| ||
C:\dev\java>appletviewer page.htmlwhere page.html contains the applet to be run. Multiple applets can be included in one page; the appletviewer program will open a window for each. |
||
| ||||
| ||||
| See Also: | ||
|
|
|