DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Thread: Java Applets

  1. #1
    Join Date
    Mar 2005
    Posts
    1

    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?

  2. #2
    Join Date
    Nov 2004
    Location
    Norway
    Posts
    1,560
    If you have uploaded your class file(s) then you have probably an error in the
    codebase specs.
    eschew obfuscation

  3. #3
    Join Date
    Feb 2005
    Posts
    103
    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links