Which IDE is the best to get started for developing micro java application on mac os X? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T21:19:34Z http://stackoverflow.com/feeds/question/77787 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/77787/which-ide-is-the-best-to-get-started-for-developing-micro-java-application-on-mac 0 Which IDE is the best to get started for developing micro java application on mac os X? Alexandre Hauser 2008-09-16T22:10:23Z 2009-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#77799 3 Answer by Daniel Spiewak for Which IDE is the best to get started for developing micro java application on mac os X? Daniel Spiewak 2008-09-16T22:11:51Z 2008-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 -4 Answer by dacracot for Which IDE is the best to get started for developing micro java application on mac os X? dacracot 2008-09-16T22:29:52Z 2008-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#78355 2 Answer by Kent for Which IDE is the best to get started for developing micro java application on mac os X? Kent 2008-09-16T23:31:30Z 2008-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#78507 0 Answer by Matthew Schinckel for Which IDE is the best to get started for developing micro java application on mac os X? Matthew Schinckel 2008-09-17T00:02:32Z 2008-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#79749 0 Answer by Alexandre Hauser for Which IDE is the best to get started for developing micro java application on mac os X? Alexandre Hauser 2008-09-17T03:45:51Z 2008-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#120933 0 Answer by darius for Which IDE is the best to get started for developing micro java application on mac os X? darius 2008-09-23T13:21:36Z 2008-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#286912 0 Answer by rayyildiz for Which IDE is the best to get started for developing micro java application on mac os X? rayyildiz 2008-11-13T13:34:50Z 2008-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#1066364 0 Answer by Tom McCann for Which IDE is the best to get started for developing micro java application on mac os X? Tom McCann 2009-06-30T22:14:27Z 2009-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#1067281 0 Answer by JaanusSiim for Which IDE is the best to get started for developing micro java application on mac os X? JaanusSiim 2009-07-01T04:33:26Z 2009-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>