I'm trying to get the version of Java 3D at runtime using:
Package p = Package.getPackage( "javax.media.j3d" );
if ( p == null) {
System.out.println("no package");
}
String version = p.getImplementationVersion();
But "p" the package is always returning null.
Any ideas?
- John Wright
Starfire Research
===========================================================================
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".