A 2006 MIDlet game - Will an helicopter save the world from the alien invasion ?
- Java
- Maven 2.x (tested with 2.0.2)
- Sun Java Wireless Toolkit
Set wtk.home property on pom.xml or run maven with
-Denv.wtkhome=<wtk directory>
example:
mvn clean package -Denv.wtkhome=/D/Software/WTK2.5.2_01
mvn j2me:run -Denv.wtkhome=<wtk directory>
Don't know if is possible to configure j2me-maven-plugin from pom, by the way you can manually launch the emulator from WTK directory with debug listening on a certain port
<WTK_HOME>/bin/emulator.exe -Xdevice:DefaultColorPhone -Xheapsize:1M -Xdescriptor: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8787 -Xdescriptor:<jad_file>
- Copy jar and jad files under target directory to your device
- Install J2ME Loader on your device
- Open J2ME Loader, locate the jad file and run it