Announcement

Collapse
No announcement yet.

Problem getting jUploadr to work

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem getting jUploadr to work

    I am running kubuntu on an AMD64 machine. Installed java with the helpful instructions I found on here, but I'm still getting this error when running jUploadr:

    Starting JUploadr...
    Java exec found in PATH. Verifying...
    Suitable java version found [java = 1.6.0_0]
    Configuring environment...
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/kev/Flickr/jUploadr-1.1.2-linuxGTK-i386/lib/libswt-pi-gtk-3232.so: /home/kev/Flickr/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.jav a:1767)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1692)
    at java.lang.Runtime.loadLibrary0(Runtime.java:840)
    at java.lang.System.loadLibrary(System.java:1047)
    at org.eclipse.swt.internal.Library.loadLibrary(Libra ry.java:123)
    at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:2 2)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:63)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:54)
    at org.eclipse.swt.dnd.Transfer.registerType(Transfer .java:135)
    at org.eclipse.swt.dnd.TextTransfer.<clinit>(TextTran sfer.java:36)
    at org.scohen.juploadr.app.JUploadr.<init>(JUploadr.j ava:84)
    at org.scohen.juploadr.app.JUploadr.main(JUploadr.jav a:709)


    any help will be greatly appreciated.

    #2
    Re: Problem getting jUploadr to work

    It appears as though you are trying to run a 32 bit native library using the 64 bit VM

    Perhaps you should install one of the amd64 tarballs from here http://sourceforge.net/projects/juploadr/files/ instead of the i386 version

    Comment


      #3
      Re: Problem getting jUploadr to work

      thanks. I had it working when I was using SUSE, but couldn't get it working in kubuntu. I hadn't seen the 64 bit version.

      Comment

      Working...
      X