From: J.Hwan.Kim on
Hi, everyone

I'm trying to install java JDK and JRE.
I downloaded JDK(jdk-6u20-linux-i586.bin) and JRE
(jre-6u20-linux-i586.bin)frome java.sun.com
I commanded as follows but error occurred, so I could not make *.deb
package of JDK and JRE.


frog(a)frog1120:~/Electronics/JAVA/JRE$ fakeroot make-jpkg *.bin

Creating temporary directory: /tmp/make-jpkg.KNFJHrppNn
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

frog(a)frog1120:~/Electronics/JAVA/JDK$ ls
jdk-6u20-linux-i586.bin
frog(a)frog1120:~/Electronics/JAVA/JDK$ fakeroot make-jpkg jdk*.bin
Creating temporary directory: /tmp/make-jpkg.sVRmpASAMQ
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh
ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2dk-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


How can I solve this problem?

Thanks in advance.

Best Regards,
J.Hwan Kim



--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C20BAE0.4060004(a)gmail.com
From: Camaleón on
On Tue, 22 Jun 2010 22:30:08 +0900, J.Hwan.Kim wrote:

> I'm trying to install java JDK and JRE. I downloaded
> JDK(jdk-6u20-linux-i586.bin) and JRE (jre-6u20-linux-i586.bin)frome
> java.sun.com I commanded as follows but error occurred, so I could not
> make *.deb package of JDK and JRE.
>
>
> frog(a)frog1120:~/Electronics/JAVA/JRE$ fakeroot make-jpkg *.bin

(...)

Check if that helps:

JDK install - no matching plugin
http://serverfault.com/questions/60132/jdk-install-no-matching-plugin

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.22.13.47.47(a)gmail.com
From: Eduardo M KALINOWSKI on
>
> Hi, everyone
>
> I'm trying to install java JDK and JRE.
> I downloaded JDK(jdk-6u20-linux-i586.bin) and JRE
> (jre-6u20-linux-i586.bin)frome java.sun.com
> I commanded as follows but error occurred, so I could not make *.deb
> package of JDK and JRE.
>
>
> frog(a)frog1120:~/Electronics/JAVA/JRE$ fakeroot make-jpkg *.bin
>
> [...]
>
> How can I solve this problem?
>

Is there any reason you can't use the prebuild packages in the non-free
section?


--
Save yourself! Reboot in 5 seconds!

Eduardo M KALINOWSKI
eduardo(a)kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C20F141.4050808(a)kalinowski.com.br
From: Carlos Eduardo Virgen Londoño on
2010/6/22 J.Hwan.Kim <j.hwan.kim99(a)gmail.com>
>
> Hi, everyone
>
> I'm trying to install java JDK and JRE.
> I downloaded JDK(jdk-6u20-linux-i586.bin) and JRE (jre-6u20-linux-i586.bin)frome java.sun.com
> I commanded as follows but error occurred, so I could not make *.deb package of JDK and JRE.
>
Helo, I use the non free repositories‎
In your file "/etc/apt/sources.list" add this line
deb http://http.us.debian.org/debian/ lenny main contrib non-free

And then
apt-get update

And Finaly
apt-get install sun-java6-jdk sun-java6-jre

>
> frog(a)frog1120:~/Electronics/JAVA/JRE$ fakeroot make-jpkg *.bin
>
> Creating temporary directory: /tmp/make-jpkg.KNFJHrppNn
> 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
>
> frog(a)frog1120:~/Electronics/JAVA/JDK$ ls
> jdk-6u20-linux-i586.bin
> frog(a)frog1120:~/Electronics/JAVA/JDK$ fakeroot make-jpkg jdk*.bin
> Creating temporary directory: /tmp/make-jpkg.sVRmpASAMQ
> Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2dk-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
>
>
> How can I solve this problem?
>
> Thanks in advance.
>
> Best Regards,
> J.Hwan Kim
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
> Archive: http://lists.debian.org/4C20BAE0.4060004(a)gmail.com
>



--
ceduard0


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/AANLkTinPJc4Xx4P1mASWdxK6y49JQkd8_6D6YjZq6nf-(a)mail.gmail.com