LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem running Azureus under java (https://www.linuxquestions.org/questions/linux-newbie-8/problem-running-azureus-under-java-201307/)

James-jmpm 07-05-2004 08:13 AM

problem running Azureus under java
 
Hi, after getting the java vm up and running I tried to run Azureus and got the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: Azureus2/1/0/2/jar

Can anyone tell me how to resolve this

I run with command java -jar filename and java filename.:confused:

:newbie:

James-jmpm 07-05-2004 11:05 AM

^bump^

Zeistler 07-05-2004 02:30 PM

azureus
 
Have you followed the instructions here to the letter?

http://azureus.sourceforge.net/howto_linux.php

James-jmpm 07-07-2004 07:19 AM

well well well I downloaded the jar file. When I downloaded the file in your link - hey presto it worked. Do I feel stupid or what?!!! Cheers for your help

jah8102 02-05-2005 03:38 PM

well i feel really stupid asking what jar file did you mean i'm trying to get azureus to work on suse 64 bit i get following error

oading Azureus:
/usr/lib/java/bin/java -Xms16m -Xmx128m -cp "/home/ja343/azureus//Azureus2.jar:/home/ja343/azureus//swt.jar:/home/ja343/azureus//swt-mozilla.jar:/home/ja343/azureus//swt-pi.jar" -Djava.library.path="/home/ja343/azureus/" -Dazureus.install.path="/home/ja343/azureus/" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ja343/azureus/libswt-pi-gtk-3106.so: /home/ja343/azureus/libswt-pi-gtk-3106.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
at org.eclipse.swt.internal.gtk.OS.<clinit>(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.<clinit>(Display.java:118)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:71)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:55)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:106)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:73)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:100)
Azureus TERMINATED.


All times are GMT -5. The time now is 10:27 PM.