Pierre Sarrazin <[EMAIL PROTECTED]> writes: > Hi. I would like to write browser applets in Java, while avoiding > Sun's proprietary Netscape plugin. Is there a way to use GNU > Classpath with some free JVM (like Japhar?) to write Java applets > that don't require the user to use any proprietary software?
With some work you might be able to use gcj+SWT in this fashion. Kaffe may work with AWT. Both probably require work to make them useable as a plugin via Mozilla's Java interface. -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

