View Single Post
  #1 (permalink)  
Old 08-06-2007, 01:02 AM
barney barney is offline
Member
 
Join Date: Jul 2007
Posts: 40
barney is on a distinguished road
Running a application in java
Hi, 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. 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.

Thanks.
Reply With Quote
Sponsored Links