★ wanayoo — archive 1999 http://java.webdeveloper.com/help/Nouvelle recherche | Portail wanayoo
internet.com logo To JavaBoutique Home

 APPLETS
by Author
by Category
by Date
by Name
Hall of Fame
Archive
Submit Applets
Source Code
for Programmers
 ARTICLES
Tutorials
Reviews
Glossary
Programmers'
   Corner
Webmasters'
   Corner
 FORUM
FAQ
Users Poll
Discussion Group
Contact Us
 OTHER RESOURCES
Development Tools
Java Books
Custom Applets
Java News
Jini Watch

Web Marketers' Online Facts
internet.com
:Internet News
:Internet Stocks
:Internet Technology
:Web Developer
:Internet Marketing
:ISP
:Downloads
:Internet Resources
:International

:Search internet.com
:Advertising Info
:Corporate Info
:Internet Trade Shows

internet.
commerce
:Be an Affiliate
:Software Store
:Computer Help
:Register a Domain
:Be Domain Registrar
:Travel
:Banking
:e-solutions
:Internet Jobs
:A/V Network
:Rent E-mail Lists
:Bookstore
:Press Release dist.
:Sell Ad Space
:Internet Research
:Venture Capital
:Web Publishing
:Build Your Intranet

WebDeveloper Network
BrowserWatch
Developer Forums
Developer News
JavaBoutique
JavaScriptSource
ScriptSearch
SearchEngineWatch
StreamingMediaWorld
The WDVL
WebDeveloper.com
WebDevelopersJournal WebReference.com
The XML Files
 [ Looking for a Site Map? ]


How to Add Java Applets to Your Site
How to Add Java™ Applets to Your Site
A lot of sites feature Java applets, and if you've been searching through the Java Boutique's applet library, you may have found an applet you'd like to add to your own site. This guide will help you to do just that, and will point out some common problems and tips to simplify the task. You may also want to read our new article, Java for the Webmaster and Java On Your Site to find out more about selecting and using the proper applets for your Web site.

  1. First, select the Java Applet you would like to add to your site. Download each of the necessary .class files along with the appropriate image and audio files, if applicable. (Note: Due to a bug in Communicator, you must hold down the shift key and then click the link to download class files.) Another alternative would be downloading the .java source code and compiling it using the Java Compiler that is included with the Sun Microsystems Java Developers Kit or this Java Compiler Service.

  2. Next, make a note of the HTML source, (if the applet comes from the Java Boutique, the source is included on the applet page for you to copy), and copy the syntax (changing the <APPLET> and <PARAM> tags as desired) into your HTML document.

  3. Move the .class or .jar file(s) into the appropriate directory (the path indicated in the CODEBASE= portion of the <APPLET> tag, or the directory of your HTML document if no CODEBASE= is specified).

  4. If the Applet requires image and/or sound files (generally .gif, .jpg, and .au files), place them in the appropriate directories as indicated on the applet page.

  5. You are now ready to test the Applet using the Sun Microsystems Applet Viewer (also included in the Java Developers Kit) or a Java-enabled browser.

    The Java Boutique

  6. Finally, crediting the author of the Applet (as well as the Java Boutique) on your page would probably be a nice finishing touch. Feel free to copy the button to the right or use the following code to incorporate it into your page:
    <a href="/old?u=http%3A%2F%2Fjavaboutique.internet.com&y=1999">
    <img alt="The Java Boutique"
     src="/old?u=http%3A%2F%2Fjavaboutique.internet.com%2Fimg%2Fjava-mini-yellow.gif&y=1999">
    </a>
    
Troubleshooting

If you see "Applet can't start: class ______ not found" in your browser's status line, it can mean one of two things:

  1. The .class file(s) are not named correctly. Java is case-sensitive, so be sure to follow precise capitalization.
  2. The .class file(s) are not in the correct directory. They should be located in the path indicated in the CODEBASE= portion of the <APPLET> tag, or the directory of your HTML document if no CODEBASE= is specified.
To further enable you to locate the problem, you may start the Java console (under MSIE or NS). If you're using Netscape, you'll find it under the Communicator item in the Netscape menu (Java Console). Using MSIE, you'll find it under View (Java Console) in the MSIE menu. The Java Console will give you more details than the status bar, and may help you find out why the applet will not run. Often, it will show you that the applet depends on more than one class file, and you'll need to upload that class file to your server as well.

The applet may be written for a newer JDK than you have on your system. Most applets will work with MSIE4, and Netscape4 as well, provided you have applied the latest JDK 1.1 patch from http://developer.netscape.com.

For more help, you can try consulting the Java FAQs or posting a message to one of the java newsgroups:


Grow your revenue stream!



Copyright 1999 internet.com LLC.
All Rights Reserved. Legal Notices.