access denied (java.net.SocketPermission 127.0.0.1:8080 connect,resolve)

后端 未结 10 1145

I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html:



        
      
      
      
10条回答
  •  一生所求
    2020-12-03 08:58

    I don't think is possible to made the crossdomain.xml file more restrictive, at current time Java applets only support the (domain="*")

    see here http://www.oracle.com/technetwork/java/javase/index-135519.html#CROSSDOMAINXML

提交回复
热议问题