Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created one application in Netbeans IDE6.9.1 for mobile and created one some program which connect to Database ORACLE 10g as Jar file and I run project from Netbeans itself and I don't want to run this program form Netbeans. Can I run it without Netbeans
So I need help

Please Can anybody tell to how to convert Jar file or whole project of Jar file and its supportive library files and packages to EXE file?

and how to solve my problem?
please reply me as possible as early
Thank you in ADVANCE

Vishal Kolekar
Posted

Do a search on the internet. There are some utilities available - however I'm not aware on which ones would be best and which ones would be safe as well.
 
Share this answer
 
Try http://www.ikvm.net/index.html
 
Share this answer
 
If you convert your code to a desktop application (instead of a mobile application), the jar file produced can be run directly on any computer that has Java installed.
 
Share this answer
 
Hi,

WE Can run Executable Jar file, it works like a exe file.

check it out.
 
Share this answer
 
But to get the output window ?
after double clicking on that jar file its start running because there is no any error but no any window is coming then how to see output
 
Share this answer
 
Hello friends
firstly very very thank you for your response.
I got another option to run this jar file in Command prompt
which will also give me output window itself so I can understand whats going on in my code.
Anyways thanks again to all friends...
 
Share this answer
 
JAR2EXE Converter can easily convert a JAR file (MIDP application, such as Nokia Mobile Games) to an EXE file (Win32 NHAL Emulator).
This program will run Midp2Exe compiler to convert JAR file (MIDP Application) to EXE file (Win32 NHAL Emulator). Then, it will copy the output file and the runtime library to the output directory.

What you all need is the input jar file and this tool to test the game on the PC before the Nokia phone.

[Download JAR2EXE Converter]
 
Share this answer
 
v2
Comments
Sander Rossel 12-Nov-11 5:14am    
Why answer a question that was asked last MAY?
Hi,

i found many of the tools for converting jar to exe.
Just see the links.
Its very good and helpful.

Convert Jar To EXE, Executable File
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900