Links
Download page
Documentation
Screenshots

Overview
This program 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.
- Language: VB.NET
- IDE: Visual Studio 2005
How it work
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.
So you don't have to type a long command line to compile your JAR file, then manually download the runtime library, unzip and copy 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.
Notes
If something wrong happens, you can post your reply in the
Discussions tab