From owner-freebsd-java@FreeBSD.ORG Thu Jan 27 22:42:01 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D653616A4CE for ; Thu, 27 Jan 2005 22:42:01 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BED043D5C for ; Thu, 27 Jan 2005 22:42:01 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j0RMfokX020770 for ; Thu, 27 Jan 2005 22:41:51 GMT Message-ID: <41F96F42.8070702@cis.strath.ac.uk> Date: Thu, 27 Jan 2005 22:46:26 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk Subject: Java3D X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 22:42:02 -0000 Trying to run the example applications in the Java3D demo folder. I have run them with jdk1.5 but I get: $ java HelloUniverse Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: no J3D in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at javax.media.j3d.MasterControl$22.run(MasterControl.java:894) at java.security.AccessController.doPrivileged(Native Method) at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:891) at javax.media.j3d.VirtualUniverse.(VirtualUniverse.java:229) at HelloUniverse.init(HelloUniverse.java:94) at com.sun.j3d.utils.applet.MainFrame.run(MainFrame.java:262) at java.lang.Thread.run(Thread.java:595) $ ls /usr/local/jdk1.5.0/jre/lib/ext/ dnsns.jar j3dcore.jar localedata.jar vecmath.jar j3audio.jar j3dutils.jar sunjce_provider.jar How does setting JAVA_VERSION effect the CLASSPATH used? Even if I change it to point at the 1.5.0 libraries it has the same message. Anything I can do to fix this? If there is any testing that I can do to help in general, please let me know. Does Eclipse support 1.5 yet? Thanks Chris