I trying to run example provided here for QT4dotnet http://code.google.com/p/qt4dotnet/wiki/TutorialExample1
I'm getting this error.
Unhandled Exception: System.TypeInitializationException: The type initializer fo r 'com.trolltech.qt.gui.QApplication' threw an exception. ---> System.TypeInitia lizationException: The type initializer for 'com.trolltech.qt.core.QCoreApplicat ion' threw an exception. ---> System.TypeInitializationException: The type initi alizer for 'com.trolltech.qt.core.QObject' threw an exception. ---> System.TypeI nitializationException: The type initializer for 'com.trolltech.qt.QtJambiObject ' threw an exception. ---> System.TypeInitializationException: The type initiali zer for 'com.trolltech.qt.QtJambi_LibraryInitializer' threw an exception. ---> j ava.lang.UnsatisfiedLinkError: com/trolltech/qt/internal/QClassPathFileEngineHan dler.initialize()V --- End of inner exception stack trace --- at com.trolltech.qt.QtJambi_LibraryInitializer.init() at com.trolltech.qt.QtJambiObject..cctor() --- End of inner exception stack trace --- at com.trolltech.qt.QtJambiObject.() at com.trolltech.qt.core.QObject..cctor() --- End of inner exception stack trace --- at com.trolltech.qt.core.QObject.() at com.trolltech.qt.core.QCoreApplication..cctor() --- End of inner exception stack trace --- at com.trolltech.qt.core.QCoreApplication.__() at com.trolltech.qt.gui.QApplication..cctor() --- End of inner exception stack trace --- at com.trolltech.qt.gui.QApplication.initialize(String[] args) at Qt2.HelloWorld.Main(String[] args) in g:\Sharique\Sharp\Qt2\Qt2\HelloWorld .cs:line 29
