LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2011, 05:32 PM   #1
infoslaw
Member
 
Registered: Oct 2011
Location: Belfast
Distribution: Arch Linux x86_64 + Plasma KDE
Posts: 66

Rep: Reputation: Disabled
Java and Vuze installation on KDE Debian Wheezy sid


Hi Everyone,

Again need your help guys. I tried to install Java on my new KDE Debian Wheezy and no success.

I downloaded jre-6u29-linux-i586.bin and when I make

$ fakeroot make-jpkg jre-6u29-linux-i586.bin

then I get:

Creating temporary directory: /tmp/make-jpkg.j7mPxqr15Q
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk-doc.sh sun-j2sdk.sh

Detected Debian build architecture: i386
Detected Debian GNU type: i486-linux-gnu

No matching plugin was found.
Removing temporary directory: done


I would like to use Vuze which working on Java.

I really appreciate your help.
 
Old 11-15-2011, 10:12 PM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
apt-get install openjdk-6-jre
 
Old 11-15-2011, 10:31 PM   #3
kostya
Member
 
Registered: Mar 2010
Location: Moscow, Russia
Distribution: Ubuntu Studio, antix(mepis), Fedora, FreeBSD
Posts: 174
Blog Entries: 5

Rep: Reputation: 18
Maybe this way:
Quote:
DEB_BUILD_GNU_TYPE=i486-linux-gnu DEB_BUILD_ARCH=i386 fakeroot make-jpkg jdk-6u*-linux-i586.bin
?
 
Old 11-16-2011, 04:41 AM   #4
infoslaw
Member
 
Registered: Oct 2011
Location: Belfast
Distribution: Arch Linux x86_64 + Plasma KDE
Posts: 66

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by craigevil View Post
apt-get install openjdk-6-jre

Thank you for answer.

when I make apt-get install openjdk-6-jre

then I received:
Reading package lists... Done
Building dependency tree
Reading state information... Done
openjdk-6-jre is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

but I checked java -version
bash: java: command not found

I think that not have in wheezy repository Java to install. Any idea?
 
Old 11-16-2011, 08:02 AM   #5
infoslaw
Member
 
Registered: Oct 2011
Location: Belfast
Distribution: Arch Linux x86_64 + Plasma KDE
Posts: 66

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kostya View Post
Maybe this way:
?
Hello kostya,

Thank you for idea. I found jdk developer version and I create deb package but with errors and finally after apt-get update / apt-get upgrade I receiving this:


$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
ttf-sil-gentium-basic
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?

(Yes)

Setting up sun-j2sdk1.5 (1.5.0+update22) ...
update-alternatives: error: alternative path /usr/lib/j2sdk1.5-sun/jre/plugin/i386/ns4/libjavaplugin.so doesn't exist.
dpkg: error processing sun-j2sdk1.5 (--configure):
subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
Errors were encountered while processing:
sun-j2sdk1.5
E: Sub-process /usr/bin/dpkg returned an error code (1)


Looks like missing something?

I check java version:

$ java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) Server VM (build 1.5.0_22-b03, mixed mode)

But something missing to complete installation.
 
Old 11-16-2011, 06:18 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
$ java -version
java version "1.7.0_147-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.0) (7~b147-2.0-1)
OpenJDK Client VM (build 21.0-b17, mixed mode, sharing)

apt-get install openjdk-6-jre icedtea-plugin


NO need to build or download just use the package management system.

Java - Debian Wiki - http://wiki.debian.org/Java
 
Old 11-17-2011, 05:43 AM   #7
kostya
Member
 
Registered: Mar 2010
Location: Moscow, Russia
Distribution: Ubuntu Studio, antix(mepis), Fedora, FreeBSD
Posts: 174
Blog Entries: 5

Rep: Reputation: 18
Quote:
Originally Posted by infoslaw View Post
update-alternatives: error: alternative path /usr/lib/j2sdk1.5-sun/jre/plugin/i386/ns4/libjavaplugin.so doesn't exist.
dpkg: error processing sun-j2sdk1.5 (--configure):
subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
Errors were encountered while processing:
sun-j2sdk1.5
E: Sub-process /usr/bin/dpkg returned an error code (1)
Google is your friend
Here is your bug and solution.

