Hi,

I've downloaded the Qt Jambi 4.4 preview for Windows. When I try to create a
QWebView, I'm getting the error specified below. Does someone has a clue of
what is going wrong and how the problem can be solved?

Regards,
Dimitri

java.lang.ExceptionInInitializerError
    at com.trolltech.qt.webkit.QWebView.<clinit>(Unknown Source)
    at be.andiro.instore.scheduler.playlist.items.WebPage.<init>(
WebPage.java:58)
    at be.andiro.instore.scheduler.loaders.SchedulerHandler.startElement(
SchedulerHandler.java:239)
    at com.trolltech.qt.xml.QXmlSimpleReader.__qt_parse_QXmlInputSource(Native
Method)
    at com.trolltech.qt.xml.QXmlSimpleReader.parse(Unknown Source)
    at be.andiro.instore.scheduler.loaders.XMLSchedulerLoaderImpl.<init>(
XMLSchedulerLoaderImpl.java:62)
    at be.andiro.instore.scheduler.Scheduler.load(Scheduler.java:74)
    at be.andiro.instore.InstoreTV.startScheduler(InstoreTV.java:85)
    at be.andiro.instore.InstoreTV.main(InstoreTV.java:123)
Caused by: java.lang.RuntimeException: Loading library failed, progress so
far:
Unpacking .jar file: 'file:/D:/Programs/qtjambi/qtjambi-
win32-msvc2005-4.4.0_01.jar'
Checking Archive 'D:\Programs\qtjambi\qtjambi-win32-msvc2005-4.4.0_01.jar'
 - cache key='msvc2005-20080311-1200'
 - adding 'QtCore4.dll' to library map
[A lot more of these...]
 - library: name='bin/QtXmlPatterns4.dll',
 - adding 'phonon4.dll' to library map
 - library: name='bin/phonon4.dll',
 - library: name='plugins/phonon_backend/phonon_ds94.dll', never load
 - library: name='plugins/imageformats/qjpeg4.dll', never load
 - library: name='plugins/imageformats/qgif4.dll', never load
 - library: name='plugins/imageformats/qmng4.dll', never load
 - library: name='plugins/imageformats/qtiff4.dll', never load
 - library: name='plugins/imageformats/qsvg4.dll', never load
 - library: name='plugins/iconengines/qsvgicon4.dll', never load
 - library: name='plugins/codecs/qcncodecs4.dll', never load
 - library: name='plugins/codecs/qjpcodecs4.dll', never load
 - library: name='plugins/codecs/qkrcodecs4.dll', never load
 - library: name='plugins/codecs/qtwcodecs4.dll', never load
 - library: name='plugins/accessible/qtaccessiblewidgets4.dll', never load
 - adding 'qtjambi.dll' to library map
 - library: name='bin/qtjambi.dll',
 - adding 'com_trolltech_qt_core.dll' to library map
 - library: name='bin/com_trolltech_qt_core.dll',
[A lot more of these...]
  - library: name='bin/com_trolltech_qt_webkit.dll',
 - adding 'com_trolltech_qt_xmlpatterns.dll' to library map
 - library: name='bin/com_trolltech_qt_xmlpatterns.dll',
 - library:
name='plugins/imageformats/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest',
never load
 - library: name='plugins/imageformats/Microsoft.VC80.CRT/msvcm80.dll',
never load
 - library: name='plugins/imageformats/Microsoft.VC80.CRT/msvcp80.dll',
never load
 - library: name='plugins/imageformats/Microsoft.VC80.CRT/msvcr80.dll',
never load
 - library:
name='plugins/iconengines/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest',
never load
 - library: name='plugins/iconengines/Microsoft.VC80.CRT/msvcm80.dll', never
load
 - library: name='plugins/iconengines/Microsoft.VC80.CRT/msvcp80.dll', never
load
 - library: name='plugins/iconengines/Microsoft.VC80.CRT/msvcr80.dll', never
load
 - library:
name='plugins/codecs/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest', never
load
 - library: name='plugins/codecs/Microsoft.VC80.CRT/msvcm80.dll', never load
 - library: name='plugins/codecs/Microsoft.VC80.CRT/msvcp80.dll', never load
 - library: name='plugins/codecs/Microsoft.VC80.CRT/msvcr80.dll', never load
 - library:
name='plugins/phonon_backend/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest',
never load
 - library: name='plugins/phonon_backend/Microsoft.VC80.CRT/msvcm80.dll',
never load
 - library: name='plugins/phonon_backend/Microsoft.VC80.CRT/msvcp80.dll',
never load
 - library: name='plugins/phonon_backend/Microsoft.VC80.CRT/msvcr80.dll',
never load
 - library: name='bin/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest', never
load
 - library: name='bin/Microsoft.VC80.CRT/msvcm80.dll', never load
 - library: name='bin/Microsoft.VC80.CRT/msvcp80.dll', never load
 - library: name='bin/Microsoft.VC80.CRT/msvcr80.dll', never load
 - library:
name='plugins/accessible/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest',
never load
 - library: name='plugins/accessible/Microsoft.VC80.CRT/msvcm80.dll', never
load
 - library: name='plugins/accessible/Microsoft.VC80.CRT/msvcp80.dll', never
load
 - library: name='plugins/accessible/Microsoft.VC80.CRT/msvcr80.dll', never
load
 - plugin path='plugins'
 - using cache directory:
'C:\DOCUME~1\user2023\LOCALS~1\Temp\QtJambi_user2023_x86_4.4.0_01_msvc2005-20080311-1200'
 - cache directory exists
 - checksum ok!
Loading library: 'QtCore4.dll'...
 - using deployment spec
 - ok!
[A lot more of these...]
Loading library: 'com_trolltech_qt_xml.dll'...
 - using deployment spec
 - ok!
Loading library: 'QtWebKit4.dll'...
 - using deployment spec

    at com.trolltech.qt.internal.NativeLibraryManager.loadNativeLibrary(Unknown
Source)
    at com.trolltech.qt.internal.NativeLibraryManager.loadQtLibrary(Unknown
Source)
    at com.trolltech.qt.Utilities.loadQtLibrary(Unknown Source)
    at com.trolltech.qt.Utilities.loadQtLibrary(Unknown Source)
    at com.trolltech.qt.webkit.QtJambi_LibraryInitializer.<clinit>(Unknown
Source)
    ... 9 more
Caused by: java.lang.UnsatisfiedLinkError: C:\Documents and
Settings\user2023\Local
Settings\Temp\QtJambi_user2023_x86_4.4.0_01_msvc2005-20080311-1200\bin\QtWebKit4.dll:
Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.Runtime.load(Runtime.java:757)
    at com.trolltech.qt.internal.NativeLibraryManager.loadLibrary_helper(Unknown
Source)
    ... 14 more
Exception in thread "main" QtJambi: Exception pending in native code
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to