|
Running a java program as an application
I know you can run a java application from a webpage the same as you would for an applet. What do you have to do to get it to work? I can get an applet to work, but not an application.
For example, when I try to run an application, it doesn't load. The status bar at the bottom says "Applet Lab01/Lab1Demo notinited". If it means it needs an init method, it's in the program. And the program runs fine if I just execute it, not through a webpage.
Any suggestions?
<edit>I didn't phrase this very well. I have a Java program that runs fine as a standalone application, but I want to run it as an applet.</edit>
Last edited by Grant Palin; 12-10-2003 at 07:11 PM..
|