aspose file tools
The moose likes Java Micro Edition and the fly likes HELP!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "HELP!!!" Watch "HELP!!!" New topic
Author

HELP!!!

Jane Lin
Greenhorn

Joined: Aug 03, 2001
Posts: 13
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
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
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!!!


Spritle Software Blogs
Jane Lin
Greenhorn

Joined: Aug 03, 2001
Posts: 13
thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HELP!!!
 
Similar Threads
SCJP 1.5
Linux Cammand
Put text under icon in JMenu
updating web page with events
Closing popups created by iframe.