<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: New version</title>
	<link>http://juploadr.org/2007/01/31/new-version/</link>
	<description>a photo uploader for Linux, Mac and Windows</description>
	<pubDate>Tue, 07 Oct 2008 04:55:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Leon</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-5862</link>
		<pubDate>Wed, 02 Jul 2008 14:04:13 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-5862</guid>
					<description>Hey there, I'm trying to install jUploadr on Ubuntu 8.04 Hardy Heron AMD-64.  I've done some forum digging and found out how to install Sun's 64-bit JRE and think I've succeeded in doing this, as evidenced by:
leon@buntubeast:~/Downloads/jUploadr-1.1.2-linuxGTK-i386$ java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)


But then when I try to setup/run jUploadr (by entering ./jUploadr  while in its directory) I get the following:


Starting JUploadr...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.6.0_06]
Configuring environment...
2/07/2008 23:51:35 java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/leon/Downloads/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3232.so: /home/leon/Downloads/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3232.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
	at java.lang.Runtime.loadLibrary0(Runtime.java:823)
	at java.lang.System.loadLibrary(System.java:1030)
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
	at org.eclipse.swt.internal.gtk.OS.(OS.java:22)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
	at org.eclipse.swt.dnd.Transfer.registerType(Transfer.java:135)
	at org.eclipse.swt.dnd.TextTransfer.(TextTransfer.java:36)
	at org.scohen.juploadr.app.JUploadr.(JUploadr.java:84)
	at org.scohen.juploadr.app.JUploadr.main(JUploadr.java:709)

"Architecture word mismatch" sounds like I'm trying to use a 32-bit program in a 64-bit environment in this case.  Which apparently doesn't work (I wasn't certain of this!).

In which case, should I try to install 32-bit JRE on my 64 bit system and then use jUploadr?  Or will 32-bit JRE not work on a 64-bit version of Ubuntu.

I believe that I should be able to install a 32-bit Ubuntu on my AMD-64 system without issues other than slowerness in some instances and a waste of potential.  Is this true?

Is there any hope of AMD-64 support in jUploadr - or is it there already and I'm too thick to find it and make it work?!

Cheers.</description>
		<content:encoded><![CDATA[<p>Hey there, I&#8217;m trying to install jUploadr on Ubuntu 8.04 Hardy Heron AMD-64.  I&#8217;ve done some forum digging and found out how to install Sun&#8217;s 64-bit JRE and think I&#8217;ve succeeded in doing this, as evidenced by:<br />
<a href="mailto:leon@buntubeast:~/Downloads/jUploadr-1.1.2-linuxGTK-i386$">leon@buntubeast:~/Downloads/jUploadr-1.1.2-linuxGTK-i386$</a> java -version<br />
java version &#8220;1.6.0_06&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)<br />
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)</p>
<p>But then when I try to setup/run jUploadr (by entering ./jUploadr  while in its directory) I get the following:</p>
<p>Starting JUploadr&#8230;<br />
Java exec found in PATH. Verifying&#8230;<br />
Suitable java version found [java = 1.6.0_06]<br />
Configuring environment&#8230;<br />
2/07/2008 23:51:35 java.util.prefs.FileSystemPreferences$2 run<br />
INFO: Created user preferences directory.<br />
Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: /home/leon/Downloads/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3232.so: /home/leon/Downloads/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3232.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)<br />
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br />
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)<br />
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)<br />
	at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br />
	at java.lang.System.loadLibrary(System.java:1030)<br />
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)<br />
	at org.eclipse.swt.internal.gtk.OS.(OS.java:22)<br />
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)<br />
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)<br />
	at org.eclipse.swt.dnd.Transfer.registerType(Transfer.java:135)<br />
	at org.eclipse.swt.dnd.TextTransfer.(TextTransfer.java:36)<br />
	at org.scohen.juploadr.app.JUploadr.(JUploadr.java:84)<br />
	at org.scohen.juploadr.app.JUploadr.main(JUploadr.java:709)</p>
