cpate99
|
2010-07-01
, 18:36
|
Posts: 98 |
Thanked: 6 times |
Joined on Apr 2010
|
#11
|
|
2010-07-01
, 19:24
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#12
|
|
2011-06-05
, 11:06
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2010
@ Terra
|
#13
|
#!/bin/sh # Set-up Java class path # - the J2ME emulator CLASSPATH=/opt/maemo/usr/share/microemulator/microemulator.jar # - Nokia UI features (not sure it is needed) CLASSPATH=$CLASSPATH:/opt/maemo/usr/share/microemulator/lib/microemu-nokiaui.jar # - javax.microedition.location CLASSPATH=$CLASSPATH:/opt/java/openlapi.jar CLASSPATH=$CLASSPATH:/opt/java/openlapi-jsr179.jar # Start the app in MicroEmulator java -cp $CLASSPATH org.microemu.app.Main /media/mmc1/Data/freecaddie/FreeCaddieUnsigned.jad
|
2011-06-05
, 11:53
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#14
|
The Following User Says Thank You to lemmyslender For This Useful Post: | ||