On Monday 30 of November 2009 14:57:23 Helge Fredriksen wrote:
> Hmm, are you able to find who is maintaining this package? Maybe we could
> issue a ticket on LaunchPad for this?

Core developers team, [email protected]

> Is it currently possible to use OpenJDK towards Jambi?

As I see in dependencies, jambi on ubuntu is depending on openjdk 6.

> Is there any 
> standard CLASSPATH on most distros? When installing a Jambi lib package,
> the two jar files should be installed into this path, if such exist.

It is installing:

usr/share/java/qtjambi-4.4.3_01.jar
usr/share/java/qtjambi.jar

usr/share/java/qtjambi-linux*-gcc-4.4.3_01.jar
usr/share/java/qtjambi-linux*-gcc.jar


usr/include
usr/bin/generator
usr/bin/juic
usr/bin/designer-qtjambi
usr/lib/
usr/share/java/qtjambi-designer-4.4.3_01.jar
usr/share/java/qtjambi-designer.jar

Here is ubuntu's designer-qtjambi shell script:

export QTDIR=/usr/share/qt4
export QT_PLUGIN_PATH=/usr/lib/qt4/plugins
export JAVADIR=/usr/lib/jvm/java-6-openjdk
export 
CLASSPATH=/usr/share/java/qtjambi.jar:/usr/share/java/qtjambi-designer.jar
export MOC=/usr/bin/moc
export UIC=/usr/bin/juic

exec /usr/bin/designer-qt4 "$@"

QT is build by standard way, qtjambi is not build against configured qt 
sources, but against installed qt[-dev] packages.



-- 
Dusan


... tykajte mi
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to