posted by julien at Mar 9, 2007 10:38 AM
Quote
Several users of SPIS have observed some difficulties during the loading of the VTK modules of SPIS on some very recent or up-to-date computers. The error message is generally: "Impossible to load the VTK module XXX..."This may be due to several reasons:a) On Linux, the problem probably may appears if you use a 64bit version for the JVM. This is due to the JNI layer, between VTK (C++) and SPIS (JAVA), which is very sensitive on both the JVM version and the fact to be in 32 or 64 bits.The general rule is:
- The version of the JVM used to run a JNI component should be equal or higher than the version used to compiled it.
- If the JNI layer has been compiled in 32 bits, it should be used in 32 bits (and idem for 64 bits).