is it correct that you do not need any special software on the
client side to use swing applets?? (with java 2 plugin)

which browsers are (were) shipped with the java 2 plugin?

thanks,
florian.


>If you are using jdk 1.3.1 no classpath setup is needed as long as you don't
>use third party products. Try deleting you classpath settings or if you use
>third party products then something like this:
>
>set classpath=c:\java\jars\somejar.jar;.
>
>swingall.jar, motif.jar and windows.jar are left overs from jdk 1.1.x, I
>think. Are you using the Java 2 plug-in in your browser or do you use the
>browser JVM with swingall.jar? In the latter case use the ACHEIVE html tag
>for swingall.jar. If I remember correctly motif.jar and windows.jar are
>subsets of swingall.jar, they just only support one look and feel. But if
>you are using the java 2 plug-in everything you need to run swing applets is
>included in the plug-in. Remember to use EMBED and OBJECT tags instead of
>the APPLET tag.

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to