Thomas Coopman wrote: > Hi, > > I'm trying to use jambi 4.4 preview in eclipse but I get this error (below) > > I'm using eclipse 3.3.2 on 64 bit with the linux64 preview packages > and qtjambi-eclipse-integration-linux32-4.4.0_01.tar.gz (I cannot find > 64bit integration packages) >
Hi, Thomas. We currently do not support the Eclipse Integration on 64 bit Linux, which is why there is only a 32 bit package. The validate button is failing to work because it depends on certain platform specific files, but since you are running it on the wrong platform it will fail to find these files. However, I'm happy to say that the Eclipse Integration should be available on Linux64 for the final release of Qt Jambi 4.4.0_01. Setting the library path manually and running Qt Jambi applications from within Eclipse should work fine regardless of whether you have the Eclipse Integration installed, so I'd like to try and figure out why this is failing on your machine. Do Qt Jambi applications work when run from the command line? Like if you run the qtjambi.sh script in the package, do the demos run without any issues? Could you also try adding the library "qtjambi-linux64-gcc-4.4.0_01.jar" to your build path when running your Qt Jambi application and see if the crash still persists? If this does not help, could you try passing the parameter "-Dcom.trolltech.qt.verbose-loading=true" to the VM when starting your application and then send me the output you get? This will help us see if it is loading the correct libraries. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
