Saravanan
Saravanan

Reputation: 11602

is there any way to run j2me(jar/jad)program without using sun java wireless tool kit or any ide for j2me?

I want to run my j2me program (jar/jad) in my PC without using any IDE or sun java wireless toolkit or something like that?

Is there any other tool provided by Oracle?

Upvotes: 3

Views: 5310

Answers (2)

SIVAKUMAR.J
SIVAKUMAR.J

Reputation: 4354

Samsung released its tool kit which is similar to "sun java wireless tool kit". Its better to try that.Many vendors like Nokia provide their SDKs.It is better that you search the net and try.They provide the development environment so that you can develop a j2me app and also be able to run jad/jar files.

But I think there is no only running environment.The tool for running environment comes with the development environment (SDKs).

Upvotes: 0

bharath
bharath

Reputation: 14463

Yeah possible. You can use Java ME SDK 3.0.5. And lot of other SDK available for run the Java ME applications on PC. These are Sprint SDK, Samsung SDK, Sony Ericsson SDK or LG SDK. Also you can use Nokia RDA device for run your Java ME application.

Upvotes: 7

Related Questions