I have started porting microemulator to (jailbroken) iPhones. Here are some first screenshots.
Blogroll
6 Responses to “MicroEmulator on iPhone”
Leave a Reply
About
Coding==relaxing!
Advertisement
Archives
Tags
blog4cre
intrepid
iPaq
iPhone
J2ME
Java
LWUIT
Maven
MicroEmulator
multiblog
osx
phoneme
ubuntu
waschmaschine
Wordpress
- RT @emonk_net: @echofon Please consider signing your mac binary! I don't want to click "Always allow" about 10 times after every update. ...
- @echofon Done. ...
- yeah. #ioutbank (pro) zeigt jetzt kreditkartenkonten der #dkb an. #win ...
- RT @piratmike: Kann man die Institution Kirche in die Providerhaftung nehmen für den missbräuchlichen Taten-Verkehr? ...
- RT @Chrogge: So ist mal wieder Zeit für #BostonLegal ...



English
Bartek Teodorczyk on November 24th, 2008 at 16:47 says:
What VM is used for that port?
Markus on November 24th, 2008 at 16:51 says:
Its running on JamVM with the class librarys from the Classpath project. Additionally JocStrap is used for the ObjetiveC-Bindings for the highlevel Views and straptease http://code.google.com/p/straptease/ is used for the native CoreGraphics access for the IPhoneDisplayGraphics implementation.
Nicolai Wadstrom on December 5th, 2008 at 19:50 says:
Great, looking forward to give it a try!
Jo on March 24th, 2009 at 17:23 says:
Man this rox. Do u know when the port will be completed ?
Dennis Meade on April 23rd, 2009 at 0:32 says:
Excuse my ignorance, but what are MicroEmulatot and LWUIT? Are they part of JavaME? I started to look into Java on the iPhone, but haven’t gotten very far.
Markus on April 23rd, 2009 at 7:40 says:
MicroEmulator is a JavaME emulator based on Java SE. The iPhone has no Java ME available. So to run MIDlets on the iPhone you need an emulator.
LWUIT is an UI Toolkit based on Java ME.