-
Java Applets
Hello everyone. I'm new here and have little java knowledge (engineers don't really know too much about CS ) Anyway, I am trying to code an applet which will work as a counter for my website. It works inside of the IDE, but when I put it into the page, it claims the class file cannot be found. This may be a HTML question, but I have no idea why it cannot find this class. Any help or suggestions?
-
If you have uploaded your class file(s) then you have probably an error in the
codebase specs.
eschew obfuscation
-
do you have this in you're HTML.index?
<APPLET CODE="YourClassHere.Class" WIDTH=000 HEIGHT=000>
</APPLET>
make sure class is in the same directory as the html index
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks