View Single Post
  #33 (permalink)  
Old May 13th, 2013
Lord of the Rings's Avatar
Lord of the Rings Lord of the Rings is offline
ContraBanned
 
Join Date: June 30th, 2004
Location: Middle of the ocean apparently (middle earth)
Posts: 623
Lord of the Rings has a distinguished reputationLord of the Rings has a distinguished reputationLord of the Rings has a distinguished reputation
Default

I decided to merge my thread with this one since this is where I should have posted in the first place.

Software Centre's response:

How to install LimeWire on Ubuntu, Debian-ubuntu-lpe_deb-install-problem.png

Terminal's response:
Code:
parallels@parallels-Parallels-Virtual-Platform:~$ cd /home/parallels/Desktop
parallels@parallels-Parallels-Virtual-Platform:~/Desktop$ sudo dpkg -i LimeWirePirateEdition.deb
Selecting previously unselected package limewire-basic.
(Reading database ... 205408 files and directories currently installed.)
Unpacking limewire-basic (from LimeWirePirateEdition.deb) ...
dpkg: dependency problems prevent configuration of limewire-basic:
 limewire-basic depends on sun-java6-jre | icedtea-java7-jre | sun-java6-jdk | icedtea-java7-jdk; however:
  Package sun-java6-jre is not installed.
  Package icedtea-java7-jre is not installed.
  Package sun-java6-jdk is not installed.
  Package icedtea-java7-jdk is not installed.
dpkg: error processing limewire-basic (--install):
 dependency problems - leaving unconfigured
Processing triggers for gconf2 ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
 limewire-basic
Is there a reason the deb package is ignoring my sun java 1.6 (64-bit)?

1. LWOther version works fine with this java.
2. At some point I made this java the default and point to it. Even though there should supposedly no other versions of java installed after using How to completely uninstall Java? - Ask Ubuntu
Code:
parallels@parallels-Parallels-Virtual-Platform:~/Desktop$ sudo update-alternatives --config java
[sudo] password for parallels: 
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                            Priority   Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java   1061      auto mode
  1            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java   1061      manual mode
* 2            /usr/lib/jvm/jre1.6.0_43/bin/java                1         manual mode

Press enter to keep the current choice[*], or type selection number: 

parallels@parallels-Parallels-Virtual-Platform:~/Desktop$ java -version
java version "1.6.0_43"
Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)
(I have no idea why the ubuntu system still references the java installed originally or the 1.6 open source by me. I removed references to them in the install history.)

Yep also tried:
export JAVA_HOME=/usr/java/<your version of java> . . . export JAVA_HOME=/usr/lib/jvm/jre1.6.0_43/bin/java
export PATH=${PATH}:${JAVA_HOME}/bin . . . (New location of Java to read from)

echo $JAVA_HOME
echo $PATH

What else can I try?
Reply With Quote