Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
254 views

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 ...
2
votes
1answer
239 views

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.
1
vote
1answer
184 views

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 ...
1
vote
1answer
64 views

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. ...
1
vote
2answers
398 views

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)
0
votes
1answer
154 views

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
0
votes
1answer
143 views

Problem 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. ...
0
votes
1answer
223 views

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 ...
0
votes
1answer
46 views

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 ...
0
votes
2answers
218 views

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???