Your reply about java-config did work to get java running on my computer, but when I run azureus, I am presented with this error:
Code:
turtle@gentoo64 azureus $ ./azureus
Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2-rc1]
Configuring environment...
Loading Azureus:
java -cp .:Azureus2.jar:swt-mozilla.jar:swt-pi.jar:swt.jar -Djava.library.path=/home/turtle/programs/azureus org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/turtle/programs/azureus/libswt-pi-gtk-3062.so: /home/turtle/programs/azureus/libswt-pi-gtk-3062.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:58)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:45)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:70)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:64)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:104)
Azureus TERMINATED.
perhaps im not installing something, or I needed to point it to a different directory? Obviously if it isnt finding java system files, it isnt installed correctly. Any help with this would be really helpful.
I am running the blackdown-jre-1.4.2_rc1 vm if you need to know.
thanks for the reply.
Also, when I tried to install the system vm, It gave me this output:
Code:
root@gentoo64 blackdown-jre # java-config -S blackdown-jre-1.4.2_rc1
javac not found at /opt/blackdown-jre-1.4.2_rc1/bin/javac or /opt/blackdown-jre-1.4.2_rc1/jre/bin/
javac javadoc not found at /opt/blackdown-jre-1.4.2_rc1/bin/javadoc or /opt/blackdown-jre-1.4.
2_rc1/jre/bin/javadoc jar not found at /opt/blackdown-jre-1.4.2_rc1/bin/jar or /opt/blackdown-jre-1.4.
2_rc1/jre/bin/jar rmic not found at /opt/blackdown-jre-1.4.2_rc1/bin/rmic or /opt/blackdown-jre-1.4.
2_rc1/jre/bin/rmic THIS SYSTEM VM IS NOT SUFFICIENT, REQUIRED BINARIES WERE NOT
FOUND System Virtual Machine set You may want to update your enviroment by running: "/
usr/sbin/env-update && source /etc/profile"
It claims to have installed it, so I just continued anyway. I got no error when installing the user vm.