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.
- New Project -> Java Class Library
- Applet Project -> new -> Japplet Form and run
- New Project -> Web Application
- Web Project -> Properties -> Packaging -> add Project … jar Applet project
- Web Project -> new -> htlm file -> Write in for example !! and then run project.
The Steps for Browser Problem (Internet Explorer) :
- Configure IE Browser -> https://www.java.com/fr/download/help/enable_browser.xml
- 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
Post a Comment