0
votes
0answers
8 views

Cannot create the DataSink: java.lang.RuntimeException: No permission to write files from applets

i am trying to developed a movie recorder application the application is work when i run this as a stand alone application ,but when i am trying to launch that in applet i am getting an error like ...
0
votes
0answers
27 views

JDBC Security and properties file

I have read many reasons why I should not use JDBC in a Java applet. Then I came across this: http://docs.oracle.com/cd/B19306_01/java.102/b14355/clntsec.htm I found what I thought to be a viable ...
0
votes
0answers
33 views

loading applets locally to avoid mcafee jar scan

We have a web applcation that uses applets. Our company uses mcafee on all user machines. Local security policies are also configured that require all non-system, OS, etc files to be scanned upon ...
0
votes
1answer
51 views

Applet/Web Start securtiy

I have this serious confusion on Security for Applets and apps deployed using Web Start. My questions are, should I also update the policy file or create a user defined policy file when I, sign ...
0
votes
1answer
58 views

How do I load a my Java Applet on a Click event?

I have a div where I load a Java Applet, but the new version of Java is giving an unsigned certificate error: I would like to know if I can restrict the loading of my Java Applet ...
0
votes
0answers
59 views

Java Signed Code Applet mixed code Warning Even After Trusted-Library: true

Java SE 7 update 21 is throwing a mixed code popup for the applete . I already added Trusted-Library: true to Manifest.MF and resigned , but its still throwing this popup . I use some system ...
5
votes
2answers
91 views

Java latest update security pop up

How should I remove the security pop up from developer side? I don't want the user to keep clicking "don't block". I have all my *.jar file signed. Any help? and if I have click more information ...
1
vote
0answers
40 views

Applet fails with AccessControlExceptions when running under JRE 7u21

I have a self signed applet, which was running fine till jre 7u21 came around. Now I get the following AccessControlException when calling java.net.ProxySelector.setDefault: Caused by: ...
1
vote
0answers
83 views

Selenium WebDriver for Java Applet based websites

I have a website which uses a Java applet. I am trying to automate it using Cucumber & Selenium WebDriver. However, every time I run the website in browser, I get a java security alert (see ...
0
votes
1answer
30 views

requesting a .java.policy file from URL security risk

My client wants to use an applet to do drag and drop file transfers from the browser. We have everything working for the most part, but the .java.policy file granting the applet file system access ...
0
votes
1answer
67 views

Java Applet is not running in a browser

I am trying to run my applet in a browser, chrome/IE but I get the following message: Your security settings have blocked a local application from running Due to Oracle, changing security level in ...
0
votes
0answers
45 views

Java 7 update21 security pop ups

I am running java7 update21 and getting issues with my applets. I checked with oracle docs about java7 update21. There I got to know about refraining the use of unsigned applets and introduction of ...
0
votes
0answers
48 views

Secure Java to MySQL database methods for sandbox applets

I'm making a java applet that will be embedded in a browser unsigned. I've successfully allowed my applet to read from a mysql database thanks to DOM xml parsing. How I did this was using php to get ...
0
votes
3answers
52 views

AccessControlException: access denied - FilePermission

I am using JRE7. I have signed the jar file using jarsigner. But still I get the exception java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Program ...
-1
votes
1answer
45 views

Signed applet jar still fails for some commands

I used this code to insert data to my restful web service using restful client application as follow NewJerseyClient client = new NewJerseyClient(); Prints p = new Prints(); ...
0
votes
1answer
50 views

Keytool.exe and jarsigner.exe issues

I have finished a small game in Java and I want to upload it online. I have an HTML file that loads it properly, as well as the code being fine. However, I can't use the function File file = new ...
0
votes
0answers
79 views

Applet - Both signed and unsigned code warning message only with 1.6.0_45

I'm working with legacy code where the login is performed through an applet (as I've commented it is legacy code ;D). We've been working with several JRE versions (1.6.0_29, 30 and 43) and all have ...
0
votes
0answers
29 views

