Richard,
You probably need to use the HTMLConverter if that Applet is a Java 2
applet. I'm assuming the Java 1.1 VM is choking on the Java 1.x code.
- John Wright
Starfire Research
Z H wrote:
>
> Hi!
>
> why the foolowing piece of code can't display the
> applet in the IE browser?
>
> <html>
> <body>
> <applet code="HelloUniverse.class" width=256
> height=256>
> </applet>
> </body>
> </html>
>
> the HelloUniverse.class is the example from sun and I
> put it in the same directory as the html file.
>
> thank in advance
>
> Richard
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".