Re: [tcljava-user] Using Tcl Blend with NASA WorldWind Java SDK
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-05-23 19:46:16
|
Dan...@dl... wrote: > Hi, > > Specifically, I get the following error message when trying to create a WorldWindowGLCanvas object from jtclsh: > > medina@onyx:/opt/tclblend/bin> ./jtclsh > % package require java > 1.4.0 > % java::call System getProperty "java.version" > 1.5.0_06 > Tcl Blend should work find with JDK 1.5. > % java::new javax.swing.JFrame > java0x1 > % java::new javax.media.opengl.GLCanvas > java0x2 > % java::new gov.nasa.worldwind.layers.IconLayer > java0x3 > % java::new gov.nasa.worldwind.layers.Earth.EarthNASAPlaceNameLayer > java0x4 > % java::new gov.nasa.worldwind.awt.AWTInputHandler > java0x5 > % java::new gov.nasa.worldwind.awt.WorldWindowGLCanvas > java.lang.ExceptionInInitializerError > This is a generic Java error that indicates an exception was raised while loading the class or invoking the static init method for the class. You will have to look at the class in question to find out why. If this package uses native code then it could fail because it does not find needed DLL on the PATH. I hope that helps Mo |