| Author |
How to compile and run applets from the command line
|
kazi Shahin
Greenhorn
Joined: Nov 14, 2010
Posts: 20
|
|
|
How can I compile and view my applet program from command prompt?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8435
|
|
Applets are java code. So you can use the javac command.
To view, check out appletviewer
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: How to compile and run applets from the command line
|
|
|