ThinkBlog

philosophy :: psychology :: theology :: technology

28 December 2005

Azureus x86_64: Any Luck?

05:34:34 :: [Linux] :: 281 words

I’ve been trying to fiddle with the latest version of Azureus for AMD64 to no avail. Check out the code:

[mike@tek1024 azureus]$ ./azureus
Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.5.0_06]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/mike/download/azureus/Azureus2.jar:/home/mike/download/azureus/swt.jar" -Djava.library.path="/home/mike/download/azureus" -Dazureus.install.path="/home/mike/download/azureus" org.gudy.azureus2.ui.swt.Main ''Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/mike/download/azureus/libswt-pi-gtk-3139.so: /home/mike/download/azureus/libswt-pi-gtk-3139.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.(OS.java:19)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.
(Display.java:122)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.(SWTThread.java:75)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.
(Initializer.java:108)
at org.gudy.azureus2.ui.swt.Main.
(Main.java:123)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)
Azureus TERMINATED.

Having downloaded the latest SWT for 64 bit GTK windowing didn’t help either. Finally broke down to use the plain old x86, 32-bit version and it worked flawlessly. What gives?

3 Responses to “Azureus x86_64: Any Luck?”

  1.  Mr. W Says:

    This is a bit off topic, but you have a new 64 processor, right? That’s hot. I want to get one. Le sigh

  2.  Mr. W Says:

    btw, no advice from me :(

  3.  Brian Lee Says:

    Try using the default java installation that came with your distro. .

  4.  Mike Says:

    I tried that, but for FC4 x86_64, it’s gij, and that was throwing all sorts of errors (which is why I started trying to dink around with any of this in the first place). Could be a hardware-config anomaly on my end.

  5.  Werner Flamme Says:

    Mh, just googling to find a solution. Brandnew x86_64, installed SuSE 10.0, Java 1.4.2, and exacly the same error. :-( All files there, all flagged 777, no avail.

    On www.redhat.com/archives/fedora-devel-java-list/2006-January/msg00067.html I found “I guess it won’t run on x86_64 due to the threading issue that isn’t fixed yet.” Great :-(

  6.  darkfrog Says:

    Okay, for anyone else that stumbles here looking for a solution to the problem. I realized it while I was looking at this page. I accidentally installed the i386 version of the JDK on my 64-bit machine instead of the special 64-bit edition of the JDK. Make sure you have that 64-bit JRE and it should run just fine.

  7.  bforbes Says:

    Okay, for anyone else that stumbles here looking for a solution to the problem. I realized it while I was looking at this page. I accidentally installed the i386 version of the JDK on my 64-bit machine instead of the special 64-bit edition of the JDK. Make sure you have that 64-bit JRE and it should run just fine.

    This also worked for me.

Leave a Reply

Azureus x86_64: Any Luck?

05:34:34 :: [Linux] :: 281 words

I’ve been trying to fiddle with the latest version of Azureus for AMD64 to no avail. Check out the code:

[mike@tek1024 azureus]$ ./azureus
Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.5.0_06]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/mike/download/azureus/Azureus2.jar:/home/mike/download/azureus/swt.jar" -Djava.library.path="/home/mike/download/azureus" -Dazureus.install.path="/home/mike/download/azureus" org.gudy.azureus2.ui.swt.Main ''Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/mike/download/azureus/libswt-pi-gtk-3139.so: /home/mike/download/azureus/libswt-pi-gtk-3139.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.(OS.java:19)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.
(Display.java:122)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.(SWTThread.java:75)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.
(Initializer.java:108)
at org.gudy.azureus2.ui.swt.Main.
(Main.java:123)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)
Azureus TERMINATED.

Having downloaded the latest SWT for 64 bit GTK windowing didn’t help either. Finally broke down to use the plain old x86, 32-bit version and it worked flawlessly. What gives?

3 Responses to “Azureus x86_64: Any Luck?”

  1.  Mr. W Says:

    This is a bit off topic, but you have a new 64 processor, right? That’s hot. I want to get one. Le sigh

  2.  Mr. W Says:

    btw, no advice from me :(

  3.  Brian Lee Says:

    Try using the default java installation that came with your distro. .

  4.  Mike Says:

    I tried that, but for FC4 x86_64, it’s gij, and that was throwing all sorts of errors (which is why I started trying to dink around with any of this in the first place). Could be a hardware-config anomaly on my end.

  5.  Werner Flamme Says:

    Mh, just googling to find a solution. Brandnew x86_64, installed SuSE 10.0, Java 1.4.2, and exacly the same error. :-( All files there, all flagged 777, no avail.

    On www.redhat.com/archives/fedora-devel-java-list/2006-January/msg00067.html I found “I guess it won’t run on x86_64 due to the threading issue that isn’t fixed yet.” Great :-(

  6.  darkfrog Says:

    Okay, for anyone else that stumbles here looking for a solution to the problem. I realized it while I was looking at this page. I accidentally installed the i386 version of the JDK on my 64-bit machine instead of the special 64-bit edition of the JDK. Make sure you have that 64-bit JRE and it should run just fine.

  7.  bforbes Says:

    Okay, for anyone else that stumbles here looking for a solution to the problem. I realized it while I was looking at this page. I accidentally installed the i386 version of the JDK on my 64-bit machine instead of the special 64-bit edition of the JDK. Make sure you have that 64-bit JRE and it should run just fine.

    This also worked for me.

Leave a Reply


[powered by WordPress.]

For the discussion of current and historical trends in the liberal arts, information technology, and religious thought. "Of all human pursuits, the pursuit of wisdom is the more perfect, the more sublime, the more useful, and the more agreeable."

Think.

navigation

categories

search

archives

December 2005
S M T W T F S
« Nov   Jan »
 123
45678910
11121314151617
18192021222324
25262728293031

meta

ThinkBlog.org has been on the web since August 2003, with 292,449 words in 846 posts.

It is presently 09:06:10 on 18 May 2008, server side. All content except where otherwise noted Copyright © 2000-2006 Michael Phillips.

detail of Plato and Aristotle from 'The School at Athens' by Raphael

affiliations

Get Firefox! News for Nerds. Stuff that Matters.



Blogarama - The Blog Directory
Listed on Blogwise Listed on BlogShares

Blog Home

Login

47 queries. 1.593 seconds