Skip navigation.

Java 1.4.2 beta released

Sun Microsystems
Sun Microsystems

Seems soon was very soon. The Java version we mentioned the other day with support for GTK+ and Window Manager themes
is out in its first beta release. Be sure to get it and get your Java apps to look like they belong in your GNOME desktop. You find it on the JavaSoft
download page.
Update:
Here is en excerpt from the docs on sun.com:
Specifying the Look and Feel: Command Line

You can specify the look and feel at the command line by using the -D flag to set the swing.defaultlaf property. For example:

java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel MyApp

Specifying the Look and Feel: swing.properties

Yet another way to specify the current look and feel is to use the swing.properties file to set the swing.defaultlaf property. This file is located in the lib directory of the Java release. For example, if you're using the Java interpreter in javaHomeDirectoryin, then the swing.properties file (if it exists) is in javaHomeDirectorylib. Here is an example of the contents of a swing.properties file:

# Swing properties

swing.defaultlaf=com.sun.java.swing.plaf.gtk.GtkLookAndFeel

Re: be careful: read the license

I also suggest you should read license carefully before posting such a message.

(1) At least JRE can be bundled with linux distro without license issue. And some of distros are actually doing that.

(2) Have you heard of JCP(http://www.jcp.org)? At least it seems open enough for me and I don't want Java to be open sourced(however, I really want to see some open implementations like Classpath or Kaffe would catch up soon).

(3) There're whole lots of open source projects based on Java language - JBoss, Tomcat, Eclipse, JEdit, XDoclet, Struts, just to name a few. They're based on open source license like GPL, LGPL, or Apache License.

Sun is not inherently a good company, but please don't distort the facts.