Skip to content

Trolltech Releases Second Preview of Qt for Java

Friday, 1 September 2006  |  Eblomfeldt

Trolltech has released a second preview of Qt Jambi - a prototype version of Qt that allows Java programmers to use the popular cross-platform development framework. This release incorporates the feedback of over 1700 beta testers, and features new additions like Web Start functionality, improved integration with Eclipse and single JAR file deployment for Qt Jambi-based applications. Technical details are available in the Qt Jambi Whitepaper. To try it out, sign up for the preview license and download.

Comments:

classpath - furangu - 2006-09-01

Is it gnu classpath compatible?

Re: classpath - Quintesse - 2006-09-01

Well if the classpath people do their work right (which they will I'm sure) there shouldn't be any compatibility problems because classpath is an implementation of a known specification. It should just work. The problem is not compatibility but the fact that classpath is just not ready yet . If I recall correctly Jambi uses a lot of Java 5 specific features like generics and classpath doesn't implement that yet. Of course, things move along quickly so I might be wrong already.

Re: classpath - Haakon Nilsen - 2006-09-01

Things move along quickly. You can find the "generics" branch of Classpath in their download directory (ftp://ftp.gnu.org/gnu/classpath/ and mirrors). It's quite up to speed, but not yet merged into the main branch as I understand it. Hopefully Sun will pick an acceptable license for their open sourcening of Java, we'll have to wait until October to see.

What about gcj? - Pedro Alves - 2006-09-01

Can you compile this with gcj? :)

Jython with Qt for Java/Jambi - anonymous - 2006-09-02

Can I use Python/Jython with Qt for Java/Jambi? Thanks!

Re: Jython with Qt for Java/Jambi - ZeD - 2006-09-02

Why not directly PyQt?

Re: Jython with Qt for Java/Jambi - anonymous - 2006-09-02

Yes, you're right. It's only a question if it's possible.

Re: Jython with Qt for Java/Jambi - Simon Edwards - 2006-09-03

Jython works with any Java accessible library AFAIK. Then you've always got good old Python with PyQt / PyKDE. -- Simon

Legacy toolkits - Morty - 2006-09-03

I did not see anything about it in the whitepaper, but hopfully Trolltech will include tools in the final version to help port application made with legacy gui toolkits like AWT and Swing. Making it easier for those having such applications to migrate everything to Qt Jambi. Does anyone know if this is planned?