mixed-code
Java unsigned code to signed code calls (Webstart)
I\'m trying to make calls from unsigned code to signed code with a Webstart application. The calls are made to a function that returns System.getProperty values. Ofcourse this cannot happen in the uns[详细]
2023-03-30 23:38 分类:问答STL map for an struct defined in ANSI C
I am coding in a mixed C/C++ environment. I have an struct in C part and I would like to collect it in a map container in C++ part.[详细]
2023-02-26 23:30 分类:问答Mixed Bag of HTML and PHP
In my PHP page, I am extracting a bunch of variables from the URL, and formatting their output into a nice HTML table.One section in the table needs to be dynamically created, dependent upon what was[详细]
2023-02-19 14:01 分类:问答avoid to show double popup security alert of my java applet
I created a java applet that uploads a file to a server via ftp, it uses an external library by apache, I signed my applet but when I start the applet from the b开发者_StackOverflowrowser I get two se[详细]
2023-02-13 16:46 分类:问答Mixed code warning for unsigned java applet because of WMPNS.jar
I\'m using unsigned applet on my website. Since java 1.6u19 mixed code warnings started to appear. This is strange, because applet is just a single jar and it\'s not using any external resources.[详细]
2023-02-09 09:23 分类:问答Why is suddenly this java security warning shown on our applet
A customer got this Java security warning on one of our ancient java components on a web site we develop:[详细]
2023-02-09 04:18 分类:问答java.lang.SecurityException: class "org.apache.log4j.Logger" does not match trust level of other classes in the same package
For an java web application, I got this error when using JRE 1.6.0_22 java.lang.SecurityException: class \"org.apache.log4j.Logger\" does not match trust level of other classes in the same package开[详细]
2023-02-04 18:25 分类:问答Can't see how to compile a header file with /clr switch in a mixed class
When creating a mixed mode class, on compilation the header file complains that it needs to be complied with the /clr switch开发者_JAVA百科 as it is a mixed mode class, however, I can\'t see any optio[详细]
2023-02-03 14:21 分类:问答How to avoid Java security exception due to mixed code
I have an applet which is present in a signed jar. This applet uses another 3rd party jar file which is unsigned.[详细]
2023-01-12 21:47 分类:问答Why does Java tell me my applet contains both signed and unsigned code?
My signed Java applet has been running fine until Java update 19.Now some but not all of our users on Java Update 19 report a java security message开发者_运维百科 stating that our applet contains both[详细]
2022-12-26 12:50 分类:问答