Main menu

Pages

Applet in JAVA with Browser Solution

Applet in JAVA with Browser Solution

In this tutorial we are going to create a Java program with (Netbeans IDE) that run in a Web Browser for example (Internet Explorer), in other ways an Applet.




The Steps for creation of the Applet :
  1. New Project -> Java Class Library
  2. Applet Project -> new -> Japplet Form and run
  3. New Project -> Web Application
  4. Web Project -> Properties -> Packaging -> add Project … jar Applet project
  5. Web Project -> new -> htlm file -> Write in for example !! and then run project.
The Steps for Browser Problem (Internet Explorer) :
  1. Configure IE Browser -> https://www.java.com/fr/download/help/enable_browser.xml
  2. Go to java Configure -> sécurity -> choose level -> modify the list of sites copy and past the url html file -> https://www.java.com/fr/download/help/jcp_security.xml

Comments