Hi,
you want to launch a Java Applet and you get an error like this AccessControlException => java.net.SocketPermission” “192.168.100.10:8888” “connect,resolve.
This error typically occurs when you start an applet and this applet want to open a socket connection to an different IP Address or TCP Port as the applet came from. Since Java 8 such action would blocked.