From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 17:04:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED8916A421 for ; Fri, 16 Sep 2005 17:04:45 +0000 (GMT) (envelope-from andreas.eriksson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7477B43D4C for ; Fri, 16 Sep 2005 17:04:42 +0000 (GMT) (envelope-from andreas.eriksson@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so740738wxd for ; Fri, 16 Sep 2005 10:04:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type; b=YSjzE+HdlOT91pZfuCenxMGoN27m1hfwPmVdFolSlNwHDCLbBxf0ben2KpKXRPOC9A4xyYgwBX633AEuQNx3a4fM5XR8ESy95cguwXp3gqtr6ItXG+xpAgwk/lOwEcDLPCIeWEldkMrYjpWDga1v8y7EcrQEuBn46E+oxWpeC5I= Received: by 10.70.116.4 with SMTP id o4mr253019wxc; Fri, 16 Sep 2005 10:04:41 -0700 (PDT) Received: by 10.70.66.12 with HTTP; Fri, 16 Sep 2005 10:04:41 -0700 (PDT) Message-ID: <79052f10509161004673f6d23@mail.gmail.com> Date: Fri, 16 Sep 2005 19:04:41 +0200 From: Andreas Eriksson Sender: andreas.eriksson@gmail.com To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Azureus and Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andreas Eriksson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:04:45 -0000 Hello FreeBSD users. I recently installed FreeBSD 5.4 to replace Debian on my laptop that I use= =20 both at school and at home, because FreeBSD has better support for power=20 management for my laptop hardware (especially much better frequency scaling= )=20 and its always fun to play around with something new (well.. not that new, = I=20 have used FreeBSD before, and I know how to do basic things like installing= =20 ports and recompiling the world, but nothing advanced). I use Java1.5 in the programming classes at school, so I need to have that= =20 installed, and the installation of java 1.5 went fine. I also need Azureus= =20 installed for downloading some files at home (other clients tends to be muc= h=20 slower for some reason, not using up my connection to the max on the upload= ,=20 and because of that the downloads goes slower too). But when I tried to=20 install Azureus it gave me this error message: /usr/local/jdk1.4.2/bin/jar: not found Azureus should work fine with JDK 1.5 since it works fine both on Linux and= =20 Windows with it, and Java is supposed to be very cross platform, right? I= =20 would prefer to not have to install 1.4.2 for three reasons: I'm low on dis= k=20 space and having two JDK's takes up quite a bit of space, the compilation o= f=20 Java takes many hours and I don't want to wait that long again, and=20 according to Azureus website Azureus works much better with 1.5 than earlie= r=20 versions. Before posting this message I tried changing JAVA_VERSION=3D1.4 to=20 JAVA_VERSION=3D1.5 in the port, and it gave me the following error: java.io.FileNotFoundException:=20 /usr/local/eclipse/plugins/org.eclipse.swt.gtk.freebsd.x86_3.1.0.jar (No=20 such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:106) at java.io.FileInputStream.(FileInputStream.java:66) at sun.tools.jar.Main.run(Main.java:185) at sun.tools.jar.Main.main(Main.java:925) Maybe there is some dependency that Azureus needs with 1.5 that it doesn't= =20 need with 1.4? Some port I can install first? A good solution to my problem would be an Azureus binary for FreeBSD, but I= =20 can't find one and 'pkg_add -r azureus' doesn't find one either. So my question is: How do I solve this problem? Thanks in advance, Andreas Eriksson