atom feed21 messages in net.java.dev.phoneme.advancedRe: Porting to iPhone
FromSent OnAttachments
Bruno GhisiMay 18, 2008 11:10 am 
Hinkmond WongMay 19, 2008 4:43 pm 
phon...@mobileandembedded.orgMay 26, 2008 6:54 am 
Hinkmond WongMay 27, 2008 5:43 pm 
phon...@mobileandembedded.orgMay 29, 2008 3:18 am 
Hinkmond WongMay 29, 2008 9:56 am 
Bruno GhisiMay 29, 2008 7:58 pm 
phon...@mobileandembedded.orgJun 5, 2008 8:43 pm 
Hinkmond WongJun 5, 2008 10:15 pm 
phon...@mobileandembedded.orgJun 11, 2008 7:21 am 
Hinkmond WongJun 11, 2008 9:20 am 
phon...@mobileandembedded.orgJun 19, 2008 1:57 am 
phon...@mobileandembedded.orgJun 19, 2008 6:52 am 
Hinkmond WongJun 19, 2008 4:31 pm 
Hinkmond WongJun 19, 2008 5:06 pm 
phon...@mobileandembedded.orgJun 22, 2008 9:41 am 
phon...@mobileandembedded.orgAug 4, 2008 5:50 am 
Hinkmond WongAug 11, 2008 5:54 pm 
phon...@mobileandembedded.orgAug 14, 2008 1:37 am 
Hinkmond WongAug 15, 2008 4:36 pm 
phon...@mobileandembedded.orgSep 10, 2010 7:20 am 
Subject:Re: Porting to iPhone
From:Hinkmond Wong (hink@dev.java.net)
Date:Jun 19, 2008 5:06:42 pm
List:net.java.dev.phoneme.advanced

phon@mobileandembedded.org wrote:

Couple links regarding Java on IPhone: How to install Java on IPhone: http://java4iphone.com/all-news/tutorial-compile-and-run-java-application-on-the-iphone/

How to compile/run simple console Java application http://java4iphone.com/all-news/tutorial-install-java-on-the-iphone/

Java GUI application on IPhone http://java4iphone.com/all-news/java-gui-on-iphone-example/

Hi vitek,

Please be aware that the above Java on iPhone from saurik is an incompatible version of Java (not really Java SE and not really Java ME) since it will only work on the iPhone and not on other Java ME devices (like Nokia, Samsung, Motorola, LG, etc. cell phones). It instead binds to the iPhone GUI and SQLite natives.

Since, our project phoneME is more interested in cross-device compatibility and being able to run the same Java MIDlet or Java app on the iPhone as on other cell phones, the java4iphone.com project from saurik is only mildly interesting.

Good stuff, still! But, not the ultimate goal.

Thanks,

Hinkmond