View Single Post
  #2 (permalink)  
Old October 19th, 2003
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default

The error you are receiving usually means that there are two or more java VMs on your machine and one of them is /usr/bin/java. Which more than anything points to kaffe or jdkgcj. In "The Solution To All Install Problems" I had stated to follow and do all steps because in one of those steps we removed dependency issues concerning kaffe or jdkgcj and removed them if they were present.

From the "SUN RPM METHOD"

<snip>

After doing that, I remove kaffe from my system but I have a dependency problem with my wizard packages. I do this command to keep that program around:

rpm -e kaffe --nodeps

This removes all instances of kaffe binaries from /usr/bin.

**Special Note**
rpm -e jdkgcj --nodeps

for those whom have this package installed on their system.
**End Special Note**
<snip>

Maybe I need to go back in there and clarify things but it is not easy to create a tutorial when there is no way to use html tags to provide "illustration". Visual examples are always best. I guess I can create a website and point everyone to that page. I will do that. New changes to my "Solutions" post to be made soon.

HTH

altoine

Last edited by nDiScReEt; October 19th, 2003 at 12:37 AM.
Reply With Quote