Grant Palin
12-09-2003, 09:38 PM
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>
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>