|
You need to compile the applet just like any other java program. The you must create a html file that runs the applet, that is, if you're doing it from the command line, I don't know how JCreator works, but i'm making an educated guess that it will probably generate a html file for you. If you installed the sun java package, there is a program called appletviewer that will let you run the html file with that applet in it, and it should start.
-JSS
|