126 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
184
views
SIM Binding in android application
Have to create an application which has to identify the SIM. Check whether the same SIM is placed in the phone or not, proceed only when same is presented on registration like how UPI apps are working....
0
votes
1
answer
195
views
Why access denied (java.lang.RuntimePermission setSecurityManager) in my java Applet?
I had an existing very very old java applet which use :
<dependency>
<groupId>com.al6</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version&...
0
votes
0
answers
23
views
Which controls are performed before downloading a signed-applet?
The problem:
I'm working on a legacy project (with unreliable documentation) featuring some signed-applets, compiled with a specific jdk (1.6.0_45) that's been handed down from dev to dev along with ...
user avatar
user14164389
1
vote
1
answer
1k
views
We are using the Java Applet technology in our product. Is there an alternative to Oracle's Java Web Plugin provided by another vendor?
Oracle is planning to make its JRE paid from Jan 2019 onwards. We need to find another vendor that supplies the Java Web plugin for free. Do any of the OpenJDK vendors provide this plugin?
Oracle ...
0
votes
0
answers
44
views
Is it safe to place pkcs8 and crt files in a signed jar
Will these files be protected/encrypted in a signed jar that may be distributed publicly?
The intent is to have the jar run a mini web server that contains a cert for localhost.somedomain.com
...
1
vote
1
answer
1k
views
Replace applet with alternatives
Our app heavily makes use of applets to check-in (upload) and check out (download) files from users machine. Can someone please confirm what are the alternatives for applet (as it is going to be ...
0
votes
0
answers
49
views
Applet jar reload problems
Applet jar was loaded first time successfully in Web browser using netbeans. After that I reload my webpage - it shows error "Error clicks for details..." and I am
configured latest Java ...
1
vote
1
answer
448
views
signed applet blocked on webbrowser with reverse Proxy ('Unknown Source')
I'm having problems to deploy a signed applet (certificate from a trusted CA) on a new webserver. It is running fine on my old webserver, but when I transfer it to the new host, it is blocked by Java ...
0
votes
1
answer
450
views
How can I call a web applet method via JMeter
I have a java web applet which tries to connect to a hardware token through PKCS#11 and sign a String. When the web page is loaded the sign applet is loaded either. When a dialog comes up in the web ...
0
votes
1
answer
288
views
Upload file from desktop to Java applet application
How I can upload a file from desktop to Java applet application?
Create upload button.
Browse thought the desktop and choose the file.
Then create a link that enables the user to click on and open the ...
1
vote
1
answer
3k
views
Java Applet init's very slow - java 1.8. u60
I have some troubles with Java Applets since my Customer updated his Java Environment to Version java 1.8. u60.
The Applet init is always horrible slow on page request.
The Problem appears only in IE ...
1
vote
1
answer
2k
views
How to determine if an Applet is Signed and display the provider of the certificate e.g. Digicert and the expiry date of the certificate
I want to check if a Jar File is Signed, the response should return the following details
Certification file provider e.g. Trusted CA, Digicert, Norton etc
Expiry Date of the signature if any
Date ...
0
votes
0
answers
81
views
Method of signed Applet not working on Javascript call
I need to read/write on client machine.
I followed this post and successfully got it to the point where the "Security Warning" message appears. But when I am making the call to Applet method from ...
3
votes
0
answers
2k
views
AccessControlException when Applet tries to access java.io.tmpdir
I have a signed Applet that loads images. Applet has background threads retrieving images from server.
Initially Applet loads images with no problem, but after loading about 7 images I'm getting ...
0
votes
0
answers
218
views
Applet java.lang.NoClassDefFoundError - JVM Runtime Classes
I am using an applet that will be called by JavaScript in the background to access the clipboard and copy the contents. I am using the below code to load the applet in my JSP file.
var attributes = {...