aspose file tools
The moose likes Java in General and the fly likes Create a windows executable from a jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Create a windows executable from a jar " Watch "Create a windows executable from a jar " New topic
Author

Create a windows executable from a jar

Malith Yapa
Ranch Hand

Joined: Jan 17, 2007
Posts: 45
I created a database application using mysql. And I'd like to create an windows executable from it. So that I can run it without the jvm. I know it sounds useless. But i was just curious. Is there anyway I can do that?

malith@hotpop.com
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336


So that I can run it without the jvm

This is not possible. If you want to run a Java appliction you are going to need a JVM to run it in.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
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: Create a windows executable from a jar
 
Similar Threads
Auto Installer for Java SWING application
how to create binary executable files from java source file on unix
Executable jar file in windows and linux?
How to create an EXE of the Java application?
Java native compiler