I beleive this size difference is caused by different compiler settings.
But that isn't the problem. Here is an example html snippet that is part of a code I use for a 'do-it-all' applet I have as a hobby project. The package i compile my classfiles into is called 'site' and this is the stucture on my server:
public_html->site
this code resides in a page in the public_html directory. My class files reside in the site directory:
Code:
<applet
codebase = "."
code = "site.SiteApplet.class"
name = "theApplet"
width = "180"
height = "900"
hspace = "0"
vspace = "0"
align = "top"
>
Please have a look
Click the 'java-dev' link.
Bookmarks