Yes, if you have the java 2 plugin installed your browser is ready for Swing
applets. With that said IE nor Netscape comes default with the plugin
(except Netscape 6, during installation you will be given the opportunity to
install the plugin). But you can configure your html code to detect whether
or not the plugin is installed on IE or Netscape and direct the user to
appropriate actions (like installing the plugin). Find more info on
http://java.sun.com/
Mads
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Florian
> Kugler
> Sent: 11. juni 2001 14:57
> To: [EMAIL PROTECTED]
> Subject: RE: question about swing
>
>
> 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
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing