View Single Post
  #2 (permalink)  
Old October 8th, 2001
twist's Avatar
twist twist is offline
Bum
 
Join Date: September 19th, 2001
Location: No fixed abode
Posts: 45
twist is flying high
Smile Run problem

I don't know why LimeWire's not running for you. What system are you using and how did you install it?

However, from your path statement it seems as though you have the JDK and the JRE installed. You only need one or the other. The JDK includes the JRE. Since you have the JRE 1.3.1 and the JDK 1.3.0, I suggest removing the JDK.

If you want to write java programs yourself, remove the JRE. Ideally you'd want a 1.3.1 JDK but you may be able to get away with the 1.3.0 version.
Reply With Quote