[Qt-jambi-interest] Problem with qtjambi after upgrading Ubuntu to 8.04

Gunnar Sletta gunnar at trolltech.com
Thu May 8 08:50:38 CEST 2008


Maciej Strzelczyk wrote:
> Some time ago my friend wrote an application using qtjambi. When I had
> Ubuntu 7.10 everything worked fine and I could use it. After updating
> ubuntu to 8.04 something changed and I can't use this application any
> more. When I try to run it using "java -classpath
> /usr/lib/qtjambi/qtjambi.jar:bin pl.swmud.ns.swaedit.gui.SWAEdit"
> (/usr/lib/qtjambi/ is where I have my qtjambi and that's the way it
> worked when I had ubuntu 7.10) I receive this error:

Hi,

The .so libraries are located in the lib folder to the qtjambi.jar file, 
right? You may try hardcoding LD_LIBRARY_PATH to point to this directory 
too. That is what designer does.

If you run your java apps with the command:

java -Jcom.trolltech.qt.verbose-loading=true ClassName

option, so I can see more detailed what is going wrong.

best regards,
Gunnar


More information about the Qt-jambi-interest mailing list