| Author |
IDEs for J2ME development?
|
Chittaranjan Joshi
Greenhorn
Joined: Jun 15, 2004
Posts: 1
|
|
|
Are there good IDEs for J2ME application development?
|
SCJP 1.4, SCWCD 1.4
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
Moving this to the IDEs and Other Tools forum...
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Michael Yuan
author
Ranch Hand
Joined: Mar 07, 2002
Posts: 1427
|
|
Article I wrote for last year's JavaOne (2003): http://www.sdmagazine.com/documents/s=819/sdm0307f/ An even earlier version on JavaWorld is this: http://www.enterprisej2me.com/pages/yuan/articles/jw-1018-wireless.html Most of the points are still valid. The significant update is that Nokia SDKs now integrates with Eclipse as well. But all in all, I still prefer to write code in IDEA and build it with ANT or Antenna.
|
Seam Framework: http://www.amazon.com/exec/obidos/ASIN/0137129394/mobileenterpr-20/
Ringful: http://www.ringful.com/
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
I just stumbled across a Java Pro article from October, 2002 on the subject. http://www.ftponline.com/wireless/rgrehan/ It covers Metrowerks' CodeWarrior Wireless Studio, Sun ONE Studio 4 Mobile Edition (formerly Forte for Java Mobile Edition), Data Representations' Simplicity, Zucotto's Whiteboard, Borland's JBuilder MobileSet, and IBM's WebSphere Studio Device Developer. [ August 07, 2004: Message edited by: Dirk Schreckmann ]
|
 |
Masoud Kalali
Author
Ranch Hand
Joined: Jul 08, 2004
Posts: 531
|
|
hi Websphere studio device developer is good choice , if you want a commerical one , I have work with it from 1years ago If you want a free solution then check www.eclipse.org download eclipse and then check http://eclipse-plugins.2y.net/eclipse/index.jsp there are 2 / 3 eclipse plugins for developing j2me application by eclipse.
|
Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
|
 |
Robert Virkus
Greenhorn
Joined: Jun 26, 2004
Posts: 16
|
|
I recommend using your favourite IDE for the coding and Ant for the building of the applications. My favourite IDEs are Eclipse and NetBeans, my favourite Ant-tool is J2ME Polish (which is written by me, incidently ;-) Best regards, Robert
|
J2ME Polish<br />A suite of tools for J2ME developers.<br /><a href="http://www.j2mepolish.org" target="_blank" rel="nofollow">http://www.j2mepolish.org</a>
|
 |
C Kutler
Ranch Hand
Joined: Apr 15, 2004
Posts: 62
|
|
|
Here is a tutorial on how to use NetBeans for J2ME projects. That should give a clue as to whether NetBeans meets your needs: http://www.netbeans.org/kb/articles/j2me_tutorial.html
|
We learn by doing, there is no other way.
|
 |
Frank Malinowski
Ranch Hand
Joined: Jul 24, 2003
Posts: 30
|
|
Originally posted by Chittaranjan Joshi: Are there good IDEs for J2ME application development?
That depends on what you would like the IDE to do for you. I used JBuilder to write my code and Sun's Wireless Toolkit to package and run the apps. Frank
|
 |
 |
|
|
subject: IDEs for J2ME development?
|
|
|