aspose file tools
The moose likes Beginning Java and the fly likes  running a executable jar file from another program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark " running a executable jar file from another program" Watch " running a executable jar file from another program" New topic
Author

running a executable jar file from another program

mohit junejaa
Ranch Hand

Joined: Feb 24, 2006
Posts: 41
hi
i want to run a executable jar file not frm command line but nther program

is it possible and how to go abt same


scjp 1.4
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
As long as that jar file is in your classpath, and you know the name of the class implementing the main method (which you can find in the manifest file of the jar), you can call the main method directly. Alternatively, you can call "java -jar xyz.jar" using Runtime.exec.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: running a executable jar file from another program
 
Similar Threads
is it possible to convert .class to .exe
Include icon image in JAR file and JAR icons
Stand alone project - working from desktop
Executable jar
Destop application