GCC 3.3 released

GCC version 3.3 just got released, with some java improvements:

  • The java.sql and javax.sql packages now implement the JDBC 3.0 (JDK 1.4) API.
  • The JDK 1.4 assert facility has been implemented.
  • The bytecode interpreter is now direct threaded and thus faster.

More info and a list of the bugs fixed in gcj can be found in the release notes.

Guess it’s time to give gcj another shot. Swing support is still missing, but you should be able to use eclipse swt, or just use it for backend stuff.

blog comments powered by Disqus