Java Run Java Applet on Website: Troubleshooting Guide

  • Thread starter Thread starter Teck
  • Start date Start date
  • Tags Tags
    Java
Click For Summary
Running the Java applet from the specified website is hindered by Java's security settings, despite adding the site as an exception in the Java control panel. To bypass this issue, users can download the applet's source code and execute it locally. One option is to use the applet viewer command, which is detailed in Oracle's documentation. Additionally, there are suggestions to convert the applet into a Java application, although the provided code may be outdated. Another alternative is to install the Java applet plugin in the browser to enable applet execution directly.
Teck
Messages
7
Reaction score
1
I'm trying to run this java applet on this website: http://astro.u-strasbg.fr/~koppen/discharge/discharge.html

But the security settings in java doesn't allow it. I have added the website as exception in the java control panel, but it is still being blocked.

How to run this java applet?
 
Technology news on Phys.org
You could download the source and run it directly on your machine. I think there is a command to run Java applets or you could modify it into a java application and it it that way.

Try the applet viewer command:

https://docs.oracle.com/javase/10/tools/appletviewer.htm#JSWOR612
Here’s some code that might work to convert it to a java application but it may be too old or deprecated.

http://ecomputernotes.com/java/awt-and-applets/appletfromcommandline
Alternatively, you could install the Java applet plugin into your browser.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
6K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 8 ·
Replies
8
Views
12K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K