Tagged Questions
0
votes
1answer
457 views
How to make Internet Explorer support Java applets?
I have set JAVA_HOME and put JAVA_HOME/bin to PATH variable.
But Internet Explorer still doesn't support Java applets. Why?
0
votes
1answer
631 views
How to trust a jar file in IE
We are testing a java application with an unsigned jar file (which we'll sign in time). One tester, on being prompted with standard security warning, selected NO to not trust an application jar file.
...
0
votes
2answers
507 views
Is it possible to run Java applets in IE when running under wine?
Where I work we develop a web based application that happens to use applets, however most of us do not run Windows, and so it is not easy to test internet explorer "natively". Setting up internet ...