Azureus
- From: ebenZEROONE@xxxxxxxxxxx (Hactar)
- Date: Sun, 04 Mar 2007 20:07:11 GMT
Anybody use Azureus, or even any other Java programs?
I know little to nothing about how to use Java. I've used it before,
but have no idea where to look if things go pear-shaped.
I downloaded what I think is the latest stable version of Azureus,
2.5.something. It came as a ".jar" file' Great. What do I do with
that?
I did a "man -k java", and that seemed to indicate that "gij" (a JIT
compiler) was called for, as in "gij -j jarfile". It didn't work (no
such file or similar, basically gij isn't in $PATH).
Next is "java":
eben@pc:~$ which java
/usr/bin/java
eben@pc:~$ file /usr/bin/java
/usr/bin/java: symbolic link to `/etc/alternatives/java'
eben@pc:~$ file /etc/alternatives/java
/etc/alternatives/java: symbolic link to `/usr/lib/jvm/java-gcj/bin/java'
eben@pc:~$ file /usr/lib/jvm/java-gcj/bin/java
/usr/lib/jvm/java-gcj/bin/java: symbolic link to `../../../../bin/gij-4.0'
eben@pc:~$ file /usr/lib/jvm/java-gcj/bin/../../../../bin/gij-4.0
/usr/lib/jvm/java-gcj/bin/../../../../bin/gij-4.0: ELF 32-bit LSB
executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0,
dynamically linked (uses shared libs), stripped
eben@pc:~$
Jeez, that's deep enough. (There's gij!) But:
eben@pc:~$ java tmp/Azureus2.5.0.4.jar
Exception in thread "main" java.lang.NoClassDefFoundError:
tmp/Azureus2.5.0.4.jar
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
Caused by: java.lang.ClassNotFoundException: tmp/Azureus2.5.0.4.jar
at java.lang.Class.forName(java.lang.String, boolean,
java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
So, what do I do now?
--
-eben QebWenE01R@xxxxxxxxxxxxxxxxx royalty.mine.nu:81
Q: What kind of modem did Jimi Hendrix use?
A: A purple Hayes.
.
- Follow-Ups:
- Re: Azureus
- From: Handover Phist
- Re: Azureus
- Prev by Date: Re: problems after partitioning with grub (newbee question)
- Next by Date: Re: Azureus
- Previous by thread: apache cgi-scripts calling mail function, pstree ppid question
- Next by thread: Re: Azureus
- Index(es):
Relevant Pages
|