| Author |
Message |
| syndie will not work |
|
Posted:
Wed Nov 28, 2007 8:59 pm
|
|
|
|
|
the installation work very well.
But wenn i start syndie i get this messages:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-gtk-3406 or swt-gtk in swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at syndie.gui.desktop.DesktopMain.class$(DesktopMain.java:37)
at syndie.gui.desktop.DesktopMain.main(DesktopMain.java:37)
But swt-gtk ist installed.
My System ist Debian (etch)
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_10-b03, mixed mode)
libswt-gtk-3.2 (3.2.1-5)
libswt-gtk-3.2-java (3.2.1-5)
are installed.
What can i do ? |
|
|
|

|
|
Posted:
Wed Nov 28, 2007 11:09 pm
|
|
|
I2P Decomplicator

Joined: 25 Feb 2005
Posts: 818
|
|
The classpath for loading SWT libraries is most likely not right.
But how specifically it's wrong, is a rather good question.
Better than I can answer by guessing.
Which install package did you use? The .jar file (it should include its own SWT) or the .bz2 package (it needs SWT to be supplied externally, if I remember correctly)? |
|
|
|

|
|
Posted:
Thu Nov 29, 2007 7:59 pm
|
|
|
|
|
I use syndie-1.101a.bin.linux32.jar from http://syndie.i2p.net/download.html.
I installed syndie with java -jar syndie-1.101a.bin.linux32.jar
Is it possible that the problem is that my system is 64 bit system, and the file is for 32 bit ?
ps. Sorry for my bad englisch  |
|
|
|

|
|
Posted:
Thu Nov 29, 2007 9:34 pm
|
|
|
I2Pharaoh
Joined: 25 Feb 2005
Posts: 1148
|
|
hi!
I see you use debian etch.
The problem is that syndie needs a newer lib than it is available in etch.
Cya
Amiga |
|
|
|

|
|
Posted:
Thu Nov 29, 2007 10:52 pm
|
|
|
I2P Decomplicator

Joined: 25 Feb 2005
Posts: 818
|
|
The SWT version number looks decent enough to me (Syndie requires SWT 3.2+, merely recommending 3.3M4 or newer).
However, I am quite certain that the installer does not contain SWT libraries for multiple architectures. Probably only 32-bit.
In short, you may need to resort to the .bz2 package, and if it does include a "swt.jar", you may need to replace it with a version suitable for your system.
Alternatively, if the installer worked fine, you might (but might not) be able to replace the SWT library in the version you have installed. If there is nothing to lose, I would look for Syndie's SWT .jar file, and try replacing it with your system's equivalent, or something from http://www.eclipse.org/swt . |
|
|
|

|
|
Posted:
Sat May 02, 2009 7:26 am
|
|
|
|
|
| In Ubuntu 8.10, you need to create a symbolic link to /usr/share/java/swt-gtk-3.4.jar then rename it swt.jar and put it in /path/to/syndie/syndie-1.101a/lib/ . There is already a swt.jar file in that folder, so rename it if you don't want to overwrite it. |
|
|
|

|
|
Posted:
Fri Mar 05, 2010 12:06 pm
|
|
|
|
|
| Anonymous wrote: | | In Ubuntu 8.10, you need to create a symbolic link to /usr/share/java/swt-gtk-3.4.jar then rename it swt.jar and put it in /path/to/syndie/syndie-1.101a/lib/ . There is already a swt.jar file in that folder, so rename it if you don't want to overwrite it. |
Where can i download the software? the link is not active now! |
|
|
|

|
|
Posted:
Fri Mar 05, 2010 7:35 pm
|
|
|
I2Phile
Joined: 17 Sep 2009
Posts: 415
|
|
There no longer is any installer. Maybe it will come back again, who knows.
Syndie dev is not too active lately, iirc.
There are however two ways of getting syndie to work:
1) check out the source via monotone and compile it
or
2) get the plugin from http://stats.i2p/i2p/plugins and install it. |
|
|
|

|
|