aspose file tools
The moose likes Applets and the fly likes executable jar file for applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "executable jar file for applet" Watch "executable jar file for applet" New topic
Author

executable jar file for applet

biswajit goswami
Ranch Hand

Joined: Dec 05, 2005
Posts: 35
how to make executable jar file having an applet only??
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
In order for a jar file to be executed (by which I think you mean have it start running when you double-click it), it needs to have a Manifest file which points to a class that has a main method. So the applet would need to be adapted to run as an application. See the Applet FAQ for an approach that helps you do this.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: executable jar file for applet
 
Similar Threads
is it possible to convert .class to .exe
Help Needed in Applets....Urgent
executable jar file
Executable jar
Destop application