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 February 27th, 2004
Apprentice
 
Join Date: February 1st, 2004
Posts: 6
eldados is flying high
Unhappy installing on fedora core 1

I go through the answer to all install step by step.when i do: rpm -ql j2re|more
I get:/usr/java/j2re1.4.2_03/CHANGES
/usr/java/j2re1.4.2_03/COPYRIGHT
/usr/java/j2re1.4.2_03/ControlPanel.html
/usr/java/j2re1.4.2_03/LICENSE
/usr/java/j2re1.4.2_03/README
/usr/java/j2re1.4.2_03/THIRDPARTYLICENSEREADME.txt
/usr/java/j2re1.4.2_03/Welcome.html
/usr/java/j2re1.4.2_03/bin
/usr/java/j2re1.4.2_03/bin/ControlPanel....

my bash_profile looks like that:
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export CLASSPATH=$CLASSPATH:
export JAVA_HOME=/usr/java/j2re1.4.2_03
export PATH=$JAVA_HOME/bin:$PATH

export PATH
unset USERNAME

I do the source .bash_profile

when i do the rpm remove(red hat) it says it's not installed.

But when I install i get:
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
./LimeWireLinux.bin: line 326: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.

what am i doing wrong? please help I really want to have limewire runing...:-(
Reply With Quote
  #2 (permalink)  
Old March 2nd, 2004
Apprentice
 
Join Date: February 1st, 2004
Posts: 6
eldados is flying high
Default

no one got a clue? :-((
Reply With Quote
  #3 (permalink)  
Old March 2nd, 2004
Apprentice
 
Join Date: February 1st, 2004
Posts: 6
eldados is flying high
Default GOT IT!!!

all you have to do is:
1) Download java.sh and copy it to /etc/profile.d

$ cd ~/download
$ chmod 755 java.sh
$ sudo cp java.sh /etc/profile.d

2) Log out and log back in then check JAVA_HOME PATH by typing following command

$ env | grep JAVA_HOME
JAVA_HOME=/usr/java/j2re1.4.2_03

It worked! :-) dowloading from Limewire as you read this :-)
Reply With Quote
  #4 (permalink)  
Old April 16th, 2004
Novicius
 
Join Date: April 16th, 2004
Posts: 1
{Orceph}Rye is flying high
Default

That didn't work for me through and i don't know why. Limeware still says it can't find a java VM. :-( i am trying other ways but nothing seams to be working :-(, Maybe i just didn't inturpret what i was soppose to do right or somthing i don't know if there is anything else i can do to get Limeware running on fedora core 1 please tell
Reply With Quote
  #5 (permalink)  
Old April 21st, 2004
Novicius
 
Join Date: April 21st, 2004
Posts: 4
Anonymity is flying high
Default

i got it running just by installing j2re1.4.2_04 using the instructions on the sun download site, then doing only:

export JAVA_HOME=/usr/java/j2re1.4.2_04
export PATH=$JAVA_HOME/bin:$PATH

after that you follow the instructions posted by the previous person about java.sh. once java.sh is in /etc/profile.d you should be able to run the installation for limewire and have it work

at least thats what worked for me... good luck

also try checking java -version and using which java to see if anything is going wrong with the detection of the java path
Reply With Quote
  #6 (permalink)  
Old May 5th, 2004
bigdavekc
Guest
 
Posts: n/a
Angry Fedora core 1 with java installed....

Java in in the path, and installed properly. What else can I do? I something else not right? I get this error message:

Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
/opt/limewire/LimeWireLinux3.bin: line 326: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
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.VerifyError: verification failed at PC 56 in com.zerog.lax.LAX:showExceptionDialog((Ljava.lang. String;Ljava.lang.String;Z)V): incompatible type on stack
at _Jv_BytecodeVerifier.verify_fail(byte, int) (/usr/lib/libgcj.so.4.0.0)
at _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.4.0.0)
at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.4.0.0)
at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.4.0.0)
at java.lang.ClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.4.0.0)
at java.lang.ClassLoader.resolveClass0(java.lang.Clas s) (/usr/lib/libgcj.so.4.0.0)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.4.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.4.0.0)
at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.4.0.0)
at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.4.0.0)
at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.4.0.0)
at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.4.0.0)
at __gcj_personality_v0 (java.compiler=NONE)
at __libc_start_main (/lib/tls/libc-2.3.2.so)
at _Jv_RegisterClasses (java.compiler=NONE)
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
fedora core 6 limewire ultimate General Linux Support 0 November 2nd, 2006 04:23 PM
Fedora Core 4 Java setup problems!! Ibanez_77 General Linux Support 0 June 8th, 2006 02:31 AM
Frostwire and Fedora Core 4 jadedknight FrostWire 1 March 18th, 2006 06:13 AM
Can't connect with Fedora tyrani Connection Problems 1 July 24th, 2005 07:37 PM
missing java class on Fedora Core 3 hexhead3 General Linux Support 2 December 28th, 2004 08:52 PM


All times are GMT -7. The time now is 02:16 PM.


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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.