applet Questions
4
I am currently working on a project with a lot of security and I am having a bit of a problem choosing a technical solution to satisfy my customer need.
First things first, let me explain you the ...
Coactive asked 18/3, 2014 at 13:37
0
Starting from JRE 1.7 update 55, in some circumstances (not always, expecially if i call application by host-name instead of by IP), security warning is always shown, even if i check "Don't show th...
Ingest asked 16/6, 2014 at 6:39
3
Solved
I work for a government science based agency that provides a lot of technical information through our website. Web development is not really our strong suit, but we get by. A lot of our current con...
Seise asked 16/7, 2012 at 22:15
6
I am getting the following error while loading a java applet on JRE 1.7u45.
java.lang.SecurityException: com.sun.deploy.net.JARSigningException:
Found unsigned entry in resource #name of the ap...
Shari asked 18/10, 2013 at 2:54
10
Solved
I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html:
<applet id="applet" code="SomeCode.class" archive="lib.jar" Width="1" Height="1"></applet&...
Redskin asked 9/11, 2010 at 15:6
2
Solved
It is years since I have worked in Java (that's my excuse).
I am trying to launch a Java Swing UI as an Applet (previously done via Web Start).
I have modified the jnlp file to reflect the change...
Daph asked 4/5, 2011 at 17:22
8
Solved
1
Solved
We purchased a code signing certificate for signing applets, but we get the following error when signing an applet.
C:\CM\WEB-INF>jarsigner -keystore code_signing.keystore C:\CM\SweetApplet.ja...
Chon asked 14/3, 2014 at 21:38
7
Solved
For our eLearning project in our university, we are using Java applets to show some interactive stuff (like some interactive function plotting or some simple question/answer system or other interac...
Mineraloid asked 26/7, 2010 at 13:55
7
Solved
Is there any way to have some persistent data (like an XML file or so) apart from cookies at client side? I know that's not possible with JavaScript directly. But any other way like Applets or some...
Airline asked 25/11, 2010 at 15:10
0
I need to write an applet that reads info from smartcards, I based my script on the code example provided by @Jovo Krneta here.
My concern is about this specific piece of code:
keyStore.load(null...
Boozy asked 27/2, 2014 at 16:24
3
I have a JNLP applet that is run on a 64bit computer with both 32 and 64 bits JVM installed.
The JNLP must run on the 64bit JVM in order to execute correctly. Is there a way to force the use of a 6...
3
I have a small problem but I don't know to fix it. I create simple Applet in which should be simple digital clock. I created all methods correctly but repaint methods doesn't repaint my applet. Can...
1
Solved
I am currently having a problem with JFrame and Images. This program uses an Applet then adds it to a JFrame in a different class, so it can be ran as either an Applet or an Application. Currently,...
Fishery asked 1/2, 2014 at 20:11
3
Solved
I have a Java applet that I need to deploy on my website.
My website has a lot of pages and the applet appears on a number of them. My website's base domain is www.mycompany.com. But the applet wi...
1
Solved
I'm deploying an applet with the next variables in the manifest:
Manifest-Version: 2.0
Ant-Version: Apache Ant 1.8.2
Trusted-Library: true
Permissions: all-permissions
Application-Name: My App...
2
Solved
Or is the signed applet associated with and considered signed only when downloaded from a specific domain (i.e., the domain you used as part of your CA identity verification)?
My situation: I crea...
Outthink asked 22/1, 2014 at 17:17
3
Solved
We have a Java applet that needs to run with full trust.
While developing and during pre-release tests we sign it using a self-signed certificate (the production version is signed with a real code...
Dermatologist asked 21/6, 2012 at 11:5
4
Solved
I'm using maven-jarsigner-plugin to sign a shaded uber-jar of mine. I do need to distribute some dependencies in their own jars though, and want to take those jars from a Maven repo, clear them of ...
Kwashiorkor asked 9/1, 2014 at 17:12
4
I have a Java Applet which needs access to the local filesystem of the client. I have created a simple certificate for my own (it is NOT certified by Verisign,Commodo, ...). I signed the jar with t...
Downs asked 24/10, 2013 at 11:19
4
Solved
Refer to New security requirements for RIAs in 7u51 (January 2014) .
RIAs must contain two things:
Code signatures from a trusted authority. All code for Applets and Web Start applications ...
2
Solved
I am developing at a company where a jnlp file is used to start a swing web based java application. It has plenty of jars that are downloaded to the client's jvm cache. When I updated my jvm to its...
Papageno asked 6/1, 2014 at 9:48
0
Runescape is a large online game with a pure-Java client which runs in the browser as a signed applet. It is pretty unique in that regard, with the other major example I know being Yohoho Puz...
Hilly asked 15/12, 2013 at 10:29
1
Solved
I'm signing the JNLP file used by my RIA, in preparation for the coming tighter security restrictions in 7u51, due in January. The webstart version is working great, but I've run into a problem whe...
Quent asked 6/12, 2013 at 16:59
4
I would like to replace Java Applet which currently needs to use client's resources, i.e. external readers, and to communicate with a server via socket.
Reason:
1. I have thousands of client machi...
Keratoplasty asked 5/12, 2013 at 7:58
© 2022 - 2024 — McMap. All rights reserved.