I am using Java3D (1.2.1_04) in an applet (NOT as an application!), and would like to 
detect the version of Java3D.  (I'm also using Jdk1.4.0.)  When I use the following 
code, p always returns null, even though I have installed Java3D, and my other 3D 
applets run fine.

 Package p = Package.getPackage( "javax.media.j3d" );
 String version = p.getImplementationVersion();

I read a suggestion to look at the PackageInfo program in the demo examples, but it 
can only be run as an application.

Is there anything else I can do?

Thanks,

Andrea Boright

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to