<p>&#8220;Architecture word mismatch&#8221; sounds like I&#8217;m trying to use a 32-bit program in a 64-bit environment in this case.  Which apparently doesn&#8217;t work (I wasn&#8217;t certain of this!).</p>
<p>In which case, should I try to install 32-bit JRE on my 64 bit system and then use jUploadr?  Or will 32-bit JRE not work on a 64-bit version of Ubuntu.</p>
<p>I believe that I should be able to install a 32-bit Ubuntu on my AMD-64 system without issues other than slowerness in some instances and a waste of potential.  Is this true?</p>
<p>Is there any hope of AMD-64 support in jUploadr - or is it there already and I&#8217;m too thick to find it and make it work?!</p>
<p>Cheers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: James</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1945</link>
		<pubDate>Tue, 06 Mar 2007 15:52:36 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1945</guid>
					<description>Should the downloaded release still support java 1.4?   I'm getting a similar error to Curtis above:

Starting JUploadr...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2-02]
Configuring environment...
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/scohen/juploadr/app/JUploadr (Unsupported major.minor version 49.0)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

Using Ubuntu Edgy Eft with java from the OS's package repository.  1.1.1 still works a treat, luckily I just used softlinks to switch to the new version, so falling back was very simple.</description>
		<content:encoded><![CDATA[<p>Should the downloaded release still support java 1.4?   I&#8217;m getting a similar error to Curtis above:</p>
<p>Starting JUploadr&#8230;<br />
Java exec found in PATH. Verifying&#8230;<br />
Suitable java version found [java = 1.4.2-02]<br />
Configuring environment&#8230;<br />
Exception in thread &#8220;main&#8221; java.lang.UnsupportedClassVersionError: org/scohen/juploadr/app/JUploadr (Unsupported major.minor version 49.0)<br />
        at java.lang.ClassLoader.defineClass0(Native Method)<br />
        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)<br />
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)<br />
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)<br />
        at java.net.URLClassLoader.access$100(URLClassLoader.java:55)<br />
        at java.net.URLClassLoader$1.run(URLClassLoader.java:194)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(URLClassLoader.java:187)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)<br />
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)</p>
<p>Using Ubuntu Edgy Eft with java from the OS&#8217;s package repository.  1.1.1 still works a treat, luckily I just used softlinks to switch to the new version, so falling back was very simple.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Grodesh</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1920</link>
		<pubDate>Thu, 01 Mar 2007 03:08:35 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1920</guid>
					<description>Oh and I tried adding the registry keys to the path jUploadr is expecting, and it works for 1.1.2 on Vista.

I guess it's a good workaround until the next update of jUploadr.

Thanks for the great program!

