Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old May 11th, 2002
Unregistered
Guest
 
Posts: n/a
Default Install problems

Further to the sad tails of install issues, especially on Mandrake, I have the same problem on Mandrake 8.1 - i.e.

Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX

I have tried Java 1.3 and 1.4 with the same results.

However, I can get beyond this problem by hacking the install script and immediately before the java invocation adding:

cd $INSTALLER_DATA_DIR
unzip installer.zip

However, I then get:
__________________________________________________ ________________________

Installer: InstallAnywhere 4.5.3 Enterprise Build 1394
__________________________________________________ ________________________

Unable to find the directory 'locales/' in the Zip file
java.lang.NullPointerException
at com.zerog.ia.installer.util.ExternalPropertyLoader .isCurrentLocaleAvailable(Unknown Source)
at com.zerog.ia.installer.Installer.loadAllExternalPr operties(Unknown Source)
at com.zerog.ia.installer.Main.j(Unknown Source)
at com.zerog.ia.installer.Main.e(Unknown Source)
at com.zerog.ia.installer.Main.b(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

------------------------------------

Unfortunatley I no absolutley zip about Java so cannot really add anything else, except that it looks to me as though problem is something to do with the InstallAnywhere routines on Mandrake. From previous threads it would seem that these probably work on Mandrake 8.2, but not on 8.1.

Hope this is useful.
Reply With Quote
  #2 (permalink)  
Old May 11th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re-iterating

I had posted to these forums a solution to everyones' ails (no complaints or disagreements so far) and I will repost my solution to this thread.

<snip>
I get this when I do java -version:

java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02b-FCS)
Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02b-FCS, mixed mode)

Make the appropriate changes depending on where you installed your java installation whether it be sdk or jre:

I put where I downloaded my j2sdk1.3.1-02b-FCS:

/usr/lib/j2sdk1.3.1

into my PATH in my .bash_profile:

export JAVA_HOME=/usr/lib/j2sdk1.3.1
export PATH=$JAVA_HOME/bin:$PATH

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.

I next create soft links to the /usr/bin directory but blackdown has most of all of it's java commands (ie java, javac, etc) as symbolic links. Some people´s configuration will not allow that many symlinks.
the symlinks point to a "hidden" file called .java_wrapper. So I link this to my /usr/bin directory like so:

ln -s /usr/lib/j2sdk1.3.1/bin/.java_wrapper /usr/bin/java

After doing that, I execute the LImeWireLinux.bin installer (do this as a regular user and not root. I don't know a way to install it system wide as root yet without making a script.):

./LimeWireLinux.bin

Installation works. Program installed, running, and functional. I discovered that I had to install the program as user instead of trying to set it systemwide as root.

Last edited by nDiScReEt; May 11th, 2002 at 06:55 PM.
Reply With Quote
  #3 (permalink)  
Old May 12th, 2002
Unregistered
Guest
 
Posts: n/a
Default

Thanks for that, but I'd already been there, done that, etc. Still got the same results.
Reply With Quote
  #4 (permalink)  
Old May 12th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Intriguing ..A First!

Quote:
Originally posted by Unregistered
Thanks for that, but I'd already been there, done that, etc. Still got the same results.
So you are saying that you tried my above example and it didn't work? I would like to know exactly what was your error messages, please. I am sure that I can solve your problem. I do this for fun.

I don't want to seem racist or anything, but all you, "Unregistered" look alike. So it would help to seperate you all better with a posting of your error message if it is unique to anyone on this list ...then again even if it is not different. I would like to know what makes your system so "unique" that the above didn't apply to you. Especially, if you received the same errors as everyone prior!

Signed,
Eagerly Awaiting

Last edited by nDiScReEt; May 12th, 2002 at 01:51 AM.
Reply With Quote
  #5 (permalink)  
Old May 12th, 2002
Unregistered
Guest
 
Posts: n/a
Default

Aaaaaaaaaaaaaaaaaaaaaaaagh! I removed my debug from the install script and it now works corrrectly. It does seem to be a bit picky on the version of Java though.

Many thanks for your help.
Reply With Quote
  #6 (permalink)  
Old May 12th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default YOur Welcome

Quote:
Originally posted by Unregistered
Aaaaaaaaaaaaaaaaaaaaaaaagh! I removed my dorrrectly. It does seem to ebug from the install script and it now works cbe a bit picky on the version of Java though.

Many thanks for your help.
The reason it seems "picky" about the version of java is really simple. Limewire was compiled to work on java 1.2 and up while kaffe (as far as on my system distributions} support java 1.1. That sux!
I am glad to be of help. I see I have to add the part about removing the debug from your install script to my "helper-thread" titled, "The Solution to All Your Install Problems". Thank you for replying and glad to have you online to the limewire network. By the way, what do you think of it? Do you think it was worth the effort to try the program?

altoine

Last edited by nDiScReEt; May 12th, 2002 at 02:29 AM.
Reply With Quote
  #7 (permalink)  
Old May 12th, 2002
Unregistered
Guest
 
Posts: n/a
Default

Altoine,

I always have liked Limewire, I used it a lot in a M$-Windoze environment, then started to use Morpheus. However, I now need to use a Linux environment and Limewire seems to be one of the few Linux offerings out there.

However, I must admit that I think that Java sucks a bit. Whilst it has its attractions it seems that the environment, certainly in *ix terms, is a little rickety, which is very surprising given sponsors like Sun and IBm et al. All Java applications I look at seem to work within the confines of the developer's world, but once escaped into the real world, seem to be less well behaved. I don't know if this is a Java environment issue or just less than good development practice, but it is frustrating. I suppose it could just be me aoff course!

Still that's life for you. Once again thanks for you help.
Reply With Quote
  #8 (permalink)  
Old May 13th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Post About Java

You are victim of misinformation. I know and we all do know that java is supposed to be configured to behave the aame on all OS. M$ made modifications to java in such a way that only their java behaves a particular way for windows. Example, Sun, IBM, and Blackdown distributions of java use jar as it's compression method of choice. M$ has cab and zip included into the javacode. Which isn't right considering cab is right protected for M$ only. Plus other modifications dealing with authentication. There goes your evil empire.

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
After install problems... Unregistered General Linux Support 0 December 9th, 2001 07:08 PM
Install problems Unregistered LimeWire Beta Archives 1 November 11th, 2001 04:05 AM
Install problems pastor vile General Mac Support 1 September 18th, 2001 11:25 PM
Install problems Unregistered General Windows Support 0 June 13th, 2001 10:52 AM
install problems Condilly Newtella (Windows) 0 February 11th, 2001 04:48 PM


All times are GMT -7. The time now is 03:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.