Questions tagged [eclipseme]
12 questions
2
votes
1 answer
EclipseME - Network permission
I have a j2me project that works fine in netbeans.
Since i need to develop a android version i have moved to Eclipse.
I have downloaded Eclipse ME and imported the j2me project.
Im able to run the app, but i dont get "Is It Ok To Use Airtime"…

no9
- 6,424
- 25
- 76
- 115
2
votes
1 answer
Eclipse - Importing j2me projects
What is the correct way of importing j2me projects in Eclipse?
Im getting: No projects are found to import.
I have Eclipse Helios and EclipseME plugin.
thanx.

no9
- 6,424
- 25
- 76
- 115
1
vote
2 answers
How do I fix a "broken" debugger in EclipseME (MTJ)?
How do I fix a broken debugger, one that just won't start, in EclipseME (now Mobile Tools Java)?
(This question has an answer which will be transferred from another question soon)

Asaf R
- 6,880
- 9
- 47
- 69
1
vote
1 answer
What is this problem in j2me with eclipse?
I have this problem using j2me with eclipse and eclipseme: when I start running the application, it doesn't do anything and I get this result...
Warning: Running JAM, Ignoring all other options (but "-Xheapsize", and OTA flags if provided)
Running…

Adham
- 63,550
- 98
- 229
- 344
1
vote
1 answer
Developing application for devices with MIDP 2.0
I'm going to develop an application for devices with MIDP 2.0, Is it possible to do this using "Java ME SDK 3.0 for Windows"? or I have to install older versions? I use Eclipse and EclipseME plugin.
Thanks in advance.

Harry.B
- 621
- 5
- 18
1
vote
1 answer
How to debug multithreaded midlet app in EclipseMe?
When debugging multithreaded midlet in the EclipseMe, the breakpoints work for me only in the main thread but not I other threads. Any ideas?
Boris
1
vote
3 answers
Why the J2ME Midlet Suite and HTTPConnection needs to be in different threads
I want to call a Servlet from J2ME midlet,so I've written the HTTPConnection code for the Servlet URL to call GET method.
When Midlet suites tries to connect to the Servlet URL, I've got the below message in the Emulator,
{#MyMidlet} Midlet…

Murugesh
- 1,009
- 1
- 12
- 34
0
votes
1 answer
Convert netbeans project to eclipse project
I have developed one j2me application using netbeans. And now for some reasons i want to convert it into eclipse project. I have installed plugin EclipseME in eclipse. Please help me.
Thanks

Rajesh
- 91
- 1
- 2
- 6
0
votes
1 answer
setting up Eclipse IDE with WTK properly
I just started with J2ME and have a good experience with J2SE.
I've been using Eclipse IDE (Helios-x64) for building Java Applications.
My Laptop has Windows 7 (x64) installed with Intel Core i3.
I've done good research over internet before setting…

Sagar Khandelwal
- 1
- 1
0
votes
1 answer
Configure Eclipse for J2ME development
I've recently started learning J2ME. I'm not able to run the j2me code in eclipse. I'm not sure how to configure eclipse to run j2me in it. I could use EclipseME, but I'd like to configure the eclipse I'm using to run j2me rather than installing a…

Balanivash
- 6,709
- 9
- 32
- 48
0
votes
1 answer
EclipseME - Breakpoints problem
In EclipseME project i have problems with breakpoints that never get hit.
I have set a breakpoint on setTitle that never gets hit. If i change the title, the app shows the title correctly. Does any1 have similar problem?
Im debugging the app on…

no9
- 6,424
- 25
- 76
- 115
0
votes
1 answer
how to pack external jar into output jar file in eclipse
I'm currently working with J2me by Mobile Tools for Java (MTJ) on Eclipse. My program need to encrypt SMS messages by RSA so i try to use bouncycastle library. I download bouncycatle version 1.47 and add to to my buildpath. No problem occurs when…

quangdp
- 3
- 2