Midp2Exe 1.2.0
Конвертер j2me->exe


Описание: как видно из названия, эта небольшая программка используется для конвертирования java-приложений для мобильных телефонов в exe-формат. Затем можно запустить полученный файл (приложение, игру) на платформе Windows.

Midp2Exe is a tool to convert your MIDP application to Win32 PE format. You can run the midlets just like what the execution files running on Windows platform.

Download (63 Kb)
Runtime Library (792 Kb)

Используются следующие ключи:

-jar Jar File
Input the midlet source filename.
Исходный файл с расширением .jar

-jad Jad File
Input the midlet description filename.Jad File is not necessary.If not assigns a jad file, jar manifest file will be used.
Исходный файл с расширением .jad - не является необходимым.

-o or -out Output File
Output filename.If output file is not assigned,Compiler uses the same file name as jar file.
Имя выходного файла.

-r or -run
Invoke the output file.
Запустить полученный файл.

-m or -machine
Target device machine code. Default is x86.

-h or -help
Show this help.
Показать эту справку.

Пример:
Midp2Exe -jar demo.jar -out demo.exe
Midp2Exe -jar demo.jar -jad demo.jad -o demo.exe