Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
645 views

Difference between eclipse pulsar, mtj, me

what is difference between eclipse pulsar, eclipse mtj, and eclipse me ?
1
vote
3answers
235 views

Is programming mobile devices using eclipse dead?

I cut my teeth so to speak with eclipse. Learning Java and even programming mobile devices using Eclipse was a rewarding experince. My last and not so favorable encounter using this platform was ...
1
vote
1answer
2k views

Getting started with android development on eclipse pulsar

I am just starting to get setup for android development. I have installed pulsar and the proper sdks I think. I want to develop for the droid x. I can't find any information on how to create a new ...
1
vote
0answers
416 views

Error while running a midlet in Eclipse: no class found

i am using Eclipse pulsar for mobile developer and MOTODEV SDK and iDEN sdk for j2me (midp2.0). Debuggin midlet in Eclipse gives an error: No Class Found. Can anyone help me determine the source of ...
1
vote
2answers
1k views

The method split(String) is undefined for the type String

I am using Pulse - the Plugin Manager for Eclipse and installed. I have the Eclipse 3.5 for mobile development(Pulsar) profile with a couple other profiles. I realized that the split() method called ...
1
vote
1answer
705 views

Eclipse Pulsar, JavaME, and Hello World

I tried to post this over on the Eclipse Pulsar site, but it doesn't seem to want to give me access, so I thought I would try over here. All I'm trying to do create a basic "hello world" application ...
0
votes
1answer
177 views

Eclipse j2me json parsing

i'm using eclipse pulsar for j2me apps . How to set up json parsing library for my project? i tried to use json-simple but not clear about build with eclipse. Is there any other simple solution ?
0
votes
1answer
455 views

Closing application in Android - delay problem

I programmed a button into my android app that called the finish() method when I click it. But somehow it does not close until after a 5-6 second delay. I am recording sensor values for a particular ...
0
votes
1answer
354 views

Eclipse (Pulsar) packaging: How do I incorporate other projects into my jar?

I have a JavaME project in Eclipse (Pulsar 3.5; Galileo). I have another project with common code in it in the same workspace and this is referenced from my app. When I choose 'package app' it ...