J2ME Development: Netbeans vs Eclipse
Posted
by Andrea Zilio
on Stack Overflow
See other posts from Stack Overflow
or by Andrea Zilio
Published on 2010-03-30T13:14:44Z
Indexed on
2010/03/30
14:13 UTC
Read the original article
Hit count: 542
I have to develop a J2ME application that will take advantage of Bluetooth technology to communicate with other instances of itself on other mobile devices.
I know that both NetBeans and Eclipse offer an integrated environment to develop J2ME applications.
Which one is more mature and stable? Which one offers better tools?
My application has to communicate to many more devices running the same app and so I need to test my application with multiple instances of emulators running it and allowing these emulator instances to see each other via the J2ME Bluetooth APIs.
Will I be able to do this?
© Stack Overflow or respective owner