Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8247333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:48:48+00:00 2026-06-07T22:48:48+00:00

I have a Applet that extends from JApplet and 5 another classes that interact

  • 0

I have a Applet that extends from JApplet and 5 another classes that interact with this JApplet one, but I need to put this applet in my HTML page.

How can I do that ?

I Try the follow code

<applet archive="test.jar"
    width="100" height="100">
</applet>

both files (HTML and JAR) are in the sme directory, but nothing happens…no errors….but my applet don’t loaded.

I read something about Manifest but I can’t put it because I extend from JApplet

EDITED: Code
My main class called FormMain

public FormMain() {
    super();
}

/**
 * Initialize GUI.
 */
public void init() {

    try {
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    } catch (Exception e) {
    }

    this.setSize(515, 560);

    this.setContentPane(createContentPane());

    this.fingerprintSDKSample = new Util(this);
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T22:48:50+00:00Added an answer on June 7, 2026 at 10:48 pm

    CODE, WIDTH, and HEIGHT are mandatory attributes for an applet tag. You have not defined the Code attribute.

    If your start() section is in a file called someclass.class, you need to specify the code parameter in your applet tag as follows:

    <applet archive="test.jar"
        width="100" height="100" code="someclass.class">
    </applet>
    

    Reference

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an applet that throws this exception when trying to communicate with the
I realsie that similar questions have been answered here about this problem but im
I have created a simple applet and HTML document, but when I open the
I have a very simple java applet that I took from here: http://docs.oracle.com/javase/tutorial/deployment/applet/subclass.html import
I have an applet that is communicating with a servlet. I am communicating with
I have an applet that communicates with a servlet using Http (Not sockets). Currently,
I have an Applet that is required to run with some privileges, meaning a
I have a Java applet that is meant to run only on Windows. (It
I have an Java applet that loads native code through JNI. Everything worked just
I have a flash applet that I want to grab a remote XML file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.