View Single Post
  #12 (permalink)  
Old January 21st, 2003
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Simple Fix

Quote:
Originally posted by HwzrHlslndr
Rahven,

I did this once before, but recently re-installed RH8 for various reasons.

This time I am not so successful. I follwed all of your instructions to a "tee" and then when I try to run sh LimeWireLinux.bin I get the following:

[Thomas@localhost Thomas]$ sh LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Warning: -Xmx100331648 not understood. Ignoring.
Warning: -Xms16777216 not understood. Ignoring.
Exception in thread "main" java.lang.InternalError: Unexpected exception while defining class ZeroGq: java.lang.ClassNotFoundException: javax.swing.JDialog
at 0x4028115f: java.lang.Throwable.Throwable(java.lang.String) ....
Your problem is simple. You have another java program installed on your system that is a binary (perhaps /usr/bin/java).

To find out for certain try three things first to confirm if my conjecture is correct.
First type:

java -version

Is the output the correct java program that you want to use?

Secondly, type:

which java

Did it output "/usr/bin/java"?

Lastly, type:

rpm -q --whatprovides /usr/bin/java

If that shows a program other than what you want to use, remove the offending program. It could be kaffe or jdkgcj. I will later add this touch to my own topic "The Solution To All Install Problems" so thank you for bring this to my attention.

altoine
Reply With Quote