Ok, then I'm looking forward to the final release. BTW I did some further investigations concerning the environment variables on Opensuse. It turned out that I was missing the rpm java-1_6_0-sun-devel-1.6.0.u5-0.1. Once I installed this one, the environment variables looked a bit different and the qt-designer started without additional export:
[EMAIL PROTECTED]:/opt/qtjambi-linux32-preview-4.4.0_01> export |grep -i java declare -x JAVA_BINDIR="/usr/lib/jvm/java/bin" declare -x JAVA_HOME="/usr/lib/jvm/java" declare -x JAVA_ROOT="/usr/lib/jvm/java" declare -x JDK_HOME="/usr/lib/jvm/java" declare -x JRE_HOME="/usr/lib/jvm/java/jre" declare -x SDK_HOME="/usr/lib/jvm/java" Markus On Mon, Apr 14, 2008 at 5:56 PM, Eskil Abrahamsen Blomfeldt < [EMAIL PROTECTED]> wrote: > Hi, Markus. > > Markus Walser wrote: > > > Negative. No change in eclipse. And what's even worse, although > > qt-desiger's resource browser seems working, it lists > > only trolltech's icons. Even if I specify the absolute path to my icons, > > they don't appear. > > > > Thanks. > > I found a bug in the class path engine which would cause both this and > other random failures to open files through the classpath: scheme when they > reside on the disk (and not inside a .jar file.) > > I believe it should work if you put your resources in a .jar file and add > this to the class path. The bug will be fixed for Qt Jambi 4.4.0. > > -- Eskil >
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
