Java Resources
Home Page
OOP Tips
UML
Design Patterns
DrJava
Language
Java 2 Full Docs
RMI
Security
Oracle JDBC
Look & Feel Graphics
JBuilder
Visual Cafe
StructureBuilder
Custom Packages
E-mail
Exciton Home
CS Home
www.javasoft.comt
Home Search Java 2 API C++ Resources

For additional information about object-oriented programming and design, C++ and TogetherSoft ControlCenter, see the C++ Resources site.

Yes!  Java 2 applets can run on your browser!  

See the Javasoft web pages about it:

http://www.javasoft.com/products/plugin/index.html

In short, the problem is that the standard HTML <APPLET>  tag won't work.   In order for the Java 2 plug-in to work properly, the <EMBED> tag must be used in Netscape and the <OBJECT> tag must be used in IE.  For more information see the HTML section of the plug-in website:

http://java.sun.com/products/plugin/1.2/docs/tags.html

 The easiest way to get Java 2 applets to work is to use the old <APPLET> tag and then run your HTML document through Sun's HTML converter, which will automatically put in the complex Javascript code tp figure our which browser is running and what the proper HTML code is.   The HTML convertor can be found here:

http://www.javasoft.com/products/plugin/1.2/features.html

 

These pages contain many useful tips and techniques for the object-oriented Java programmer.   Click on the navigation buttons on the left to view the different topics.

These pages are not to be considered a substitution for textbooks or other resources, but rather as a supplement.

These pages will change very often.   It is HIGHLY recommended that you visit all the pages frequently to see if any new material has been posted.