Which IDE is the best to get started for developing micro java application on mac os X? - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T21:19:34Zhttp://stackoverflow.com/feeds/question/77787http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac0Which IDE is the best to get started for developing micro java application on mac os X?Alexandre Hauser2008-09-16T22:10:23Z2009-07-03T00:19:09Z
<p>I would like to develop micro java (j2me) application on mac os X.</p>
<p>A lot of IDE are available on PC from Nokia, Samsung and Sun (Netbeans + mobility), but they do not exist for mac os X.</p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/77799#777993Answer by Daniel Spiewak for Which IDE is the best to get started for developing micro java application on mac os X?Daniel Spiewak2008-09-16T22:11:51Z2008-09-16T22:11:51Z<p>NetBeans should work fine on Mac. (at least, it does for me) I've never tried to develop a J2ME app with it...</p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/77947#77947-4Answer by dacracot for Which IDE is the best to get started for developing micro java application on mac os X?dacracot2008-09-16T22:29:52Z2008-09-16T22:29:52Z<p>Apple completely controls the OSX java distribution. Their entry, the iPhone, in that space does not have Java installed, nor have they allowed a third party to deploy it. You are very likely out of luck for J2ME.</p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/78355#783552Answer by Kent for Which IDE is the best to get started for developing micro java application on mac os X?Kent2008-09-16T23:31:30Z2008-09-16T23:31:30Z<p>This seems like a way for Mac users to develop J2ME applications: <a href="http://developers.sun.com/mobility/midp/articles/osx/" rel="nofollow">http://developers.sun.com/mobility/midp/articles/osx/</a></p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/78507#785070Answer by Matthew Schinckel for Which IDE is the best to get started for developing micro java application on mac os X?Matthew Schinckel2008-09-17T00:02:32Z2008-09-17T00:02:32Z<p>You can use NetBeans for J2ME development on OS X.</p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/79749#797490Answer by Alexandre Hauser for Which IDE is the best to get started for developing micro java application on mac os X?Alexandre Hauser2008-09-17T03:45:51Z2008-09-17T03:45:51Z<p>Netbeans for macos X does run on a MAC, but <strong>without</strong> the mobility package... So it is not sufficient for developing J2ME application.</p>
<p>Most of the phone manufacturers do not provide mac os version of their SDK.</p>
<p>The easiest way is to follow the article described in <a href="http://developers.sun.com/mobility/midp/articles/osx/" rel="nofollow">http://developers.sun.com/mobility/midp/articles/osx/</a>, unfortunately you will have to install X11 (which is easy to install on a mac).</p>
<p>You will also have to integrate your build/debug command to your favorite debugger. </p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/120933#1209330Answer by darius for Which IDE is the best to get started for developing micro java application on mac os X?darius2008-09-23T13:21:36Z2008-09-23T13:21:36Z<p>Terrence Barr talks about running NetBeans in virtualization (like via VirtualBox, VMWare Fusion, or Parallels).</p>
<p>Developing mobility apps on Mac OS X and Solaris: </p>
<p><a href="http://weblogs.java.net/blog/terrencebarr/archive/2008/09/developing_mobi.html" rel="nofollow">http://weblogs.java.net/blog/terrencebarr/archive/2008/09/developing_mobi.html</a></p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/286912#2869120Answer by rayyildiz for Which IDE is the best to get started for developing micro java application on mac os X?rayyildiz2008-11-13T13:34:50Z2008-11-13T13:34:50Z<p>Netbeans will a good choice for developing on Mac OS X</p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/1066364#10663640Answer by Tom McCann for Which IDE is the best to get started for developing micro java application on mac os X?Tom McCann2009-06-30T22:14:27Z2009-07-03T00:19:09Z<p>Just found this today: <a href="http://developer.motorola.com/docstools/motodevstudio/javame/" rel="nofollow">MOTODEV Studio</a>. Based on eclipse and emulation works for the generic device. The Motorola devices do not work for me, but that's hardly a deal-breaker.</p>
http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac/1067281#10672810Answer by JaanusSiim for Which IDE is the best to get started for developing micro java application on mac os X?JaanusSiim2009-07-01T04:33:26Z2009-07-01T04:33:26Z<p>My personal setup for J2ME development on Mac - as IDE I use Eclipse and I have Ubuntu running in VirtualBox. Eclipse workspace is shared to Ubuntu, so I can build and run everything there. Building with ant is a bit slow, but it's better then the alternative.</p>
<p>I'm personally really happy with this setup</p>
<p>/Jaanus</p>