Милчо Милчев
unread,Oct 24, 2011, 11:29:31 AM10/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qt4dotnet
After compiling the project successfully and trying to run it, an
exception is thrown:
Message :
Loading library failed, progress so far:
No 'qtjambi-deployment.xml' found in classpath, loading libraries via
'java.library.path'
Loading library: 'libQtCore.so.4'...
- using 'java.library.path'
Source:
qtjambi-4.6.3
StackTrace:
at com.trolltech.qt.internal.NativeLibraryManager.loadNativeLibrary
(System.String ) [0x00000] in <filename unknown>:0
at com.trolltech.qt.internal.NativeLibraryManager.loadQtLibrary
(System.String library, System.String version) [0x00000] in <filename
unknown>:0
at com.trolltech.qt.Utilities.loadQtLibrary (System.String library,
System.String version) [0x00000] in <filename unknown>:0
at com.trolltech.qt.Utilities.loadQtLibrary (System.String library)
[0x00000] in <filename unknown>:0
at com.trolltech.qt.QtJambi_LibraryInitializer..cctor () [0x00000]
in <filename unknown>:0
What version of the product are you using? On what operating system?
the latest possible(qtjambi-4.6.3, Monodevelop 2.6) on Ubuntu 11.04 .
--------------------------------------------------------------------------------------------------------
My project successfully compiles and runs under Visual Studio 2010
(Windows 7) and now I'm trying to port in to Ubuntu 11.04. I am using
the latest version of Monodevelop available for the system which is
2.6 . After following the instructions the project compiled with no
problems. However after trying to run it, it throws the exception
above. You say that ikvm-native doesnt need to be in the same dir but
it doesnt matter if it is there or not. I really need some help over
here.Thanks in advance!