3

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?

gnat
  • 6,213
  • 108
  • 53
  • 73
Saravanan
  • 11,372
  • 43
  • 143
  • 213

2 Answers2

7

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.

bharath
  • 14,283
  • 16
  • 57
  • 95
  • I dont want development environment and i need only device emulator to run jar/jad files.I am not going to develop j2me application and only run the jar/jad files.Is there any tool available like that? – Saravanan Nov 23 '11 at 09:01
  • Yeah these are all emulators like java wireless toolkit. You can run Java ME application on these emulators. Also If you want, use it as your development. Install these in your PC and run the `ktoolbar`. `ktoolbar` having lot of emulators for testing your application. – bharath Nov 23 '11 at 09:07
  • :I understood bharath.It has also devleopment environment.So, It takes more memory than emulator only environment.That's i asked non devleopment based tool for run my jar/jad files... – Saravanan Nov 23 '11 at 09:11
  • Just try it then only you can understand that. I suggest sprint is better than other sdk. And this is good one also. This SDK having lot of simulators for testing purpose. Or you can choose Nokia RDA devices or [Micro emulator](http://www.microemu.org/). – bharath Nov 23 '11 at 09:15
0

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).

Sar
  • 17
  • 8
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80