[Java] JAR2EXE converts a Jar file into an Exe file

Java as you know is a platform independent programming language and often many programmers develop a application, package it in a JAR file and push it out to the world for consumption.

If you are new to the term JAR, Java Archive (JAR) files are compressed files into which you can store many files. If you place the many classes that your application, or applet need in a JAR file, you reduce the size of your distribution.

If you ever want to convert a JAR file into an EXE file, JAR2EXE Converter will help you easily convert a JAR file (MIDP application, such as Nokia Mobile Games) to an EXE file (Win32 NHAL Emulator). You can run the midlets just like what the execution files running on Windows platform.

JAR2EXE Converter runs Midp2Exe compiler  to convert JAR file (MIDP Application) to EXE file (Win32 NHAL Emulator). Then, it copies the output file and the runtime library to the output directory.

Just select the output directory and the JAR file that you want to convert, then click Compile button, Finally, run the output EXE in the output directory file to test and enjoy :) .

And if you only want to test the output file, just click Test button. It will run the output file, but will not copy the output file to the output directory.

Download JAR2EXE Converter by clicking here.

You can follow me on Twitter at http://twitter.com/vaibhav1981

Do stay tuned to Technofriends for more, one of the best ways of doing so is by subscribing to our feeds. You can subscribe to Technofriends feed by clicking here.

Related posts:

  1. How-To: Read an XML file using DOM parser in JAVA?
  2. Java: Lifecycle of a Java Program
  3. Convert PDT to TXT format with Zilla PDF to TXT Converter (Free today)
  4. [Java] 10 Java Packages every Java Developer must know about
  5. Java: Lets revisit the past

Leave a Reply