<?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/19698/Java_6_Released_for_64bit_Intel_Macs</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>Sun, 08 Nov 2009 20:27: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>Java rant...</title>
			<link>http://osnews.com/thread?312115</link>
			<guid isPermaLink="true">http://osnews.com/thread?312115</guid>
			<description>I'm currently working on a Java project on an embedded system. A bit annoyed by all the legacy code I have to work with, I'll start a small rant against Java to fight my boredom.<br />
<br />
The news kinda reveals my biggest gripe against Java. For me it is not portable at all; at least, no more than other languages.<br />
<br />
Most platforms feature at least a free decent C compiler. From there either you directly have a modern C++ compiler or you can compile a C++ compiler (i.e. GCC). Even on the embedded systems, it is quite rare not to be able to get a decent C++ compiler (although a lot of programmers in the embedded market tend to dismiss it, 'cause someone told them embedded programming had to be done in C).<br />
<br />
Now, with Java, you're at the mercy of having a decent JVM for the relevant platforms. Of course, major platforms have access to a decent Java 6 VM, but it's far from being the case on more exotic platforms. Mind the news above: MacOS X had to wait a year to have access to Java 6, and it's only covering the latest 64 bits Intel CPUs! Personally, I don't think that MacOS X is such an exotic platform.<br />
<br />
A lot of &quot;exotic&quot; platforms do have a JVM, but usually it's a decent Java 1.2 VM at best, or a quite slow and incomplete Java 1.1 VM at worst. Some programmers are happy with that, I'm not.<br />
<br />
In the project I'm working on, they use JNI to interface the Java part with a C++ library doing the core work. While it makes sense from a technical point (the core part needs to be as fast and efficient, the target being an embedded system), it makes things even worse.<br />
<br />
Not even talking about the 64 MB eaten up by the JVM (WTF?! 64 MB on an embedded device, just for a GUI ?!). The addition of a C++ library, combining Java and C++ portability shortcomings together, makes the portability of the whole project a nightmare.<br />
<br />
I could also go on about all these Java development tools that, as if they were the only relevant Java application, install development tools or libraries that are incompatible with the rest of the system (Eclipse anyone ?)<br />
<br />
<br />
A bored and annoyed developper.<br />
<br />
<br />
PS. Yesterday, Eclipse (lastest stable version) crashed  about 10 times the Sun JVM (also latest stable version) with some nice segfault. Although I recall someone telling me that segfaults were impossible in Java, I most certainly encountered way more Sun JVM crashes than I found critical bugs in C++ compilers (GCC and VS).</description>
			<pubDate>Wed, 30 Apr 2008 14:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (gpsnoopy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Java rant...</title>
			<link>http://osnews.com/thread?312136</link>
			<guid isPermaLink="true">http://osnews.com/thread?312136</guid>
			<description>sun have a jvm for a lot of embedded system<br />
<br />
also it's not the sun's job to create a jvm for all cpu...<br />
<br />
sun provide an implementation... people can create a jvm if they want...<br />
<br />
a lot of embdedded system use java to program... like muvium (www.muvium.com)... this system cpu is under 50Mhz... <br />
<br />
don't forget java is a language...<br />
<br />
if you find the jvm implementation you use, try to use another one... or try compagny who take the java code and convert it directly in c or asm...<br />
<br />
you can try gcj... but for the majority of the test i done, it's slower than sun jvm</description>
			<pubDate>Wed, 30 Apr 2008 15:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (collinm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Java rant...</title>
			<link>http://osnews.com/thread?312141</link>
			<guid isPermaLink="true">http://osnews.com/thread?312141</guid>
			<description>I think it was Apple's choice not to have Java 1.6. Not Sun. Sun doesnt make a Java VM for Apple (or many other platforms). I think they support Linux/Windows and Solaris.  From what i understand its up to Apple to develop and deploy Java on the Mac OS X platform. <br />
<br />
<br />
Also, I am not sure what embedded system you are working with, but the J2ME works on lots of devices with as little as 5MB of RAM (some i suspect even less). If you are having to deal with JNI, it sounds like you are probably dealing with hardware that has no java library support. Thats not Java's Fault either (its like blaming language X for not having libraries for hardware Y, so you have to use an external interface to libraries written in language Z).<br />
<br />
Java does not equal C. If you want C portability, use C. If you want Java's features, use Java. Or if you want the best of both worlds and your platform supports GNU GCC use Their GCJ compiler, and compile to native code and link to C/C++ libraries as needed.  There are also more efficient VMs such as Kaffe.<br />
<br />
BTW- i suggest if you are having problems with eclipse, use NetBeans.  I have started using it for ruby development and its very nice.</description>
			<pubDate>Wed, 30 Apr 2008 15:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (slashdev)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Java rant...</title>
			<link>http://osnews.com/thread?312145</link>
			<guid isPermaLink="true">http://osnews.com/thread?312145</guid>
			<description>I think the worse evil is the fact that we don't get this for Tiger... <img src="/images/emo/sad.gif" alt=";)" /></description>
			<pubDate>Wed, 30 Apr 2008 15:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (bproven2)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Kroc</title>
			<link>http://osnews.com/thread?312166</link>
			<guid isPermaLink="true">http://osnews.com/thread?312166</guid>
			<description>Really strange behaviour. I can only conclude that it's either for cost reasons (less engineers/time used); or to drive sales of new Macs. I don't think Apple has ever been all that 'enthused' about Java either way.</description>
			<pubDate>Wed, 30 Apr 2008 17:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Kroc</title>
			<link>http://osnews.com/thread?312192</link>
			<guid isPermaLink="true">http://osnews.com/thread?312192</guid>
			<description><div class="cquote">I don't think Apple has ever been all that 'enthused' about Java either way. </div><br />
<br />
Look at it this way. What was the last Java client side application that you used? If you're not a Java developer, you're definitely going to try your best to stay away from anything Java related.</description>
			<pubDate>Wed, 30 Apr 2008 18:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by Kroc</title>
			<link>http://osnews.com/thread?312196</link>
			<guid isPermaLink="true">http://osnews.com/thread?312196</guid>
			<description><div class="cquote">Look at it this way. What was the last Java client side application that you used? If you're not a Java developer, you're definitely going to try your best to stay away from anything Java related. </div><br />
<br />
We just started using this here at OSN.<br />
<br />
<a href="http://www.woopra.com/" rel="nofollow">http://www.woopra.com/</a><br />
<br />
Will blow all your prejudice surrounding Java away. What an AWESOME application.</description>
			<pubDate>Wed, 30 Apr 2008 18:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by Kroc</title>
			<link>http://osnews.com/thread?312199</link>
			<guid isPermaLink="true">http://osnews.com/thread?312199</guid>
			<description>The one great thing about Java on the Mac is that it's transparent (as _any_ runtime is supposed to be). I refuse outright to install it on Windows. I do not want items in my startup and all the &quot;integration&quot; crap that litters the Windows install.</description>
			<pubDate>Wed, 30 Apr 2008 18:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Java rant...</title>
			<link>http://osnews.com/thread?312203</link>
			<guid isPermaLink="true">http://osnews.com/thread?312203</guid>
			<description><div class="cquote">I think the worse evil is the fact that we don't get this for Tiger... <img src="/images/emo/sad.gif" alt=";)" />  </div><br />
<br />
Java 6 GM has been available for Tiger since late 2007, hasn't it?<br />
<br />
They even mention it in this support note: <a href="http://docs.info.apple.com/article.html?artnum=307177" rel="nofollow">http://docs.info.apple.com/article.html?artnum=307177</a> <br />
<br />
I'm not even sure that Apple have updated Java 5 for Leopard with the latest fixes but it's been a long time since I loaded Java 6 onto my Ubuntu and Windows machines.<br />
<br />
For a company that said that Mac OS X was the best platform ever for Java, it's time for them to eat their words.</description>
			<pubDate>Wed, 30 Apr 2008 19:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (bousozoku)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Comment by Kroc</title>
			<link>http://osnews.com/thread?312206</link>
			<guid isPermaLink="true">http://osnews.com/thread?312206</guid>
			<description><div class="cquote">The one great thing about Java on the Mac is that it's transparent (as _any_ runtime is supposed to be). I refuse outright to install it on Windows. I do not want items in my startup and all the &quot;integration&quot; crap that litters the Windows install. </div><br />
<br />
What do you mean? Java apps run transparently on Windows too here. WinPatrol blocked the update services and such that Sun forces down your throat, so those don't bother me either.</description>
			<pubDate>Wed, 30 Apr 2008 19:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Alternative to Apple's Java</title>
			<link>http://osnews.com/thread?312207</link>
			<guid isPermaLink="true">http://osnews.com/thread?312207</guid>
			<description>I haven't used it and can't vouch for it, but there's an OSX port of BSD's java called SoyLatte that I believe will work on older Macs and Tiger.<br />
<br />
<a href="http://landonf.bikemonkey.org/static/soylatte/" rel="nofollow">http://landonf.bikemonkey.org/static/soylatte/</a></description>
			<pubDate>Wed, 30 Apr 2008 19:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (David)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by Kroc</title>
			<link>http://osnews.com/thread?312208</link>
			<guid isPermaLink="true">http://osnews.com/thread?312208</guid>
			<description><div class="cquote">Look at it this way. What was the last Java client side application that you used? If you're not a Java developer, you're definitely going to try your best to stay away from anything Java related. </div><br />
<br />
Yeah, stay away from OpenOffice (used in Base) and Limewire. If you do PHP development, stay away From Zend (now Ecplipse based). And cell phones are just for calling people. Right... that's crazy. Forget Java 1.1, will you. Java right now is VERY performant. Plus, it is SO nice to have an App that you can just drag-and-drop deploy between Windows, Mac, BSD and Linux. I write client-side apps for companies. They love the simplicity of deployment. And if you know how to code, they perform well.<br />
<br />
Really, why don't we just stay away from higher-level languages altogether, and stick with tried-and-true assembler. I'd love to see the code base for OpenOffice.Org, assember edition!</description>
			<pubDate>Wed, 30 Apr 2008 19:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (fretinator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Not sure about this...</title>
			<link>http://osnews.com/thread?312248</link>
			<guid isPermaLink="true">http://osnews.com/thread?312248</guid>
			<description>I am not sure what I should feel about this...when I first read this news I thought &quot;great!!&quot;, but then I started thinking...if I buy a Mac now (which was planning on the moment it got working Java), what stops Apple from pulling the same shit when Java7 arrives?<br />
 <br />
Will my Mac work with later releases of Java? Do I have to upgrade the OS to get working Java? Do I have to wait 1,5 years to get the latest Java release? Lets face it; The Java releases are far between, so when they first arrive, it sucks to have to wait even longer.<br />
 <br />
 Suddenly I am not so sure about that Mac anymore unfortunately <img src="/images/emo/sad.gif" alt=";)" /> Edited 2008-04-30 21:02 UTC</description>
			<pubDate>Wed, 30 Apr 2008 21:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (J.R.)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not sure about this...</title>
			<link>http://osnews.com/thread?312255</link>
			<guid isPermaLink="true">http://osnews.com/thread?312255</guid>
			<description>Valid point but I do not believe that will happen. I think you should still go ahead and purchase your Mac.</description>
			<pubDate>Wed, 30 Apr 2008 21:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (suryad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Comment by Kroc</title>
			<link>http://osnews.com/thread?312282</link>
			<guid isPermaLink="true">http://osnews.com/thread?312282</guid>
			<description><div class="cquote">"<i>Look at it this way. What was the last Java client side application that you used? If you're not a Java developer, you're definitely going to try your best to stay away from anything Java related. </div><br />
<br />
We just started using this here at OSN.<br />
<br />
<a href="http://www.woopra.com/" rel="nofollow">http://www.woopra.com/</a><br />
<br />
Will blow all your prejudice surrounding Java away. What an AWESOME application. </i>"<br />
<br />
Looks nice for managing your web services, gathering tracking information and much more.<br />
<br />
Too bad it's not something that hooks into, say Cocoon 2, and let's me manage them on my servers, without having to &quot;sign up&quot; and be part of this service.</description>
			<pubDate>Wed, 30 Apr 2008 23:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Not sure about this...</title>
			<link>http://osnews.com/thread?312347</link>
			<guid isPermaLink="true">http://osnews.com/thread?312347</guid>
			<description><div class="cquote">Valid point but I do not believe that will happen. </div><br />
<br />
What makes you believe that? Apple are clearly not interested in Java.</description>
			<pubDate>Thu, 01 May 2008 10:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (J.R.)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>No 32bit still</title>
			<link>http://osnews.com/thread?312373</link>
			<guid isPermaLink="true">http://osnews.com/thread?312373</guid>
			<description>I'm in the process of getting a new machine for work. I'm tossing up between an iMac and a a generic linux pc.<br />
<br />
I'm a Java developer (for the web) and support from Apple is the only negative (for me) with OSX. However Apple doesn't really like developers, or server stuff. It's not sexy enough for them apparently.<br />
<br />
I've finally given up hope. They don't seem to care unless you're using Objective C, perhaps the least useful language in the real world for business use (unless your office is all Macs).<br />
<br />
I don't see Apple making inroads into real business especially on the server side.<br />
<br />
As of right now. Linux is the best development environment for web apps given it's broad access to technologies. The ability to generally use whichever version works best for you is invaluable. Apple leeches some of this by being build on BSD, but tying development tools so tightly to OS versions is just stupid. No one at Apple seems to understand servers at all.<br />
<br />
The only thing Apple can do to earn my forgiveness for not releasing the JDK for 32bit, is to release their JDK code into OpenJDK. I once trusted them not to completely drop java support, and they didn't, but I don't trust them anymore.<br />
<br />
I'll probably still get the iMac. I like OSX. Hopefully SoyLatte will fill the void in the near future. Or maybe I should kick myself in the head, be sensible and get the linux box.</description>
			<pubDate>Thu, 01 May 2008 12:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (deadmeat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Java rant...</title>
			<link>http://osnews.com/thread?312391</link>
			<guid isPermaLink="true">http://osnews.com/thread?312391</guid>
			<description>Don't think so...  I/m pretty sure that Java Release 6 is just Java 5's latest release for Tiger.  There is no Java 6 for Tiger AFAIK</description>
			<pubDate>Thu, 01 May 2008 13:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (bproven2)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Java rant...</title>
			<link>http://osnews.com/thread?312463</link>
			<guid isPermaLink="true">http://osnews.com/thread?312463</guid>
			<description><div class="cquote">"<i>I think the worse evil is the fact that we don't get this for Tiger... <img src="/images/emo/sad.gif" alt=";)" />  </div><br />
<br />
Java 6 GM has been available for Tiger since late 2007, hasn't it?<br />
<br />
They even mention it in this support note: <a href="http://docs.info.apple.com/article.html?artnum=307177" rel="nofollow">http://docs.info.apple.com/article.html?artnum=307177</a>  <br />
<br />
I'm not even sure that Apple have updated Java 5 for Leopard with the latest fixes but it's been a long time since I loaded Java 6 onto my Ubuntu and Windows machines.<br />
<br />
For a company that said that Mac OS X was the best platform ever for Java, it's time for them to eat their words. </i>"<br />
<br />
It's for this release:<br />
<br />
<a href="http://www.apple.com/support/downloads/javaformacosx104release6.html" rel="nofollow">http://www.apple.com/support/downloads/javaformacosx104release6.htm...</a> <br />
<br />
About Java for Mac OS X 10.4, Release 6<br />
Java for Mac OS X 10.4, Release 6 delivers improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 and Java 1.4 on Mac OS X 10.4.10 and later. This release updates J2SE 5.0 to version 1.5.0_13 and Java 1.4 to version 1.4.2_16.</description>
			<pubDate>Thu, 01 May 2008 19:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Java and OSX, faith sliding</title>
			<link>http://osnews.com/thread?312561</link>
			<guid isPermaLink="true">http://osnews.com/thread?312561</guid>
			<description>Java6 would be good but frankly having a JVM that works properly with Leopards Spaces feature counts for more with me! <br />
<br />
NeoOffice is hamstrung by this problem and unable to escape from it until the JVM is sorted out.<br />
<br />
For work purposes I have been obliged to install MS Office 2008 which also fluffs the integration with Spaces.<br />
<br />
Perhaps Office 2008 is also based on Java or may be not?<br />
<br />
In any case all Leopard systems (even 32bit) should now have Java6 ... or Apple risk being seen as a second tier player!</description>
			<pubDate>Fri, 02 May 2008 11:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (ameasures)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: No 32bit still</title>
			<link>http://osnews.com/thread?312697</link>
			<guid isPermaLink="true">http://osnews.com/thread?312697</guid>
			<description>Or just buy the iMac and dual-boot MacOS X and Ubuntu on it.</description>
			<pubDate>Sat, 03 May 2008 15:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (calc)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