Last edited by kostya; 11-17-2011 at 05:45 AM.
 
Old 11-17-2011, 06:51 AM   #8
infoslaw
Member
 
Registered: Oct 2011
Location: Belfast
Distribution: Arch Linux x86_64 + Plasma KDE
Posts: 66

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by craigevil View Post
$ java -version
java version "1.7.0_147-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.0) (7~b147-2.0-1)
OpenJDK Client VM (build 21.0-b17, mixed mode, sharing)

apt-get install openjdk-6-jre icedtea-plugin


NO need to build or download just use the package management system.

Java - Debian Wiki - http://wiki.debian.org/Java
Hi Craigevil,

Thanks for another answer. I did it:

$ sudo apt-get install default-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
default-jre is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

but in linux cannot see java version???

also I found in Debian Wiki this sad information:

The following JRE/JDK aren't available in Debian anymore as of DebianSqueeze:

Sun's JRE 1.5
kaffe
jamvm

Craigdevil Which distro are you use?
 
Old 11-18-2011, 07:53 PM   #9
kostya
Member
 
Registered: Mar 2010
Location: Moscow, Russia
Distribution: Ubuntu Studio, antix(mepis), Fedora, FreeBSD
Posts: 174
Blog Entries: 5

Rep: Reputation: 18
Hey infoslaw, do you have `openjdk-6-jre-headless` package installed?
It MUST be installed as a dependency for `openjdk-6-jre`, which your system says is already installed last version. Or not?
It says `openjdk-jre` "points to the Java runtime, or Java compatible runtime recommended for the amd64 architecture, which is openjdk-6-jre for amd64."

If so, then `java` executable is there: /usr/lib/jvm/java-6-openjdk-i386/bin/java
(Look here)

Then if you don't get $java --version, then you just need to add `/usr/lib/jvm/java-6-openjdk-i386/bin` to your PATH, or something like that.
At least, that was the only java executable I found among the related Debian packages.
 
Old 11-19-2011, 10:18 AM   #10
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
i run sid.
if the wiki doesn't work take a look at http://www.crazysquirrel.com/computing/debian/java.jspx
 
Old 12-01-2011, 06:34 PM   #11
infoslaw
Member
 
Registered: Oct 2011
Location: Belfast
Distribution: Arch Linux x86_64 + Plasma KDE
Posts: 66

Original Poster
Rep: Reputation: Disabled
Thank so much for all help. I not answered long time because take my time re-installation system on laptop. I make decision to work on more stable debian squeeze kde (so important daily things to do on my machine) but I think that only if I get spare hdd to swap I will back to play with unstable squeeze.

Of course I have couple issues with current distro and probably I will post on forum.

Once again thank you very much. Nice strong Linux community keep together!
 
Old 12-28-2011, 08:24 AM   #12
infoslaw
Member
 
Registered: Oct 2011
Location: Belfast
Distribution: Arch Linux x86_64 + Plasma KDE
Posts: 66

Original Poster
Rep: Reputation: Disabled
Java

And again I installed on spare disk Debian Wheezy but this time KDE (not Gnome) mostly everything working fine on my Lenovo X200, Java has been installed in standard packages. Vuze and other Java based applications can run now.
Thank you for your help.
 
  


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
synaptics touchpad not found : Wheezy/sid bennethos Debian 3 05-12-2011 04:54 AM
LXer: Living on the bleeding edge: Debian wheezy/sid LXer Syndicated Linux News 0 02-14-2011 07:20 PM
Java error - Debian GNU/Linux 6.0 Squeeze/sid DebianUserfg Linux - Newbie 2 05-31-2010 07:00 PM
Problem with java in Debian (sid) yarjar Debian 2 06-19-2005 01:52 AM
Eclipse on Debian Sid and Java 1.5 compatibility dreambrother Programming 1 11-17-2004 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:29 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