I just downloaded the j2me wireless toolkit from java.sun.com site and have installed it.. and when i try to launch it... nothing will appear on screen.. i have reinstalled it 2 times already and nothing works!! i am using jdk1.3. please somebody help me!!!
Zebulon Smith
Greenhorn
Joined: Aug 03, 2001
Posts: 2
posted
0
This is because the batch files provided in the wireless toolkit have the Java JRE path hardcoded to the standard location: C:\Program Files\JavaSoft\JRE\1.3\bin\java.exe If your JRE is installed somewhere else, these batch files will fail with no output. Since your path should already defined pointing to java.exe, I suggest changing the batch files in your j2me\bin directory to just point to: java.exe And let your path figure out where to go... Hope this helps, Good luck!
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
you can check the installation like this.I assume that u r using windows platform. 1.Go to dos prompt. 2. change to directory C:\J2ME\bin 3.now type ktoolbar.bat then enter 4.a screen should appear now.... 5.if not check ur command prompt....it will display some error check what it is saying...if you are not able to debug the error message please reply back.
Regards Balaji
Originally posted by Jane Lin: I just downloaded the j2me wireless toolkit from java.sun.com site and have installed it.. and when i try to launch it... nothing will appear on screen.. i have reinstalled it 2 times already and nothing works!! i am using jdk1.3. please somebody help me!!!