(ok now I have to go check if everything is behaving like it should do :) )</description>
		<content:encoded><![CDATA[<p>Oh and I tried adding the registry keys to the path jUploadr is expecting, and it works for 1.1.2 on Vista.</p>
<p>I guess it&#8217;s a good workaround until the next update of jUploadr.</p>
<p>Thanks for the great program!</p>
<p>(ok now I have to go check if everything is behaving like it should do <img src='http://juploadr.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Grodesh</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1919</link>
		<pubDate>Thu, 01 Mar 2007 03:00:03 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1919</guid>
					<description>I thought you'd like to know this:

I'm not able to get 1.1.2 to work on Vista 64-bit, but I managed to get 1.1.1 to work, due to the fact that it's easier to edit a batch file. :)

I installed the 32-bit version of the Java 1.6 JRE and changed the 2 registry paths in the batch file from:

HKLM\SOFTWARE\JavaSoft\Java Runtime Environment

to

HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment

I suppose this is also good to get 1.1.1 to work on Vista 32-bit, and could be the solution to get 1.1.2 to work, but it's harder for the end user since 1.1.2 now uses an executable file.

I have tried with the 64-bit JRE and it makes an exception when trying to load the swt-win32-3232.dll file: "Can't load IA 32-bit .dll on a AMD 64-bit platform".

Now I'll have to go check whether or not the program behaves normally... :)</description>
		<content:encoded><![CDATA[<p>I thought you&#8217;d like to know this:</p>
<p>I&#8217;m not able to get 1.1.2 to work on Vista 64-bit, but I managed to get 1.1.1 to work, due to the fact that it&#8217;s easier to edit a batch file. <img src='http://juploadr.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I installed the 32-bit version of the Java 1.6 JRE and changed the 2 registry paths in the batch file from:</p>
<p>HKLM\SOFTWARE\JavaSoft\Java Runtime Environment</p>
<p>to</p>
<p>HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment</p>
<p>I suppose this is also good to get 1.1.1 to work on Vista 32-bit, and could be the solution to get 1.1.2 to work, but it&#8217;s harder for the end user since 1.1.2 now uses an executable file.</p>
<p>I have tried with the 64-bit JRE and it makes an exception when trying to load the swt-win32-3232.dll file: &#8220;Can&#8217;t load IA 32-bit .dll on a AMD 64-bit platform&#8221;.</p>
<p>Now I&#8217;ll have to go check whether or not the program behaves normally&#8230; <img src='http://juploadr.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: scohen</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1836</link>
		<pubDate>Thu, 15 Feb 2007 16:21:59 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1836</guid>
					<description>Does jUploadr not work in Vista? What version of Java are you using?</description>
		<content:encoded><![CDATA[<p>Does jUploadr not work in Vista? What version of Java are you using?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ViStA user</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1834</link>
		<pubDate>Thu, 15 Feb 2007 06:53:07 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1834</guid>
					<description>Any chance there will be an update for Vista users?  :)</description>
		<content:encoded><![CDATA[<p>Any chance there will be an update for Vista users?  <img src='http://juploadr.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Gunnar Grimnes</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1807</link>
		<pubDate>Sat, 10 Feb 2007 10:02:33 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1807</guid>
					<description>It still crashes randomly, taking all my tagging/titling work with it for no reason. Not sure exactly what caused it this time, but the last version was just the same. Could you not have a top-level try-catch that tries to save the current state to recover on startup?</description>
		<content:encoded><![CDATA[<p>It still crashes randomly, taking all my tagging/titling work with it for no reason. Not sure exactly what caused it this time, but the last version was just the same. Could you not have a top-level try-catch that tries to save the current state to recover on startup?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Zeno Davatz</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1797</link>
		<pubDate>Fri, 09 Feb 2007 15:56:35 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1797</guid>
					<description>Yeahh, 1.1.1 worked for me as well. I will try to give you my output tonight. Thank your for your great software.</description>
		<content:encoded><![CDATA[<p>Yeahh, 1.1.1 worked for me as well. I will try to give you my output tonight. Thank your for your great software.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: scohen</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1794</link>
		<pubDate>Thu, 08 Feb 2007 18:20:01 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1794</guid>
					<description>Thanks curtis, that gives me the error that I need.
Looks like I compiled 1.1.2 with java 1.5. I'll re-compile with 1.4 and re-release, but you do know that this will be the last version on 1.4.</description>
		<content:encoded><![CDATA[<p>Thanks curtis, that gives me the error that I need.<br />
Looks like I compiled 1.1.2 with java 1.5. I&#8217;ll re-compile with 1.4 and re-release, but you do know that this will be the last version on 1.4.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Curtis</title>
		<link>http://juploadr.org/2007/01/31/new-version/#comment-1793</link>
		<pubDate>Thu, 08 Feb 2007 14:21:58 +0000</pubDate>
		<guid>http://juploadr.org/2007/01/31/new-version/#comment-1793</guid>
					<description>&#62;Hmmm… Do the past versions work?

1.1.1 DOES indeed work.

-=Curtis=-</description>
		<content:encoded><![CDATA[<p>&gt;Hmmm… Do the past versions work?</p>
<p>1.1.1 DOES indeed work.</p>
<p>-=Curtis=-
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
