Jump to content

What Java VM should I use? Limewire requires it


kenton
 Share

Recommended Posts

[kenton@storage images]$ chmod 755 LimeWireLinux.bin

[kenton@storage images]$ ./LimeWireLinux.bin

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.

 

What Java should I use?

Link to comment
Share on other sites

I installed Java, but LimeWire gives me the same message. I think I need to add a PATH= extension somewhere, but I'm unsure how.

 

Also, I configured Java for Mozilla, and Mozilla shows that I've got the Java plugin installed, but when I go to their Java test page, or any other page with Java, Mozilla just dies. It exits without an error, the Mozilla window is there -- then it's gone.

Link to comment
Share on other sites

  • 2 weeks later...
Guest digitalsuperman

hey guys..

i installed jdk-1.3.1_12..

i succesfully installed it..

 

next i installed bluej114.jar..

to install it i used the command java -jar bluej.jar..

the problem is that it the terminal cant recognize the command..

in the installation manual..

it sez that i have to append the PATH..

the problem is that the manual didn't say what the file is..

and where can i find it..

can you help me guys...

please...

i cant do my java thing in my xp coz everytime i compile my java

program..it crashes..

it sez..dumping physical memory..

please help me..

im a n00b at linux...

Link to comment
Share on other sites

Guest digitalsuperman

I explored a bit with the manual..

it sez that I must append the Environment Variables...

 

can you please tell me how to do that....

 

I asked everyone in my school who knows about linux ,they all say that they have no idea what I'm talking about and they haven't tried it.hehe

 

@devries:

 

Thank you so much...

Link to comment
Share on other sites

  • 5 months later...

Don't you mean .bash_profile? (i know this is like 6 months after the fact, but was just experiencing the same thing and didn't want to mess anything up)

 

If you have installed the J2RE and limewire can't find it edit your .bashrc (hidden file in your $HOME)

 

Add these lines:

PATH=/usr/local/java/bin:$PATH
export PATH

JAVA_HOME=/usr/local/java
export JAVA_HOME

 

Good luck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...