Package: azureus
Version: 2.3.0.6-2
Severity: normal
Submitter: Jan Esser <[EMAIL PROTECTED]>
Tags: confirmed patch
--- /tmp/azureus 2006-02-18 10:16:03.000000000 -0700
+++ /usr/bin/azureus 2006-02-18 09:57:09.000000000 -0700
@@ -3,5 +3,5 @@
if [ ! -d ~/.Azureus ]; then mkdir ~/.Azureus; fi
cd ~/.Azureus
exec java -Djava.library.path=/usr/lib/jni:/usr/lib \
- -classpath $JARS:Azureus2.jar:/usr/share/java/Azureus2.jar \
+ -classpath Azureus2.jar:/usr/share/java/Azureus2.jar:$JARS \
org.gudy.azureus2.ui.swt.Main "$@"
On 2/18/06, Jan Esser <[EMAIL PROTECTED]> wrote:
> looks like azureus stand-alone updates swt, but azureus debian doesn't.
>
> Am Freitag, 17. Februar 2006 01:14 schrieb Shaun Jackman:
> > Azureus 2.4 requires a beta release SWT 3.2, which is not yet
> > officially released. Debian currently has SWT 3.1.2, which is
> > released. How is the Debian Azureus unlike the official version?
> >
> > On 2/11/06, Jan Esser <[EMAIL PROTECTED]> wrote:
> > > i just tried to update azureus to brand new version 2.4. for this purpose
> > > i turned the user-rights on /usr/share/java/Azureus2.jar to 777. After
> > > the update Azureus is a little bit confused (no language and crashing
> > > window support); is there any way to fix it? Will the debian Azureus be
> > > always unlike the official version from its hp?
> > >
> > > best regards,
> > > Jan