<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17141/Installing_JDK6_on_Debian_Etch</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 09:34:55 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>I guess, make-jpkg was too complicated?</title>
			<link>http://osnews.com/thread?208306</link>
			<guid isPermaLink="true">http://osnews.com/thread?208306</guid>
			<description>You'll find it in java-package and it is included in Etch.</description>
			<pubDate>Fri, 02 Feb 2007 12:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (B. Janssen)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What's the problem ?</title>
			<link>http://osnews.com/thread?208316</link>
			<guid isPermaLink="true">http://osnews.com/thread?208316</guid>
			<description>I don't understand this kind of news.Install jdk ? Just go to java site, download and run the script, or install from apt-get.How follows ? install photoshop cs2 on windows XP ?Edited 2007-02-02 13:02</description>
			<pubDate>Fri, 02 Feb 2007 13:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (csousa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I guess, make-jpkg was too complicated?</title>
			<link>http://osnews.com/thread?208320</link>
			<guid isPermaLink="true">http://osnews.com/thread?208320</guid>
			<description>AFAIK the current java-package does not support Java6 versions yet. Not the Sun version and not the IBM version.<br />
<br />
As far as installing the Sun version goes, it is included in the official Debian non-free repositories, both for i386 and amd64.  Testing only has Sun Java 5, while unstable also has Sun Java 6.<br />
<br />
The article is actually giving bad advice. You can just install it from the repositories and configure the active java version with &quot;update-alternatives&quot;.<br />
<br />
ruben@beast ~ $ apt-cache search sun-java<br />
sun-java5-bin - Sun Java(TM) Runtime Environment (JRE) 5.0 (architecture dependent files)<br />
sun-java5-demo - Sun Java(TM) Development Kit (JDK) 5.0 demos and examples<br />
sun-java5-doc - Sun JDK(TM) Documention -- integration installer<br />
sun-java5-fonts - Lucida TrueType fonts (from the Sun JRE)<br />
sun-java5-jdk - Sun Java(TM) Development Kit (JDK) 5.0<br />
sun-java5-jre - Sun Java(TM) Runtime Environment (JRE) 5.0 (architecture independent files)<br />
sun-java5-plugin - The Java(TM) Plug-in, Java SE 5.0<br />
sun-java5-source - Sun Java(TM) Development Kit (JDK) 5.0 source files<br />
sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files)<br />
sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples<br />
sun-java6-doc - Sun JDK(TM) Documention -- integration installer<br />
sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE)<br />
sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6<br />
sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent files)<br />
sun-java6-plugin - The Java(TM) Plug-in, Java SE 6<br />
sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files</description>
			<pubDate>Fri, 02 Feb 2007 13:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (snowbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: I guess, make-jpkg was too complicated?</title>
			<link>http://osnews.com/thread?208327</link>
			<guid isPermaLink="true">http://osnews.com/thread?208327</guid>
			<description>snowbender: AFAIK the current java-package does not support Java6 versions yet. Not the Sun version and not the IBM version.<br />
<br />
I thought so, but don't know. So, let's try what worked previously with 1.5.0+ releases. Edit your /usr/share/java-package/sun-j2sdk.sh to include the following:<br />
<br />
 (&quot;jdk-6-linux-amd64.bin&quot;)<br />
 j2se_version=1.6.0<br />
 j2se_expected_min_size=45 # Size in MB of .bin<br />
 found=true<br />
 ;;<br />
<br />
Obviously this is untested. Anyway, it should give you a .deb-package you can install with dpkg -i and satisfy all depends.<br />
<br />
EDIT: added &quot;Size in MB&quot;Edited 2007-02-02 13:37</description>
			<pubDate>Fri, 02 Feb 2007 13:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (B. Janssen)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>or otherwise</title>
			<link>http://osnews.com/thread?208351</link>
			<guid isPermaLink="true">http://osnews.com/thread?208351</guid>
			<description>or otherwise you simply extract the dir, smash it into /opt, and set the apropriate environment variables.. will work for all dists, and isnt really a problem. except that it leaves deps unsolved. now i dont know how to work around that in debian, but any package manager should easily have an option to inject a package as installed.</description>
			<pubDate>Fri, 02 Feb 2007 15:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Redeeman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I guess, make-jpkg was too complicated?</title>
			<link>http://osnews.com/thread?208513</link>
			<guid isPermaLink="true">http://osnews.com/thread?208513</guid>
			<description>You'll find it in java-package and it is included in Etch. <br />
<br />
Sure, it's there. Debian has everything and the kitchen sink but finding something is like an expedition to Mars in search of intelligent life.<br />
Took me a while to find out how to install Java on Debian and I'm not exactly new to Linux.<br />
Honestly, I don't understand Debian at all.<br />
Why have all these fancy scripts (more like a spagetti soup of scripts) when in the end they're so complicated to use that it would be easier to do it manualy through the basic Linux features.<br />
Update-alternatives is one good example of insane complexity and spagetti soup of scripts.<br />
And with all these built-in scripts, Debian doesn't even have a basic utility to choose which services to run at startup. You have to go find one, and install it  from the repos. (at least that's my experience after doing the install from the net-install cd.</description>
			<pubDate>Fri, 02 Feb 2007 21:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (shapeshifter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>debian is not for idiots</title>
			<link>http://osnews.com/thread?208671</link>
			<guid isPermaLink="true">http://osnews.com/thread?208671</guid>
			<description>Come on, you're not going to convince me that you even bothered to try.<br />
A very simple command installs it:<br />
<br />
&quot;sudo apt-get install sun-java6-jre&quot;<br />
<br />
Congratulations. Please switch to Ubuntu, they are more idiot-proof.</description>
			<pubDate>Sat, 03 Feb 2007 10:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (jang)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: debian is not for idiots</title>
			<link>http://osnews.com/thread?208684</link>
			<guid isPermaLink="true">http://osnews.com/thread?208684</guid>
			<description>right, ubuntu is meant for those who can't tell the difference between jdk and jre <img src="/images/emo/smile.gif" alt=";)" /> .</description>
			<pubDate>Sat, 03 Feb 2007 12:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (gsmd)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: debian is not for idiots</title>
			<link>http://osnews.com/thread?208686</link>
			<guid isPermaLink="true">http://osnews.com/thread?208686</guid>
			<description>I doubt people who can't even manage to install the damn thing could be people who need a jdk.</description>
			<pubDate>Sat, 03 Feb 2007 13:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (jang)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
