Trolltech Releases Second Preview of Qt for Java

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.

Dot Categories: 

Comments

by furangu (not verified)

Is it gnu classpath compatible?

by Quintesse (not verified)

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.

by Haakon Nilsen (not verified)

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.

by Pedro Alves (not verified)

Can you compile this with gcj? :)

by anonymous (not verified)

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

Thanks!

by ZeD (not verified)

Why not directly PyQt?

by anonymous (not verified)

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

by Simon Edwards (not verified)

Jython works with any Java accessible library AFAIK.

Then you've always got good old Python with PyQt / PyKDE.

--
Simon

by Morty (not verified)

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?