<?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: mypodder on 64bit linux.</title>
	<atom:link href="http://www.easytarget.org/2010/02/mypodder-on-64bit-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easytarget.org/2010/02/mypodder-on-64bit-linux/</link>
	<description>A pencil with no point needs no sharpening</description>
	<lastBuildDate>Mon, 05 Jul 2010 00:34:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Karl</title>
		<link>http://www.easytarget.org/2010/02/mypodder-on-64bit-linux/comment-page-1/#comment-44</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 05 Jul 2010 00:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytarget.org/?p=8#comment-44</guid>
		<description>So, is there a fix?</description>
		<content:encoded><![CDATA[<p>So, is there a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.easytarget.org/2010/02/mypodder-on-64bit-linux/comment-page-1/#comment-43</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 27 Jun 2010 18:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytarget.org/?p=8#comment-43</guid>
		<description>Found the problem. What I downloaded had MSDOS end of line, so java must have been looking for &#039;Core^M&#039; and not finding it.</description>
		<content:encoded><![CDATA[<p>Found the problem. What I downloaded had MSDOS end of line, so java must have been looking for &#8216;Core^M&#8217; and not finding it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.easytarget.org/2010/02/mypodder-on-64bit-linux/comment-page-1/#comment-42</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 27 Jun 2010 18:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytarget.org/?p=8#comment-42</guid>
		<description>I decided to try mypodder again, thanks to your post. I&#039;m using Ubuntu 19.94, so I did an apt-get install of the 32-bit Java (ia32-sun-java6-bin), and then changed the business end of start_linux.sh to

/usr/lib/jvm/ia32-java-6-sun/bin/java -Djava.library.path=./linux -classpath .:./linux:./linux/swt.jar:./linux/piccolo.jar Core

but when I run it I get

Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: Core

Caused by: java.lang.ClassNotFoundException: Core

	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: Core
.  Program will exit.

which is strange, because the classpath has ./linux in it, where Core.class lives. I don&#039;t think it&#039;s a permission issue; the JVM only has to be able to read classes and jars, right?</description>
		<content:encoded><![CDATA[<p>I decided to try mypodder again, thanks to your post. I&#8217;m using Ubuntu 19.94, so I did an apt-get install of the 32-bit Java (ia32-sun-java6-bin), and then changed the business end of start_linux.sh to</p>
<p>/usr/lib/jvm/ia32-java-6-sun/bin/java -Djava.library.path=./linux -classpath .:./linux:./linux/swt.jar:./linux/piccolo.jar Core</p>
<p>but when I run it I get</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: Core</p>
<p>Caused by: java.lang.ClassNotFoundException: Core</p>
<p>	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br />
Could not find the main class: Core<br />
.  Program will exit.</p>
<p>which is strange, because the classpath has ./linux in it, where Core.class lives. I don&#8217;t think it&#8217;s a permission issue; the JVM only has to be able to read classes and jars, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.easytarget.org/2010/02/mypodder-on-64bit-linux/comment-page-1/#comment-40</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 28 Apr 2010 22:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.easytarget.org/?p=8#comment-40</guid>
		<description>I was really hoping that this would work for me.  I did everything as above except the java I got from the linked site was jre1.6.0_20.  Testing as above resulted in:

~/java32/jre1.6.0_20/bin/java -version
java version &quot;1.6.0_20&quot;
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)

Commented out the script line in the start_linux64.sh and copy/pasted the edit above to the script, only changing the &quot;18&quot; to &quot;20&quot;.  This *does* seem to start myPodder on my 64 bit Ubuntu 9.10 system, but it will not go past the license agreement.  It just sits there forever (I&#039;ve let it sit for 1/2 hour)

Any ideas?</description>
		<content:encoded><![CDATA[<p>I was really hoping that this would work for me.  I did everything as above except the java I got from the linked site was jre1.6.0_20.  Testing as above resulted in:</p>
<p>~/java32/jre1.6.0_20/bin/java -version<br />
java version &#8220;1.6.0_20&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)<br />
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)</p>
<p>Commented out the script line in the start_linux64.sh and copy/pasted the edit above to the script, only changing the &#8220;18&#8243; to &#8220;20&#8243;.  This *does* seem to start myPodder on my 64 bit Ubuntu 9.10 system, but it will not go past the license agreement.  It just sits there forever (I&#8217;ve let it sit for 1/2 hour)</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
