You are not logged in.
Pages: 1
# Contributer: sickhate
pkgname=azureus
pkgver=3.0.1.6
pkgrel=1
pkgdesc="BitTorrent client with GUI, written in Java"
arch=(i686)
url="http://azureus.sourceforge.net/"
license="GPL"
depends=('bash' 'gtk2' 'j2re' 'swt')
source=(http://mesh.dl.sourceforge.net/sourceforge/azureus/Azureus3.0.1.6.jar \ $pkgname.desktop azureus.sh)
build() {
cd $startdir/src/
install -D -m644 Azureus3.0.1.6.jar $startdir/pkg/usr/share/java/azureus/Azureus3.0.1.6.jar
install -d $startdir/pkg/usr/share/pixmaps/
install -D -m644 $startdir/src/*.png $startdir/pkg/usr/share/pixmaps/
install -d $startdir/src/com/aelitis/azureus/plugins $startdir/pkg/usr/share/$pkgname
install -D -m644 $startdir/src/$pkgname.desktop $startdir/pkg/usr/share/applications/$pkgname.desktop
install -D -m755 $startdir/src/azureus.sh $startdir/pkg/usr/bin/azureus
}
i get this error
Exception in thread "main" java.lang.NoClassDefFoundError: org/gudy/azureus2/ui/swt/Main
any help? ive googled around
Last edited by sickhate (2007-06-28 03:30:35)
Its a sick world we live in....
Offline
The forum kinda nukes that URL - try sticking it in a [ code ] block
Offline
# Contributer: sickhate
pkgname=azureus
pkgver=3.0.1.6
pkgrel=1
pkgdesc="BitTorrent client with GUI, written in Java"
arch=(i686)
url="http://azureus.sourceforge.net/"
license="GPL"
depends=('bash' 'gtk2' 'j2re' 'swt')
source=(http://mesh.dl.sourceforge.net/sourceforge/azureus/Azureus3.0.1.6.jar \ $pkgname.desktop azureus.sh)
build() {
cd $startdir/src/
install -D -m644 Azureus3.0.1.6.jar $startdir/pkg/usr/share/java/azureus/Azureus3.0.1.6.jar
install -d $startdir/pkg/usr/share/pixmaps/
install -D -m644 $startdir/src/*.png $startdir/pkg/usr/share/pixmaps/
install -d $startdir/src/com/aelitis/azureus/plugins $startdir/pkg/usr/share/$pkgname
install -D -m644 $startdir/src/$pkgname.desktop $startdir/pkg/usr/share/applications/$pkgname.desktop
install -D -m755 $startdir/src/azureus.sh $startdir/pkg/usr/bin/azureus
No idea on the error, but maybe this will help.
Last edited by Acid7711 (2007-06-28 06:41:08)
Offline
When I download Azureus3.jar and try to run it with java -jar azureus3.jar I? get that "excetion in main" error too
It's broken i tell you!
Offline
When I download Azureus3.jar and try to run it with java -jar azureus3.jar I? get that "excetion in main" error too
It's broken i tell you!
i also think its broken
Its a sick world we live in....
Offline
No, it is not broken. Just read my comment in this thread: http://bbs.archlinux.org/viewtopic.php?id=34599
Offline
No, it is not broken. Just read my comment in this thread: http://bbs.archlinux.org/viewtopic.php?id=34599
but the error ocorres to you?...done that SAME ERROR:P i supose AGAIN that its broken any other opinion?
Last edited by sickhate (2007-06-28 23:42:09)
Its a sick world we live in....
Offline
No, I have no problems with the new jar. To be more exact:
Just download the new jar to your home dir. Then type the following command as root:
cp /home/urs/Azureus3.0.1.6.jar /usr/share/java/azureus/Azureus2.jar
And everything works fine (at least for me...).
Offline
Pages: 1