Results 1 to 1 of 1
Hello everybody,
i'm trying to play around with java 3d, but having troubles to get some example to run.
NetBeans don't likes the line "import javax.vecmath.*;", it tells me that ...
- 01-09-2011 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 3
How to setup Java 3D
Hello everybody,
i'm trying to play around with java 3d, but having troubles to get some example to run.
NetBeans don't likes the line "import javax.vecmath.*;", it tells me that "package javax.vecmath does not exist",...
Code:$java -version java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu2) OpenJDK Server VM (build 19.0-b09, mixed mode)
..., but here it is,...Code:/usr/lib/jvm/java-6-sun/jre/lib/ext$ ls dnsns.jar j3dutils.jar sunpkcs11.jar j3dcore-1.5.2+dfsg.jar localedata.jar vecmath-1.5.2.jar j3dcore.jar meta-index j3dutils-1.5.2+dfsg.jar sunjce_provider.jar
etc/environment holds following:
dunno whats wrong.Code:PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
greets rid


Reply With Quote