Qt Jambi

Qt is the de facto standard C++ framework for high performance cross-platform software development. Qt Jambi is the Qt library made available to Java. It is an open source technology aimed at all desktop programmers wanting to write rich GUI clients using the Java language, while at the same time taking advantage of Qt’s power and efficiency.

The technology provides new possibilities for both Java and C++ programmers: It enables Java developers to take advantage of Qt’s features from within Java Standard Edition 5.0 and Java Enterprise Edition 5.0 as well as later versions. In addition, Qt Jambi also enables C++ programmers to easily integrate their Qt code with Java by providing the Qt Jambi generator.

For more comprehensive description of what qt-jambi provides, see here.

This is new website released at 10.03.2012 after far too many delays. If you still want to see old website, it can be seen at http://old.qt-jambi.org.

Downloads

Windows Linux Mac OS X
32 bit: 4.7.1-beta3 32 bit: 4.7.0-beta2 64 bit: 4.7.0-beta2 32 bit intel: 4.7.0-beta1

Blog

Last month’s server problems

  • Posted by Samu Voutilainen
  • at March 18, 2012
  • 2 comments

We had a week’s downtime which was followed by some short disturbances while bootstrapping the environment after getting the server back online. I’m trying to write down what actually happened in this post, so that me or anyon... (read more)

Yearly project news

  • Posted by Samu Voutilainen
  • at March 10, 2012
  • 0 comments

Hello…again

It has been almost a year anything has happened to website portion of this project. Let me assure you, the development has not been in hiatus at same time. There has been grand development towards stable releas... (read more)

Building Qt Jambi from source on Ubuntu 11.04

  • Posted by Akos Kemives
  • at May 28, 2011
  • 0 comments
To build it from sources you have to install the following dependencies: ant, java (either the sun-java6-jre or the openjdk one), qt development libraries . If you ... (read more)