LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Total Newbie help w/Limewire (https://www.linuxquestions.org/questions/linux-newbie-8/total-newbie-help-w-limewire-64305/)

BGistheDEVIL 06-07-2003 10:46 PM

Total Newbie help w/Limewire
 
Ok, so as my name says, I hate windows. I am now using Red Hat 9.0.
I have (I think) installed the Java VM, but I get:

Warning: -Xmx100331648 not understood. Ignoring.
Warning: -Xms16777216 not understood. Ignoring.
Exception in thread "main" java.lang.InternalError: Unexpected exception while defining class ZeroGq: java.lang.ClassNo
tFoundException: javax.swing.JDialog

when I try to install Limewire. Thanks for the help.

P.S. Be explicit, I'm a little slow.;)

ksgill 06-07-2003 10:52 PM

You have a run-time error there. You sure you installed the java vm correctly? i.e. u updated the path variable and stuff?

BGistheDEVIL 06-07-2003 10:56 PM

Uh, I don't know. I just know that I installed the VM and din't get any error messages. I am not a newbie, I am there leader! I followed the instructions on the java site.

ksgill 06-07-2003 11:02 PM

try this

export PATH=$PATH:/usr/java/j2sdk1.4.1_03/bin

(where------------- /usr/java/j2sdk1.4.1_03/bin is the name of the directory where my java file is located ) and then try to run ./LimeWireLinux again. see what happens

BGistheDEVIL 06-07-2003 11:10 PM

NO dice, same error. IT does state at the end:

at 0x08048910: __gcj_personality_v0 (java.compiler=NONE)
at 0x4069044d: __libc_start_main (/lib/libc.so.6)
at 0x080486c1: _Jv_RegisterClasses (java.compiler=NONE)

ksgill 06-07-2003 11:16 PM

Problem is with your java vm...try reinstalling it or something

BGistheDEVIL 06-07-2003 11:28 PM

Tried again (./j2re-1_4_1_03-fcs-linux-i586.rpm) said yes, then A (all).
Then i type "rpm -ivh j2re-1_4_1_03-fcs-linux-i586.rpm" and it says already installed. I then "rm j2re-1_4_1_03-fcs-linux-i586.rpm" and go and "./j2re-1_4_1_03-fcs-linux-i586.rpm".

Still no dice. Should I download it again? I thought I was the shizznit when I got active-x to install, now I realize how little I know!

acid_kewpie 06-08-2003 05:15 AM

no, just give up for now and try a different application. if you want a fast decent and NATIVE gnutella client, try gtk-gnutella.sf.net it will install fine first time i promise. Limewire is one of the apps most newbies want to use, but it can be so so hard to get java working. of course once someone knows how to set up java, they no longer want limewire as they've found that much better native clients exist.

you might also want to try gift.sf.net which allows you to connect to gnutella, onenFT and fattrack (kazaa) all at the same time.

BGistheDEVIL 06-08-2003 10:19 PM

Thanks Acid. I'll give it a try. If nothing else, I am gaining independence from MS!!!

thepenguindude 06-08-2003 11:10 PM

Not to throw you off topic, but I personally think gtk-gnutella would be much easier for you. For one, it doesn't use java. And second, it also comes in a very convinient RPM for your RH box that makes installation a snap. It also uses the same "backbone" as limewire, so you are really on the same network - only using some (in my opinion) easier software.

Crashed_Again 06-09-2003 05:50 AM

On a personal note, I have finally given in to acid_kewpie's relentlessness and am using gtk-gnutella instead of LimeWire. It really is a lot better the LimeWire I have to admit.

BGistheDEVIL 06-09-2003 08:35 AM

Ok, downloaded gnutella and it installed (clicked on the box, package screen, etc...) Where does it go?

script_this 09-14-2003 06:16 PM

If you still want to get java working, your problem is that Limewire is using the /usr/bin/java rather than the newly installed java which is found in /path/to/your/installed/jre/bin/. You can

mv /usr/bin/java to /usr/bin/rh_java
then
ln -s /path/to/your/installed/jre/bin/java /usr/bin/java

then it will work.

good luck.


All times are GMT -5. The time now is 11:33 PM.