Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q4057 I found a great "thing" on a site and would like to use it. This "thing" I assume is in Java and I think it is called an applet. There is an associated file with it called "fw.class". How do I create a html file to run this "applet"?

You are here: irt.org | FAQ | Java | Q4057 [ previous next ]

Write a html page with:

code = "fw.class"
codebase ="http://yourfoundsite.com/complete_path_where_you_found_that_class"

If the site has given public access to access their resources then it should work. Otherwise ask them for free download and test it on your site.

©2018 Martin Webb