pulsar

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 generates a jad/jar in the project's deployed folder, but the classes from the referenced project are not included. Is it possible to include t...

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 to test on multiple mobile phones as a proof of concept. I downloaded Eclipse Pulsar and the Samsung SDK (though I have this problem with ...

Difference between eclipse pulsar, mtj, me

Hi all!, what is difference between eclipse pulsar, eclipse mtj, and eclipse me ? ...

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 on a string from code such as below: String data = "one, two, three, four"; data.split(","); generates the error: "The method split(Stri...

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 this error? !ENTRY org.eclipse.mtj.core 4 120 2010-08-05 04:26:53.009 !MESSAGE Couldn't connect to virtual machine !STACK 0 java.io.IOExc...

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 project using the installed sdks. Shouldn't there be a project type for android? Nothing like this is showing up. Are there any tutorials fo...