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
  #11 (permalink)  
Old May 4th, 2002
Apprentice
 
Join Date: March 8th, 2002
Posts: 6
nouiz is flying high
Default

Hi

You convince me to change my mp3 to ogg. But how I do it? I didn't find how. I have heard that LAME can to it. I try but I had not being able to find how to take entry other than wav or mp3 and to change the output to ogg.

Thanks for your help
Reply With Quote
  #12 (permalink)  
Old May 6th, 2002
Unregistered
Guest
 
Posts: n/a
Default Error in Path of Installation (Please FIX)

Quote:
Originally posted by HeadHolio
Step 5 is the most important step!
Where say:

# echo $PATH
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
** # ln -s /usr/java/jre1.3.1_03/bin/java /usr/local/bin/java

Is missing the "LOCAL" Path.

** # ln -s /usr/local/java/jre1.3.1_03/bin/java /usr/local/bin/java

cornwall@rockextreme.com
Reply With Quote
  #13 (permalink)  
Old May 11th, 2002
Unregistered
Guest
 
Posts: n/a
Default MP3 2 OGG

Will there be quality loss in converting from MP3 to OggVorbis?
Reply With Quote
  #14 (permalink)  
Old May 18th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default

Quote:
Originally posted by Unregistered
Okay, I have installed jre and have made all the changes to my path and I keep getting this weird error when I run the LImeWireLInux.bin script. Here is the errors:

Error: Unrecognized JVM specific option `-Xmx50331648'.
Error: Unrecognized JVM specific option `-Xms16777216'.
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Can anyone explain this??? I am running Mandrake Linux 8.2 and I had it on here before. Had to rebuild and now I can't install??? Please Help.

-eeshman
Here is the ultimate solution to all install problems (just follow this link):

http://www.gnutellaforums.com/showth...threadid=11187

Best regards,
altoine
Reply With Quote
  #15 (permalink)  
Old June 1st, 2002
Unregistered
Guest
 
Posts: n/a
Unhappy

[QUOTE]Originally posted by Unregistered
Okay, I have installed jre and have made all the changes to my path and I keep getting this weird error when I run the LImeWireLInux.bin script. Here is the errors:

Error: Unrecognized JVM specific option `-Xmx50331648'.
Error: Unrecognized JVM specific option `-Xms16777216'.
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Can anyone explain this??? I am running Mandrake Linux 8.2 and I had it on here before. Had to rebuild and now I can't install??? Please Help.

-eeshman
[/QU
OTE]

hi i got the same thing too! i use mandrake 8.2. i have installed java2 and did everything that i know. what i am confused about is i have 2 machanes both set up the same way hardware & software wise. on the other machine it works fine. the only thing i can think of is on the machine it doesnt work on is something to do with the java classes i have installed. if i figure it out i will post what i had done wrong or not had installed on this machane.
Launching installer...

Error: Unrecognized JVM specific option `-Xmx50331648'.
Error: Unrecognized JVM specific option `-Xms16777216'.
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: ZeroGcf
at ZeroGcj.<init>(source file unknown:line unknown, pc 0x86d4d74)
at ZeroGb3.a(source file unknown:line unknown, pc 0x86bcefb)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x8663341)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x86411c1)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x85b0281)
at java.lang.reflect.Method.invoke(Method.java:native )
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82a79d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x825cbcb)Launching installer...

Error: Unrecognized JVM specific option `-Xmx50331648'.
Error: Unrecognized JVM specific option `-Xms16777216'.
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: ZeroGcf
at ZeroGcj.<init>(source file unknown:line unknown, pc 0x86d4d74)
at ZeroGb3.a(source file unknown:line unknown, pc 0x86bcefb)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x8663341)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x86411c1)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x85b0281)
at java.lang.reflect.Method.invoke(Method.java:native )
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82a79d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x825cbcb)
Reply With Quote
  #16 (permalink)  
Old June 1st, 2002
Unregistered
Guest
 
Posts: n/a
Default Unrecognized JVM specific option

It is probably running Kaffe instead of the j2sdk java binary. You need to add /usr/local/j2sdk1.4.0/bin (or wherever you installed the sdk) to your path and rename or delete the java binary in usr/bin or wherever running "which java" shows the java binary is running from.
Reply With Quote
  #17 (permalink)  
Old June 1st, 2002
Unregistered
Guest
 
Posts: n/a
Default

Ok, that usually means that although you **installed** java 1.3 or 1.4, you didn't **path** it. Instead, you're invoking the default java that came with Mandrake (or whatever distro you're using) which doesn't support -Xm* parameters. Run "java -version" or "which java" to verify this.

I'm using Mandrake and java v1.4, so I just added:

PATH=/usr/java/j2sdk1.4.0/jre/bin:$PATH

to my ~/.bash_profile file.

hth,
Pinhead
Reply With Quote
  #18 (permalink)  
Old July 18th, 2002
Unregistered
Guest
 
Posts: n/a
Angry

Hey, Don. Which shell in Mandrake 8.2 did y'all use for the install? I opened up my Konsole shell to type in the commands you have listed. Much to my dismay, I was not able to install either the Java Installer for LimeWire nor the LimeWire app itself. I hit a snag on the command /bin/java. My bash shell( Konsole ) gave me gruff about the /bin command directory not existing( no such file or directory ). I tried the cd/ command to switch in between directories only to get stomped on by the shell. I paid for the license to install & run the software on my box expecting to use the app. Instead, I have been spending a week beating my head up agaainst this installation with no success. Are there any other commands that you know would do the trick? Thanx.


-In His Lamblight:
Soniclamb
Reply With Quote
  #19 (permalink)  
Old July 28th, 2002
aeroe
Guest
 
Posts: n/a
Default

1. shell
2. su
3. kate /etc/bashrc
4. added "PATH=$PATH:/usr/java/jre1.4.0/bin"
or whatever directory java is.
5. restarted kde, checked my user by typing "java -version" in the shell.
Reply With Quote
  #20 (permalink)  
Old July 29th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Simple Really

That error is usually produced by none other than kaffe. Just remove kaffe.

rpm -ev --nodeps kaffe

altoine
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
LW to iTunes-followed instructions, still need help Camper Getting Started Using LimeWire + WireShare 3 April 16th, 2007 08:29 PM
Instructions to Download to your iPod!!!!!! Lstrohm1 General Mac OSX Support 1 January 7th, 2006 10:49 PM
unable to install w/ Windows XP despite following firewall instructions angsj Connection Problems 0 December 16th, 2004 12:38 AM
I need instructions on how to delete Limewire! ssj_flameboy Open Discussion topics 2 August 13th, 2003 09:52 PM
linux install made easy download General Linux Support 0 January 23rd, 2003 08:08 PM


All times are GMT -7. The time now is 06:41 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.