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 September 18th, 2002
Unregistered
Guest
 
Posts: n/a
Default Damn Java error !

Hi,

I have JRE 1.3.1_04, this is the error:

[gt@Nancy LimeWire]$ ./runLime.sh
/usr/java/jre1.3.1_04/bin/i386/native_threads/java: relocation error: /usr/java/jre1.3.1_04/lib/i386/libpreemptive_close.so: symbol __libc_sendto, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

Please help !
Colossus
Reply With Quote
  #2 (permalink)  
Old October 8th, 2002
Unregistered
Guest
 
Posts: n/a
Talking Fix if using RPM's.

1. Uninstall the program JRE 1.3.1_04. This can easily be accomplished if you use RPM's by opening the KPackage manager. Once in KPackage select File > Find Package. Type in "jre" (omit the quotes). This should find the RPM. With it highlighted select uninstall. Please note you must be superuser to do this.

2. Download the latest j2re by following this link to the Sun website.

http://java.sun.com/j2se/1.4/download.html

3. Save this file to disk and remember the location!

4. Execute the bin file.

5. This should extract the RPM.

I will assume you have already installed LimeWire since you are executing the runLime.sh and are getting the error (I got this same error as well).

6. Edit the script to look like the following. One note though, the line cd /usr/local/LimeWire is the directory where I installed LimeWire. Replace this path with the directory you use. This little trick helps me run it from a desktop shortcut.


#!/bin/sh
#
# Runs LimeWire. This script must be executed in your LimeWire
# install directory.
#
# We must set the J2SE_PREEMPTCLOSE environment variable to 1 to
# work around some limitations in the JDK1.3. For more information
# see http://java.sun.com/j2se/1.3/relnotes.html#vm
#
cd /usr/local/LimeWire
CLASSPATH=".:collections.jar:xerces.jar:jl011.jar: MessagesBundles.jar"
export CLASSPATH
J2SE_PREEMPTCLOSE=1
export J2SE_PREEMPTCLOSE
/usr/java/j2re1.4.0_02/bin/java -jar RunLime.jar


Regards,
Bob
Suwanee, GA U.S.A
Reply With Quote
  #3 (permalink)  
Old October 15th, 2002
Unregistered
Guest
 
Posts: n/a
Default

How would you un-install Java if you didn't use RPM's and don't have KPackage?

Thanks
Reply With Quote
  #4 (permalink)  
Old October 15th, 2002
Unregistered
Guest
 
Posts: n/a
Default

Most Java installations are entirely contained in 1 directory subtree, typically /usr/java/(version). Deleting that subtree effectively wipes out this Java version. Please be careful with rm ;-)

You can, however, without too much trouble keep the older version installed as long as you don't forget to edit runLime.sh to point to the correct ...../bin/java.

Roel
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
Java Error rcautill General Windows Support 4 December 23rd, 2004 11:19 PM
java error (long b/c i copied the entire error message) i've looked at many threads.. ericaustin General Linux Support 0 December 4th, 2002 10:24 PM
Java error/mac lornahendo General Mac Support 0 November 17th, 2002 03:31 PM
Java Error - Help! Unregistered Open Discussion topics 0 October 12th, 2002 03:04 PM
1.7 on OS 9.2.1 java error-please help Unregistered General Mac Support 0 September 18th, 2001 02:34 PM


All times are GMT -7. The time now is 03:07 PM.


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.