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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-01-2004, 08:24 AM
|
#1
|
|
Member
Registered: Jan 2003
Location: Ohio, USA
Distribution: RH 9.0 / Fedora Core 3
Posts: 58
Rep:
|
More Limewire... install error
I've been trying to get limewire installed for a few days, and have been reading the posts here, many of which were very helpful. The installer now gets much farther along before going Tango Uniform on me!
Here is where I am at:
Code:
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...
Launching installer...
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
I went into the LimeWireLinux.bin file to see if anything made sense ... of course, it didn't. It seems to be getting past the whole, "where is your Java" issue that I had before I read the other threads, but I can't figure out what is making this error?
Ideas?
|
|
|
|
12-01-2004, 12:09 PM
|
#2
|
|
Member
Registered: Apr 2004
Posts: 272
Rep:
|
if its the java? do u have java install? local? or system wide? if either is yes, then u have 2 set the path in ur home dir. in the .bashrc file
or have u done this?
|
|
|
|
12-01-2004, 12:14 PM
|
#3
|
|
Member
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701
Rep:
|
I'm having this same issue as well...
I have java installed in /usr/java
|
|
|
|
12-01-2004, 12:22 PM
|
#4
|
|
LQ Newbie
Registered: Nov 2004
Location: Washignton
Distribution: Mandrake 10.1
Posts: 13
Rep:
|
I am having a smiliar error...
[spooky31@localhost spooky31]$ '/home/spooky31/Desktop/LimeWireLinux.bin'
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
[spooky31@localhost spooky31]$
[spooky31@localhost spooky31]$ '/home/spooky31/Desktop/LimeWireLinux.bin'
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
[spooky31@localhost spooky31]$
Any Clues.
|
|
|
|
12-01-2004, 12:43 PM
|
#5
|
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Rep:
|
Hmmm cant help you sort out your problems, but I would recomend GTK-Gnutella...It is a very good P2P client that runs on the same netowrk as limewire..
|
|
|
|
12-01-2004, 02:19 PM
|
#6
|
|
Member
Registered: Jan 2003
Location: Ohio, USA
Distribution: RH 9.0 / Fedora Core 3
Posts: 58
Original Poster
Rep:
|
First off, thanks for taking the time to respond. I'm really stuck here and any help would be appreciated.
Yes, I had edited the .bashrc file, as so;
Code:
PATH=$PATH:/usr/java/j2re1.4.2_04/bin
JAVA_HOME=/usr/java/j2re1.4.2_04/bin
export PATH
export JAVA_HOME
When I went back to double check, I did find one type-o and fixed that, but I still get the same error. Any other ideas?
Thanks again.
|
|
|
|
12-01-2004, 04:30 PM
|
#7
|
|
Member
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828
Rep:
|
you could always try gtk-gnutella....it communicates with Limeware, Bearshare, and others...
Personally, a better solution, that will work with fedora....
|
|
|
|
12-02-2004, 01:20 PM
|
#8
|
|
Member
Registered: Apr 2004
Posts: 272
Rep:
|
ok dude u kind of got it right here is mine take a look
c anything different????
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
PATH=$PATH:/usr/java/j2re1.4.2_05/bin:
JAVA_HOME=/usr/java/j2re1.4.2_05/bin
export PATH
export JAVA_HOME
|
|
|
|
12-04-2004, 02:06 AM
|
#9
|
|
LQ Newbie
Registered: Nov 2004
Location: Washignton
Distribution: Mandrake 10.1
Posts: 13
Rep:
|
I only get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
When Im not /root. When I am in as /root and I try it I get this:
Preparing to install...
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.
Now I have edited my .bash_profile to read the following:
# .bash_profile
#Get user aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:/usr/java/j2re1.4.2_05/bin:
JAVA_HOME=/usr/java/j2re1.4.2_05/bin
export PATH
export JAVA_HOME
unset USERNAME
Still getting the error stating that no Java Virtual Machine could be from my PATH environment table..
Any Clues..
:Note: Im running mandrake 10
|
|
|
|
12-04-2004, 10:26 AM
|
#10
|
|
Member
Registered: Jan 2003
Location: Ohio, USA
Distribution: RH 9.0 / Fedora Core 3
Posts: 58
Original Poster
Rep:
|
This may or may not be off topic slightly, but what does the
line do?
|
|
|
|
12-04-2004, 10:29 AM
|
#11
|
|
Member
Registered: Jan 2003
Location: Ohio, USA
Distribution: RH 9.0 / Fedora Core 3
Posts: 58
Original Poster
Rep:
|
Ok ... I added the colon to the end of the line, which is the only difference I noted.
Same result... any other ideas where to look.
Thanks for your help!
|
|
|
|
12-04-2004, 01:38 PM
|
#12
|
|
Member
Registered: Apr 2004
Posts: 272
Rep:
|
ok ok the only thing that i can think of is that where did u install java? make sure it is install and make sure u have the dynamic or symbolic link i forget whats it called, 2 ur browser? maybe that has something 2 do with it, n dude i also got limewire install on a mdk10 machine
n yeah what does the unset username do what does that line do? maybe remove c if it works dunno
|
|
|
|
12-06-2004, 07:47 AM
|
#13
|
|
LQ Newbie
Registered: Nov 2004
Location: Washignton
Distribution: Mandrake 10.1
Posts: 13
Rep:
|
Ok quick newbie uqestion, as I am going through certain situations with certain programs. I do not have write permission to edit certain files. How do I give myslef complete read-write privelages on my Linux Box..
|
|
|
|
12-06-2004, 11:26 AM
|
#14
|
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Rep:
|
type su
then your root password.. this makes you the root user
chmod 777 "filename" , this gives you, root, all read write privalges , or as root , chown "user to give ownership to" "filename" , dont use the """" though
|
|
|
|
12-07-2004, 12:31 AM
|
#15
|
|
Member
Registered: Apr 2004
Posts: 272
Rep:
|
true but this thread is different, but still a valid question.
N dude if ur not 2 comfortable with text mode, than u can just open up a terminal or konsol, type su pass, then ur browsers Exampl Konqueror than u can change permission GUI mode hehehehehe
|
|
|
|
All times are GMT -5. The time now is 05:02 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|