Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
644 views

Difference between eclipse pulsar, mtj, me

what is difference between eclipse pulsar, eclipse mtj, and eclipse me ?
1
vote
2answers
31 views

Eclipse MTJ doesn't see Java ME SDK 3.0 devices

I have installed Eclipse: Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 2 Build id: 20110218-0911 and MTJ plug-in Version: 1.1.2.201101310801 When I click Preferences ...
1
vote
1answer
214 views

eclipse mtj memory monitor

Please tell me how can i activate the Sun JavaME memory monitor within eclipse mtj. Thank you.
1
vote
2answers
603 views

Does anyone know how succesfully use preprocessing on J2ME?

I'll try to better explain my problem. Using Eclipse and MTJ (Mobile Tools for Java) plugin you can set some directives for the preprocessor in order to create different builds of your code, like in ...
1
vote
2answers
397 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
0answers
35 views

J2ME integration with eclipse Ganymede

I am a newbie trying to start my works on jave mobile applications. I am using the ide Eclipse Ganymede for this. I have gone through Mobile Tools for Jave home page to download the necessary plugins ...
0
votes
1answer
115 views

creating a row vector in java matrix toolkit (MTJ)

I need to implement a multiplication formula where an row matrix of size 'n' is to be multiplied by an n*n matrix.. I have used DenseMatrix class to create the n*n matrix from a 2D array...but my ...
0
votes
1answer
77 views

Eclipse MTJ: How to archive all the classes into JAR even the class not referenced by MIDlet?

I am using the Eclipse 3.5.2 with Mobile Tool Java plug-in ver. 1.0.1. I found IF the class not referenced by MIDlet then this class will not be archived into the .jar file. Does anybody know how to ...
0
votes
1answer
41 views

how different is Europa from Eclipse-Galileo-MTJ?

Hi All I am doing my coding in J2ME (MIDlets)... can you guys tell me which platform should I choose... eclipse Europa or Eclipse-Galileo-MTJ .. which is better and Why?
0
votes
1answer
523 views

eclipse mtj - proguard : obfuscate third party jar error

i use proguard (support in mtj plugin) to obfuscate a project that has some third party jars but i gives me errors: Your input classes appear to be inconsistent. You may need to recompile them and ...