Applets, HTTPS and Windows Domain

I'm experiencing a trouble with Applet authentication over HTTPS. It seems that when I try to log in using Windows authentication account, like domain \ username, applet will remove the domain and ...
0
votes
1answer
138 views

Signed applet with valid CA still showing up as unknown publisher

Well, I tried reading pretty much all articles but I haven't found any hint. After receiving my official certificates from StartSSL I am still unable to launch my applet without UNKNOWN publisher ...
1
vote
0answers
60 views

File.exists() security exception

I'm trying to write an applet for a website that needs access to a system on the LAN, so using a network path (\\THEBOX\DIR\SUBDIR). I'm checking if the directory exists before using it: try { ...
1
vote
1answer
48 views

How can I add policy file to the jar applet which is embedded in html file

I have this HTML: <html> <title>The Hello, World Applet</title> <hr> <applet code=javaapplication4.test.class archive="JavaApplication4.jar" width=600 ...
1
vote
1answer
55 views

How to check if “Java is outdated” bar is visible on Google Chrome?

My website has a java applet that must run for complete functionallity. The problem is that some users have an outdated Java version, which makes Chrome show that annoying bar on top along with not ...
0
votes
2answers
221 views

java is insecure message when running some applets

I have Java 1.7 installed. We have a web site with two applets. When one of them is loaded I receive the following dialog. When the other is loaded I don't. Why is it that some applets cause this ...
0
votes
2answers
68 views

java.security.AccessControlException: access denied (“java.awt.AWTPermission” “accessClipboard”)

When I load my applet I get the Exception java.security.AccessControlException: access denied ("java.awt.AWTPermission" "accessClipboard"). Have googled for couple of hours and have seen the ...
0
votes
1answer
43 views

How to make data from applet secure?

I created a Java applet that will perform some computing on client side and return data to the server. But I'm afraid that client can send me some wrong data. So my question is: how I can guarantee ...
0
votes
1answer
113 views

Logically solving Java Security Error

When I open up applet I see the below security warning/error. I have googled and found the solution from http://java.com/en/download/help/error_mixedcode.xml saying to edit the options from ...
1
vote
3answers
4k views

Run local java applet in browser (chrome/firefox) “Your security settings have blocked a local application from running”

I'm trying to run a java applet (html file), but the browser keeps saying: "Your security settings have blocked a local application from running" I have tried using Chrome and Firefox but i get the ...
0
votes
1answer
69 views

No security level slide bar in Java control panel

I am unable to configure Java security settings using the Java Control Panel. With the latest Java update I can no longer run simple applets. Instructions say to reset security settings. All ...
1
vote
1answer
61 views

Java Signed Applet on Java version 6

My Java signed applet which is signed by Netbeans works well on Java's which version 7. But on version 6 it does not work.How can i solve this problem.Is Java version 6 does not allow this?.I hope you ...
1
vote
0answers
100 views

Launch an app from applet in Windows 8 & Java 7

Before updating to java 7, I could launch an app from an applet using this code. public class RIS extends Applet { public void init() { String rutamedical = getParameter("dir"); String ...
0
votes
1answer
431 views

changing manifest in netbeans (Trusted-Library=true attribute)

I need to tag JAR files with the Trusted-Library=true attribute...somehow. When I add Trusted-Library=true at the manifest, I get class not found exception. The manifest I see in Netbeans is, ...
0
votes
0answers
32 views

Phidgets with Java Applets

I'm trying to attach a phidget interface kit to my applet, and it gives me this error: java.lang.ExceptionInInitializerError at AppletTest.init(AppletTest.java:15) at ...
2
votes
0answers
545 views

Signed Java applet + JNI - JRE 7 21 Security Exception

My company uses an applet which needs JNI to access some PKI features. This is a very stable (+4 years) solution and is already in production in several clients. It's a signed (Thawte Certificate) ...
13
votes
3answers
2k views

Java applet stopped working after update to JRE 7u21

My java applet stopped working once JRE was updated to 7u21. Short summary: The Exceptions I get are: netscape.javascript.JSException and java.lang.NoClassDefFoundError. the applet worked fine ...
6
votes
4answers
1k views

Cannot launch applet using Java 7u21

So we installed the Java 7u21 release that is supposed to tighten the security for applets. Unfortunately it tightened it so much that our applet does not run anymore. Not good. The interesting thing ...
0
votes
2answers
108 views

How to run applet in Firefox without user permission

I have a Java applet which I run into Firefox. Every time when I open the page with the applet I need to give to the applet permission to run. Can I somehow configure the applet to skip this and run ...
1
vote
2answers
89 views

Integrate signed applet in java web application

I have a java applet project whichs starts a webcam and displays it on a window. I am trying to integrate this applet into my web-app, for that I have exported my applet as a JAR and included in my ...
0
votes
1answer
55 views

What are the security reasons for disabling plugin.jar /JSObject

I am developing an applet and wonder what are the exact security reasons why 'plugin.jar' is not accessible like the rest of the Java libraries and why JSObject also is disabled for security reasons. ...
1
vote
2answers
81 views

Get absolute file path via Java applet or flash

I asked a previous question about if it were possible to get the absolute filepath of a file using the html5 file API. Due to browser security issues, it is not. For an internal project, I need to be ...
0
votes
1answer
111 views

security: access denied exception in Japplet

This applet worked fine until yesterday and now it is giving me some exception. Here is the stacktrace: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" ...
0
votes
2answers
131 views

java applet socket connection issue

The code i have used for socket communication works in a program run in command prompt, but when the same code is used in applet embedded in a webpage there is a security issue. It does not connect... ...
0
votes
1answer
65 views

Adding lower restriction to Applet / Webstart

I have a simple Applet application and my code creates ImageIcon objects from the same url from the Applet. When I run the application, I get a message about unrestricted access, it scares the user. ...
0
votes
0answers
197 views

java.lang.reflect.InvocationTargetException while loading a signed jar

I am trying to take a screenshot of the desktop and upload/save it somewhere. Sample code looks like this. The java file is public class ScreenShot extends Applet { ScreenShotThread t = new ...
0
votes
2answers
55 views

Opening a window and getting its URL?

Are java applets capable of opening new browser windows and retrieving their end URL?
0
votes
0answers
103 views

Java Applet Alert

We are facing a strange issue in our environment. The users in our environment are trying to access a website which requires Java applet to connect to some website. When we are trying to open the ...
0
votes
1answer
40 views

Accessing files from a Java Applet

I'm building this desktop application in java that reads input from Standard.in (or more specifically FileInputStream), I want to (or I am planning to) make it into a JApplet. I'm not an expert when ...
1
vote
1answer
280 views

During Java applet startup, what does “Running JVM args match the secure subset” mean?

I am trying to run remote debugging on a Java applet, but cannot get the applet to connect to the debugger (Eclipse) nor will it suspend. During startup, I get the following: ... Match: digesting ...
0
votes
1answer
57 views

Using Files.walkFileTree in Applet

I'm working on the applet that reads data files from one specific folder (lets call it 'Data folder'). Number of files and their names can change over time so I don't want to add them rigidly into the ...
2
votes
1answer
346 views

Java Plug-In launch changes in response to the recent security vulnerability

How has Oracle changed the Java Plug-In launch experience for the user, in response to the recent security vulnerability? Details The JRE 1.7 Vulnerability Q&A at SO. Oracle Security Alert for ...
1
vote
2answers
699 views

How to solve java.security.AccessControlException?

I am trying to access client's temp directory through my applet on my web project. When I run the applet by itself, it gets the tempdir with no problem. When I try to get it on my project using ...

1 2 3 4 5