JaPerk14
JaPerk14

Reputation: 1664

Java applet not working in firefox

I'm sure this question has been solved, but I can't seem to find the answer I'm looking for. I'm trying to display an applet on firefox, but I can't get it to display with firefox warning me about security vulnerabilities. I first started with Java SE 7. I tried installing Java SE 6 to see if it would fix the problem, but that didn't work. Could someone please help me resolve this problem?

Upvotes: 1

Views: 3025

Answers (1)

Aditsan Kadmus
Aditsan Kadmus

Reputation: 106

I think that problem is related to the security issues in java SE 7 -7u10 jdk- (which because of it I had simular problems opening Java applications on different browsers) http://www.csoonline.com/article/724327/oracle-s-java-security-update-lacking-experts-say

see also http://blog.mozilla.org/security/2013/01/11/protecting-users-against-java-vulnerability/

But I once made it work I think there's a small link somewhere so that you can proceed but take responsibility for your own actions !

Upvotes: 2

Related Questions