<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Building a Debian package for Sun Java JDK/JRE</title> <atom:link href="http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Wed, 08 Feb 2012 13:08:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: thriftee</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-179608</link> <dc:creator>thriftee</dc:creator> <pubDate>Wed, 21 Jan 2009 16:32:14 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-179608</guid> <description>deb http://http.us.debian.org/debian etch main contrib non-freeand an aptitude update, then the install worked.thanks much.it baffles me why they at least didn&#039;t make those an option as part of the install, because its not something you&#039;d just know unless you&#039;d already had the problem or managed to find a thread like this where someone else did.thanks again</description> <content:encoded><![CDATA[<p>deb <a
href="http://http.us.debian.org/debian" rel="nofollow">http://http.us.debian.org/debian</a> etch main contrib non-free</p><p>and an aptitude update, then the install worked.</p><p>thanks much.</p><p>it baffles me why they at least didn&#8217;t make those an option as part of the install, because its not something you&#8217;d just know unless you&#8217;d already had the problem or managed to find a thread like this where someone else did.</p><p>thanks again</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-179607</link> <dc:creator>- Marius -</dc:creator> <pubDate>Wed, 21 Jan 2009 15:42:29 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-179607</guid> <description>etch has sun-java5-jre. You should be able to install it using:
&lt;code&gt;aptitude install sun-java5-jre&lt;/code&gt;
if this is not working for you check that your apt sources have the &lt;b&gt;non-free&lt;/b&gt; enabled (/etc/apt/sources.list), like for ex:
&lt;code&gt;deb http://ftp.us.debian.org/debian/ etch main contrib non-free&lt;/code&gt;
If you need java6, this is not directly available on etch (it is in lenny). The easiest way for you to use that is to use the backported version. Enable in your apt sources the backports repo:
&lt;code&gt;deb http://www.backports.org/debian etch-backports main contrib non-free&lt;/code&gt;
and then just run:
&lt;code&gt;aptitude update
aptitude install sun-java6-jre
&lt;/code&gt;
hth, - Marius -</description> <content:encoded><![CDATA[<p>etch has sun-java5-jre. You should be able to install it using:<br
/> <code>aptitude install sun-java5-jre</code><br
/> if this is not working for you check that your apt sources have the <b>non-free</b> enabled (/etc/apt/sources.list), like for ex:<br
/> <code>deb <a
href="http://ftp.us.debian.org/debian/" rel="nofollow">http://ftp.us.debian.org/debian/</a> etch main contrib non-free</code><br
/> If you need java6, this is not directly available on etch (it is in lenny). The easiest way for you to use that is to use the backported version. Enable in your apt sources the backports repo:<br
/> <code>deb <a
href="http://www.backports.org/debian" rel="nofollow">http://www.backports.org/debian</a> etch-backports main contrib non-free</code><br
/> and then just run:<br
/> <code>aptitude update<br
/> aptitude install sun-java6-jre<br
/> </code><br
/> hth, &#8211; Marius -</p> ]]></content:encoded> </item> <item><title>By: thriftee</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-179606</link> <dc:creator>thriftee</dc:creator> <pubDate>Wed, 21 Jan 2009 15:34:47 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-179606</guid> <description>Marius, it was nice of you to reply.  I&#039;m running the newest version of etch.  LOL, or trying to.  I don&#039;t see the JRE anywhere in the package manager, nor do I see any option to include things that are not as free as people would like.  Is it something I&#039;m supposed to know?  Do you know how to get it to install?  Could you do me a favor and point me to where I can find out how to find out what else is out there that I can&#039;t see available?Oh well, at least debian was able to install and run on my machine.  I must be on the bleeding edge of technology.</description> <content:encoded><![CDATA[<p>Marius, it was nice of you to reply.  I&#8217;m running the newest version of etch.  LOL, or trying to.  I don&#8217;t see the JRE anywhere in the package manager, nor do I see any option to include things that are not as free as people would like.  Is it something I&#8217;m supposed to know?  Do you know how to get it to install?  Could you do me a favor and point me to where I can find out how to find out what else is out there that I can&#8217;t see available?</p><p>Oh well, at least debian was able to install and run on my machine.  I must be on the bleeding edge of technology.</p> ]]></content:encoded> </item> <item><title>By: thriftee</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-179605</link> <dc:creator>thriftee</dc:creator> <pubDate>Wed, 21 Jan 2009 15:27:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-179605</guid> <description>and the reason I typed that is because if you look at the synaptic package manager, and search all for &quot;sun&quot; you don&#039;t find the jre.  And if you try to download the jre from sun, no matter what version you download, it gets a corrupted download file error if you follow the instructions to execute it.</description> <content:encoded><![CDATA[<p>and the reason I typed that is because if you look at the synaptic package manager, and search all for &#8220;sun&#8221; you don&#8217;t find the jre.  And if you try to download the jre from sun, no matter what version you download, it gets a corrupted download file error if you follow the instructions to execute it.</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-179604</link> <dc:creator>- Marius -</dc:creator> <pubDate>Wed, 21 Jan 2009 15:20:47 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-179604</guid> <description>@thriftee: this is an old post (2006) but even so if you run debian sarge it is still useful and correct. If you run a newer debian version like etch/lenny you no longer need this as it is already included in standard debian repos, after the change of the sun license for java.</description> <content:encoded><![CDATA[<p>@thriftee: this is an old post (2006) but even so if you run debian sarge it is still useful and correct. If you run a newer debian version like etch/lenny you no longer need this as it is already included in standard debian repos, after the change of the sun license for java.</p> ]]></content:encoded> </item> <item><title>By: thriftee</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-179603</link> <dc:creator>thriftee</dc:creator> <pubDate>Wed, 21 Jan 2009 15:15:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-179603</guid> <description>how sad that in the linux world you need to spend hours just trying to get the jre running because people are so stubborn as to not include it in the first place, or make it impossible to find/install with options you can&#039;t find in unnamed programs people assume you knew where they were and how to work.end result is that a 5 min &quot;install jre&quot; task takes hours googling down infinite numbers of dead ends like thisand the only alternative is to submit to microslut and their windoze or become a total sheep on a mac</description> <content:encoded><![CDATA[<p>how sad that in the linux world you need to spend hours just trying to get the jre running because people are so stubborn as to not include it in the first place, or make it impossible to find/install with options you can&#8217;t find in unnamed programs people assume you knew where they were and how to work.</p><p>end result is that a 5 min &#8220;install jre&#8221; task takes hours googling down infinite numbers of dead ends like this</p><p>and the only alternative is to submit to microslut and their windoze or become a total sheep on a mac</p> ]]></content:encoded> </item> <item><title>By: Marian</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-17248</link> <dc:creator>Marian</dc:creator> <pubDate>Wed, 31 Jan 2007 21:12:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-17248</guid> <description>This post is still useful, since debian packages for x64 architectures are not avail as time of this writing.PS: If you are looking for less recent JDKs ask Google for &quot;Java Archive&quot; since Sun is promoting Java6 right now.</description> <content:encoded><![CDATA[<p>This post is still useful, since debian packages for x64 architectures are not avail as time of this writing.</p><p>PS: If you are looking for less recent JDKs ask Google for &#8220;Java Archive&#8221; since Sun is promoting Java6 right now.</p> ]]></content:encoded> </item> <item><title>By: Ivan</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-3170</link> <dc:creator>Ivan</dc:creator> <pubDate>Tue, 19 Sep 2006 16:48:31 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-3170</guid> <description>Thank you Marius.
A very useful post indeed. Perfectly done.</description> <content:encoded><![CDATA[<p>Thank you Marius.<br
/> A very useful post indeed. Perfectly done.</p> ]]></content:encoded> </item> <item><title>By: jon</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-528</link> <dc:creator>jon</dc:creator> <pubDate>Sun, 06 Aug 2006 15:26:46 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-528</guid> <description>This was very useful. Thanks.</description> <content:encoded><![CDATA[<p>This was very useful. Thanks.</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdk-jre/comment-page-1/#comment-514</link> <dc:creator>- Marius -</dc:creator> <pubDate>Thu, 03 Aug 2006 15:32:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/08/03/building-a-debian-package-for-sun-java-jdkjre/#comment-514</guid> <description>Alberto,Thanks for your comment. From what I know the packages that you are referring are only available in SID (unstable) and not in testing. Of course you have to enable the &quot;non-free&quot; repository if you want to get them from Debian sources (but again from what I can tell they are not in etch yet).Regarding update-java-alternatives the packages created as show above will use this mechanism and fully update the local system accordingly.&lt;a target=&quot;_blank&quot; href=&quot;http://packages.debian.org/changelogs/pool/non-free/s/sun-java5/sun-java5_1.5.0-07-1/changelog&quot;&gt;http://packages.debian.org/changelogs/pool/non-free/s/sun-java5/sun-java5_1.5.0-07-1/changelog&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Alberto,</p><p>Thanks for your comment. From what I know the packages that you are referring are only available in SID (unstable) and not in testing. Of course you have to enable the &#8220;non-free&#8221; repository if you want to get them from Debian sources (but again from what I can tell they are not in etch yet).</p><p>Regarding update-java-alternatives the packages created as show above will use this mechanism and fully update the local system accordingly.</p><p><a
target="_blank" href="http://packages.debian.org/changelogs/pool/non-free/s/sun-java5/sun-java5_1.5.0-07-1/changelog">http://packages.debian.org/changelogs/pool/non-free/s/sun-java5/sun-java5_1.5.0-07-1/changelog</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-08 19:21:28 by W3 Total Cache -->
