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 _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
