Although the promised J2ME Plugin for Eclipse called EclipseMe is not yet available, yes even doubts if it will be according to the project page I got Eclipse (v2.1) to run with the Sony Ericsson J2ME WTK1.04 and automatic build with ANT and Antenna including Emulator-spawning yesterday and more…
Antenna is an addon for Ant that capsules all the wacky tasks of verifying, building specific JARs with icon etc., yes even JADS and spawning the emulator after build – works great in Eclipse…
Some great links for the beginning:
Using Ant and Antenna to Build MIDP Applications – Nokia Antenna + Ant setup tutorial
Especially Nokia comprehensive tutorial can help even ANT beginners and explains all steps very detailled.
Comments
Eclipse J2ME Wireless Development with Sony Ericsson P800
Could you please tell me how you use Eclipse to develope j2me?
I think there is an outstanding bug for Eclipse to work with j2me wtk 2.0.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=30816
Eclipse J2ME Wireless Development with Sony Ericsson P800
I have to code for transmitting images from SE P800 to a server,build a photogallery at the server and then retrieve images for use in applications like E-Cards,etc.I am new to this.Can someone tell me how to make a start!!!!
Eclipse J2ME Wireless Development with Sony Ericsson P800
Hi there, I'm trying to get WTK104 from SonyEricsson to work with Eclipse 2.1 and the EclipseME plug-in but when I try to add the toolkit I get an invalid toolkit root directory error. Does anyone have any ideas on how to fix this or use the toolkit on Eclipse without the plug-in.
I'm want to develop stuff for my P800.
Eclipse J2ME Wireless Development with Sony Ericsson P800
That tutorial about the antenna setup was very helpful. And debugging with eclipse 2.1.1 windows works fine if you allow the debugged VM to exit. Otherwise, mine just crashed the moment when eclipse attached.
1. for wtkrun use debug="3452" or some other port you like
2. make a debugger config for remote debugging
3. enable "Allow termination of remote VM"
4. specify the same port in debugger config
5. just leave the host name blank
6. never start the debugger before the emulator
Step 6 is important, otherwise you make your eclipse hang up on you and block. Wait for the emulator to get ready (it won't start execution though) and then connect from eclipse. Interestingly enough, it seems to be ready when it prints "VM not ready".
If the emulator complains about address already in use, move on to a different port. Be sure to change the port both in wtkrun and debug config. Sometimes it seems that a locked debugger or crashed emulator wastes a port. Maybe something with windows. Just move on to another. Or reboot...
Once the connection is up it works like a charm, source level debugging and local variables are as you expect them to be.
Eclipse J2ME Wireless Development with Sony Ericsson P800
Sam, I am sorry - no J2ME 2.0 so far on my P800... I used WTK 1.04 only...
christoph
Eclipse J2ME Wireless Development with Sony Ericsson P800
hi,
what about debugging midlets with eclipse ?
that's why i currently use SUN One ME and/or WSDD.
Latter one is built on eclipse and uses J9 as a VM.
Gernot
Eclipse J2ME Wireless Development with Sony Ericsson P800
Christoph,
Could you please tell me if you are able to debug j2me wtk 1.0.4 with eclipse 3.0 stable builds?
When I try remote debugging on eclipse, it crashes the j2me wtk.
Thank you.
Sam
Eclipse J2ME Wireless Development with Sony Ericsson P800
Hello Every Body....
I got project that play midi file for karaoke
i use WTK 1.0.4 sony ericsson emulator
the main problem is how i synchronize the tempo of midi and the text. did anyone do this project before....
please....verry urgent
Eclipse J2ME Wireless Development with Sony Ericsson P800
Kudoos,
A good new to J2ME developer!!!
There is a new Eclipse Plugin available for J2ME development.
http://www.siptech.com/index?url=j2meplugin
Do send us your valuable comments and suggestions to j2meplugin@siptech.co.in
Eclipse J2ME Wireless Development with Sony Ericsson P800
hi wawan
even i am into the same karoake project...are you developing that for sony ericsson p800?? please let me know...
as of now i am synchronising the music and lyrics manually using some seperator...and checking it in the emulator before releasing it to live.
will be waiting for your infof on SE p800.
thanks
raj
Eclipse J2ME Wireless Development with Sony Ericsson P800
Linux (2.4-20)
eclipse 2.1.1 (gtk)
wtk 1.0.4_01
No problem debugging small progs, REALLY small... When I try to debug the demos (or any other bigger prog), thats when everything hangs... If we only had the source (midpapi.zip)... The problem is either somewhere in the code in the bigger progs, OR the fact that they are big?? My own prog is debugable so far, but who knows..ANYONE?
mean_nick - jabber org, mean_nick76 - hushmail
Eclipse J2ME Wireless Development with Sony Ericsson P800
Oh, I forgot. I had some strange stuff regarding to resolving imported classes, something like e.g import org.bla.blu.Resource said:"cannot reslolve ..."(even though eclipse put it there (using 'shift-space')...). I had to create a new project (from scratch) and then 'import->excisting project'.
This problem stayed even though i ran different builds, so it was somehting corrupted somewhere in my workspace-dir.
mean_nick - on jabber , mean_nick76 - hushmail