I would like to develop micro java (j2me) application on Mac OS X.
A lot of IDE are available on PC from Nokia, Samsung and Sun (Netbeans + mobility), but they do not exist for Mac OS X.
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
NetBeans should work fine on Mac. (at least, it does for me) I've never tried to develop a J2ME app with it... | |||
|
feedback
|
|
This seems like a way for Mac users to develop J2ME applications: http://developers.sun.com/mobility/midp/articles/osx/ | |||||
feedback
|
|
Netbeans for macos X does run on a MAC, but without the mobility package... So it is not sufficient for developing J2ME application. Most of the phone manufacturers do not provide mac os version of their SDK. The easiest way is to follow the article described in http://developers.sun.com/mobility/midp/articles/osx/, unfortunately you will have to install X11 (which is easy to install on a mac). You will also have to integrate your build/debug command to your favorite debugger. | |||
|
feedback
|
|
Terrence Barr talks about running NetBeans in virtualization (like via VirtualBox, VMWare Fusion, or Parallels). Developing mobility apps on Mac OS X and Solaris: http://weblogs.java.net/blog/terrencebarr/archive/2008/09/developing_mobi.html | |||
|
feedback
|
|
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. I'm personally really happy with this setup /Jaanus | |||
|
feedback
|
|
Just found this today: MOTODEV Studio. 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. | ||||
|
feedback
|
|
Emacs runs just fine on MacOS, and can be used for J2ME, and a bunch of other things to boot. Of course, it's not really an "IDE". | |||
|
feedback
|