aaronjkoenes / rapidrider

Automatically exported from code.google.com/p/rapidrider
0 stars 0 forks source link

Add recognition of Environment #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This will allow us to run different code when it is run on the Emulator or
the Palm.

Original issue reported on code.google.com by veenified on 11 Dec 2008 at 12:09

GoogleCodeExporter commented 9 years ago

System.getProperty("microedition.platform");
will return a string; which should be different for the emulator and the Palm
we should probably print it out on the screen and run it on each.

http://cs.calvin.edu/curriculum/cs/262/kvlinden/references/midp2.0/java/lang/Sys
tem.html#getProperty(java.lang.String)

http://developers.sun.com/mobility/midp/questions/properties/index.html

Original comment by avh...@gmail.com on 11 Dec 2008 at 12:27