<?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: MDS Simulator&#8230; in Linux</title>
	<atom:link href="http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/</link>
	<description>Hardware, software, and just general tinkering</description>
	<lastBuildDate>Mon, 30 Aug 2010 11:32:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: humberto fuentealba</title>
		<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/comment-page-1/#comment-1254</link>
		<dc:creator>humberto fuentealba</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/#comment-1254</guid>
		<description>Nice work!!!

great and simple script that solved the issue to install java with wine.</description>
		<content:encoded><![CDATA[<p>Nice work!!!</p>
<p>great and simple script that solved the issue to install java with wine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blackberry Sims running on OSX! &#171; Can&#8217;t see nothing but the source code</title>
		<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/comment-page-1/#comment-1079</link>
		<dc:creator>Blackberry Sims running on OSX! &#171; Can&#8217;t see nothing but the source code</dc:creator>
		<pubDate>Sun, 24 Jan 2010 05:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/#comment-1079</guid>
		<description>[...] you&#8217;ll need to install MDS as well if you want any network access. Fortunately that&#8217;s not difficult at all. Just make [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;ll need to install MDS as well if you want any network access. Fortunately that&#8217;s not difficult at all. Just make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiGGaK</title>
		<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/comment-page-1/#comment-989</link>
		<dc:creator>jiGGaK</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/#comment-989</guid>
		<description>That error means the java runtime you are using is older than the java development kit used to compile the MDS simulator.

Open a terminal and run &quot;java -version&quot; to see your current default java runtime.  You probably want it to be 1.6...

There is a tool on OS X to select your default runtime.  I don&#039;t recall what it is though, you&#039;ll have to google it.</description>
		<content:encoded><![CDATA[<p>That error means the java runtime you are using is older than the java development kit used to compile the MDS simulator.</p>
<p>Open a terminal and run &#8220;java -version&#8221; to see your current default java runtime.  You probably want it to be 1.6&#8230;</p>
<p>There is a tool on OS X to select your default runtime.  I don&#8217;t recall what it is though, you&#8217;ll have to google it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osXer</title>
		<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/comment-page-1/#comment-988</link>
		<dc:creator>osXer</dc:creator>
		<pubDate>Tue, 11 Aug 2009 18:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/#comment-988</guid>
		<description>I get the following on OS X:

Exception in thread &quot;main&quot; java.lang.UnsupportedClassVersionError: Bad version number in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)</description>
		<content:encoded><![CDATA[<p>I get the following on OS X:</p>
<p>Exception in thread &#8220;main&#8221; java.lang.UnsupportedClassVersionError: Bad version number in .class file<br />
        at java.lang.ClassLoader.defineClass1(Native Method)<br />
        at java.lang.ClassLoader.defineClass(ClassLoader.java:675)<br />
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)<br />
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)<br />
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)<br />
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:316)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)<br />
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/comment-page-1/#comment-430</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/#comment-430</guid>
		<description>I do get a fair amount of the following error messages but I can choose to ignore them:

Assertion Failure (DE346) - BlackBerry Device Simulator
-------------------------------------------------------
Semaphore::acquire called on a non-kernel thread
(src/kernel/RealTimeScheduler.cpp:560)</description>
		<content:encoded><![CDATA[<p>I do get a fair amount of the following error messages but I can choose to ignore them:</p>
<p>Assertion Failure (DE346) &#8211; BlackBerry Device Simulator<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Semaphore::acquire called on a non-kernel thread<br />
(src/kernel/RealTimeScheduler.cpp:560)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/comment-page-1/#comment-429</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2008/04/03/mds-simulator-in-linux/#comment-429</guid>
		<description>IT WORKS!!! Am am free of Windows. Watch me soar!!!</description>
		<content:encoded><![CDATA[<p>IT WORKS!!! Am am free of Windows. Watch me soar!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
