LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-12-2003, 07:05 PM   #1
loke137
Member
 
Registered: Feb 2003
Location: Brasil
Distribution: Debian Etch
Posts: 147

Rep: Reputation: 15
LimeWire and Java


I am trying to install LImeWire, but I am getting an error.
It says I should have some VM installed ( JAva virtual machine).
What is it, and what am I supposed to do??
Thank you

loke137
 
Old 03-12-2003, 07:12 PM   #2
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30
www.java.sun.com you need java virtual machine and you need to install it before you install limewire because limewire runs on java so that it can more easily be multi-platform
 
Old 03-12-2003, 07:20 PM   #3
loke137
Member
 
Registered: Feb 2003
Location: Brasil
Distribution: Debian Etch
Posts: 147

Original Poster
Rep: Reputation: 15
are there alternatives to limewire that dont require Java?
 
Old 03-12-2003, 07:25 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
oh hell yes.

http://gtk-gnutella.sf.net (and many others)

well done for thinking that! so many people refue to believe there are alternatives, no matter how many times they are told otherwise... they want their limewire and java headache...
 
Old 03-12-2003, 08:09 PM   #5
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Personally I've run into more headaches with gtk-gnutella then limewire. You should install java anyway because you will need the plugin for your browser. Don't be nervous. Once you download the binary just change the permissions so that is an executable and install it.
 
Old 03-12-2003, 09:10 PM   #6
loke137
Member
 
Registered: Feb 2003
Location: Brasil
Distribution: Debian Etch
Posts: 147

Original Poster
Rep: Reputation: 15
I have unpacked both packages, j2re and j2sdk. What should I do with them? or is it installed already?
 
Old 03-12-2003, 09:58 PM   #7
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Rep: Reputation: 30
If all fails, I have instructions for doing the install of the J2SDK. I installed it on RH8 and Mandrake 9: < http://members.shaw.ca/trollking/ > BTW I have limewire running on my system.
 
Old 03-16-2003, 05:36 PM   #8
ben.jamin
LQ Newbie
 
Registered: Mar 2003
Location: virginia beach
Distribution: mandrake 9.0
Posts: 8

Rep: Reputation: 0
Unhappy have sdk and jre

i've done all of this stuff, including following the link above on how to install skd, but my limewire still will not install. i wish i could get it figured out. here's my error.....

[ben@hr ben]$ sh ./LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Error: Unrecognized JVM specific option `-Xmx100331648'.
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: ZeroGd9
at ZeroGed.a(source file unknown:line unknown, pc 0x86c182a)
at ZeroGee.<init>(source file unknown:line unknown, pc 0x86c8d73)
at ZeroGed.<init>(source file unknown:line unknown, pc 0x821b452)
at ZeroGdv.a(source file unknown:line unknown, pc 0x864d337)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x86918f1)
at com.zerog.ia.installer.Main.c(source file unknown:line unknown, pc 0x86721ac)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x8344ac2)
at java.lang.reflect.Method.invoke0(Method.java:native)
at java.lang.reflect.Method.invoke(Method.java:256)
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82bc9d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x82033ed)



any help would be greatly appreciated.
 
Old 03-16-2003, 06:02 PM   #9
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Ummm...before you run the LimeWire install script try doing this:

export PATH=$PATH:/path/to/java

of course, replace /path/to/java with your actual path to java. Mine is in /usr/java/j2re1.4.1_01/bin
 
Old 03-16-2003, 06:49 PM   #10
ben.jamin
LQ Newbie
 
Registered: Mar 2003
Location: virginia beach
Distribution: mandrake 9.0
Posts: 8

Rep: Reputation: 0
i wish i knew linux

i can set the path, but when i restart the computer, it loses my settings. so how am i supposed to take advantage of changing the path?
 
Old 03-16-2003, 06:51 PM   #11
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
If you want to set things PERMANTLY in your path then edit the /etc/profile file.
 
Old 03-16-2003, 06:55 PM   #12
ben.jamin
LQ Newbie
 
Registered: Mar 2003
Location: virginia beach
Distribution: mandrake 9.0
Posts: 8

Rep: Reputation: 0
bahhhhhh

ok i set the path as you said, checked and made sure i've got the right directory for my java. its '/usr/java/j2re1.4.1_02'. still getting the same error when i run the limewire installer. and also the other gnutella programs i got suck, in my opinion: i couldn't find ANY good downloads. they were all brittney spears and shit....
 
Old 03-16-2003, 07:09 PM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Use dcgui.
 
Old 03-16-2003, 07:29 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
/me shivers ...

I just googled for dcgui and got almost only
security issues? :}

Cheers,
Tink
 
Old 03-16-2003, 07:32 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
http://freshmeat.net/projects/dcgui/?topic_id=251


It's p2p, of course it's a security nightmare

Cool
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Limewire/Java Kaao Linux - Software 3 08-19-2005 04:01 AM
Java and Limewire astronerd Linux - Software 10 03-24-2005 04:41 PM
Limewire java help Ogledbyoldmen Linux - Software 5 02-02-2004 02:33 AM
Java and Linux (LimeWire) Doomhammer Linux - Software 11 12-12-2003 09:21 PM
Help with LimeWire/Java please. DarkGhost Linux - Software 21 06-04-2002 07:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration