View Single Post
Old 11-13-2003, 03:29 PM   #3 (permalink)
charliex
Junkie
 
Location: North Hollywood
first step open a cmd prompt and type java -version

should say something like

java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

if not itll give some other message, if the java.exe isnt found the path environment is screwed up, if the runtime isn't found the classpath or the java registry is screwy

try uninstalling all the java stuff you can see in the control panel and then reinstalling it, but use the cmd prompt instead of double clicking it

( start / run ) type cmd "enter" to get to a cmd prompt
charliex is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37