<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20664/Java_1_5_for_the_NET_Platform</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sun, 19 May 2013 07:35:26 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>Whats the point</title>
			<link>http://www.osnews.com/thread?340761</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340761</guid>
			<description>Cool, but whats the point?<br />
I fail to see why I would ever use it?<br />
<br />
Both Java &amp; .NET are available on the Windows platform - why would I use a runtime that is very likely to be incomplete?</description>
			<pubDate>Thu, 18 Dec 2008 23:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Matzon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Whats the point</title>
			<link>http://www.osnews.com/thread?340762</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340762</guid>
			<description>IL interop is top knotch, so if you want to use a java library in your .net code, this would be a great way to do it.</description>
			<pubDate>Thu, 18 Dec 2008 23:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>IKVM</title>
			<link>http://www.osnews.com/thread?340763</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340763</guid>
			<description>This sounds similar to IKVM, which has been around for years...<br />
<br />
<a href="http://www.ikvm.net/" rel="nofollow">http://www.ikvm.net/</a></description>
			<pubDate>Thu, 18 Dec 2008 23:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Delgarde)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Shouldn't It Be The Other Way Around?</title>
			<link>http://www.osnews.com/thread?340764</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340764</guid>
			<description>I'd rather .NET running under Java - while Java is available everywhere, .NET isn't, at least, not really.<br />
<br />
It would be great to have the opposite wrapper allowing one to easily run .NET apps anywhere Java will run.</description>
			<pubDate>Fri, 19 Dec 2008 00:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Dolphin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Shouldn't It Be The Other Way Around?</title>
			<link>http://www.osnews.com/thread?340766</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340766</guid>
			<description><div class="cquote">I'd rather .NET running under Java - while Java is available everywhere, .NET isn't, at least, not really. </div><br />
<br />
It's not free, but a company called Mainsoft make a product that might be what you're looking for.<br />
<br />
<a href="http://mainsoft.com/products/vmw_j2ee.aspx" rel="nofollow">http://mainsoft.com/products/vmw_j2ee.aspx</a></description>
			<pubDate>Fri, 19 Dec 2008 00:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Delgarde)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Layer over Layer</title>
			<link>http://www.osnews.com/thread?340767</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340767</guid>
			<description>It reminds me all stuffs like ADO over DAO, DAO over ADO, OLE DB over DAO, ...</description>
			<pubDate>Fri, 19 Dec 2008 00:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (middleware)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: IKVM</title>
			<link>http://www.osnews.com/thread?340770</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340770</guid>
			<description>IKVM is a Java virtual machine on top of .NET (I mean, implemented using C# instead of C++, for example).<br />
 <br />
AFAIK, Ja.NET is a java compiler that generates IL instead of bytecodes.Edited 2008-12-19 02:12 UTC</description>
			<pubDate>Fri, 19 Dec 2008 02:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (ebasconp)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Marketshare</title>
			<link>http://www.osnews.com/thread?340771</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340771</guid>
			<description>Why not implementing a C# compiler that generates bytecodes instead of IL or a CLR implemented in Java instead of the inverse?<br />
<br />
Though the idea seems to be amazing and very interesting, I think it shows where the balance is getting biased...</description>
			<pubDate>Fri, 19 Dec 2008 02:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (ebasconp)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: IKVM</title>
			<link>http://www.osnews.com/thread?340773</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340773</guid>
			<description>Ah, yes - I missed that part. I wonder... Java has the ability to invoke the compiler from code... I wonder if that generates JVM or IL bytecode..</description>
			<pubDate>Fri, 19 Dec 2008 02:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Delgarde)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Marketshare</title>
			<link>http://www.osnews.com/thread?340781</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340781</guid>
			<description>The &quot;reverse&quot; already exists - Jacil (<a href="http://sourceforge.net/projects/jacil" rel="nofollow">http://sourceforge.net/projects/jacil</a>).<br />
<br />
Also these days .NET is part of Windows, while the JRE is an addon - someone distributing Java applications might want to distribute native looking .EXEs to Windows users instead of requiring an additional download.<br />
<br />
Recent versions of Java only support Windows &gt;= 2000. .NET supports some older versions of Windows so it could a useful way to port Java software to unsupported versions of Windows.</description>
			<pubDate>Fri, 19 Dec 2008 07:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (draethus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Whats the point</title>
			<link>http://www.osnews.com/thread?340968</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?340968</guid>
			<description><div class="cquote">Cool, but whats the point? I fail to see why I would ever use it? </div><br />
<br />
Because a big part of why .NET is used in the first place is that it can run code written just about every language.<br />
<br />
Of all the languages I know, the only one that doesn't have a .NET port yet is Ada, and they're working on it.  (Erm...  wait.  Actually, there is an Ada .NET port, A#, which I found when I googled it up, so scratch that...)</description>
			<pubDate>Mon, 22 Dec 2008 00:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almafeta)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
