kinto wrote: > Unfortunately those two variables are already unset and I keep getting > that error with the latest Jambi release. > Any other guess of what the problem could be? > What else could I do to help you understanding the issue?
If you are getting any sort of log file from the JVM (hs_err_<pid>.log) then that would be helpful to see. You could also try deleting the Qt Jambi cache which is located in your /tmp directory in case something has gone wrong while unpacking the native libraries. Finally, it should be possible to see from where Qt Jambi is loading the native libraries by using the Linux utility called 'strace'. Look for instances of QtCore, QtGui etc. and see if the same libraries are being loaded from two separate locations on the disk. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
