Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using APPLET vs OBJECT, EMBED in MacOsX 10

843807Sep 3 2003 — edited Apr 3 2005
I've noticed that APPLET tag is deprecated in favor of OBJECT from W3C.org.
but It doesn't work on mac OsX 10, with the last java plugin installed (1.4.1).

I tryed with the Sun examples: MoleculeViewer
http://java.sun.com/products/plugin/1.4.2/demos/plugin/applets/MoleculeViewer/example1.html
this is with OBJECT tag and doesn't work (on MacOsx10)

the same with APPLET tag:
http://java.sun.com/products/plugin/1.4.2/demos/applets/MoleculeViewer/example1.html
works well
On windows there is no problem, but in MacOsx it's strange because it works only with the DEPRECATED TAG ???????????????
is it possible? which is the best solution to make the applet indipendent?
thanks a lot
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2005
Added on Sep 3 2003
18 comments
370 views