j2mepolish

Can we run Java applications on iPhone? [closed]

会有一股神秘感。 提交于 2019-12-17 11:53:49
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . Can we run or develop apps for iPhone in Java? Have a look to these links and answer: http://www.iphonefaq.org/archives/9731 http://www.j2mepolish.org/cms/leftsection/documentation/platforms/iphone.html http://www.ibm.com/developerworks/opensource/library/os-eclipse-iphone/ 回答1:

J2me -Polish ---Problem related to create and build the project

别等时光非礼了梦想. 提交于 2019-12-08 02:15:46
问题 I am beginner of j2me-polish.I had installed j2me-polish2.1.4.As per the steps shown in below link:- http://www.j2mepolish.org/cms/leftsection/documentation/installation/ide-integration/netbeans/installation.html After installing it,I tried to create project by following the step in below link:- http://www.j2mepolish.org/cms/leftsection/documentation/installation/ide-integration/netbeans/creating-projects.html But i am unable to create the project.it is showing me reference problem.And wen i

J2me -Polish ---Problem related to create and build the project

 ̄綄美尐妖づ 提交于 2019-12-06 12:14:00
I am beginner of j2me-polish.I had installed j2me-polish2.1.4.As per the steps shown in below link:- http://www.j2mepolish.org/cms/leftsection/documentation/installation/ide-integration/netbeans/installation.html After installing it,I tried to create project by following the step in below link:- http://www.j2mepolish.org/cms/leftsection/documentation/installation/ide-integration/netbeans/creating-projects.html But i am unable to create the project.it is showing me reference problem.And wen i tried to solve that problem my adding the emulator of nokia N97 then it not happening properly. I can't

Can I use eclipse to write j2me code?

可紊 提交于 2019-12-01 09:40:39
please guys, before I download eclipse, is it possible to use it to compile j2me code, or it is used only for android applications? I am finding netbeans difficult to work with and I was wondering if eclipse was easier. I am new, I need help to start up writing j2me as well as using netbeans or eclipse, I am confused, I am trying to use netbeans, but I don't understand it. Is eclipse easier and j2me compatible? Check out the Mobile Tools for Java - it's the evolution of the EclipseME plugin. You can definitely do all your J2ME things with this package. Thirumoorthy first install WTK sun_java

Can I use eclipse to write j2me code?

南笙酒味 提交于 2019-12-01 08:00:43
问题 please guys, before I download eclipse, is it possible to use it to compile j2me code, or it is used only for android applications? I am finding netbeans difficult to work with and I was wondering if eclipse was easier. I am new, I need help to start up writing j2me as well as using netbeans or eclipse, I am confused, I am trying to use netbeans, but I don't understand it. Is eclipse easier and j2me compatible? 回答1: Check out the Mobile Tools for Java - it's the evolution of the EclipseME

Can we run Java applications on iPhone? [closed]

橙三吉。 提交于 2019-11-27 14:28:54
Can we run or develop apps for iPhone in Java? Have a look to these links and answer: http://www.iphonefaq.org/archives/9731 http://www.j2mepolish.org/cms/leftsection/documentation/platforms/iphone.html http://www.ibm.com/developerworks/opensource/library/os-eclipse-iphone/ gizmo Currently, there is no JVM running on the iPhone. This means that the only way you have to develop apps for iPhone in Java is to have a compiler that will compile your java code down to Objective-C code. There are several solutions that do exactly that: Codename One - focuses on building applications using Java with