Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
I run a java application successfully on my mac using java launcher, but I get an error message when I want run it from my server on any browser:
Application Blocked
The application was blocked even though the host site of the html file at: "my domain" is included in the ExceptionSite List because the application refers to resources on multiple domains.
The jar file at http://error.webhost/? is on a different domain and is not also included on the Exception Site List.
Note that the jar file and my html file are in the same domain.
You need to add the http://error.webhost domain to the Exception Site List as well.
I run a java application successfully