Skip to content

A 2006 MIDlet game - Could an helicopter save the world from the alien invasion ?

Notifications You must be signed in to change notification settings

fstarred/save-metropolis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Save Metropolis

A 2006 MIDlet game - Will an helicopter save the world from the alien invasion ?

screenshot

Requirements

  • Java
  • Maven 2.x (tested with 2.0.2)
  • Sun Java Wireless Toolkit

Usage

How to compile

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

How to run

mvn j2me:run -Denv.wtkhome=<wtk directory>

How to debug

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>

How to run on Android device

  1. Copy jar and jad files under target directory to your device
  2. Install J2ME Loader on your device
  3. Open J2ME Loader, locate the jad file and run it

About

A 2006 MIDlet game - Could an helicopter save the world from the alien invasion ?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages