applet Questions

1

I have a Java Applet. On IE, it works fine, On Firefox, Firefox frequently given a dialog box saying "The plugin is unresponsive/hung. Do you want to continue waiting for it or kill it?". In orde...
Addendum asked 3/5, 2016 at 6:0

5

Solved

This question was dogging me for a few days until I found almost a full answer but I want to share the issue first: ISSUE I have a Windows 7 pro 64 bit laptop that supports both IPv4 and IPv6 (im...
Female asked 10/2, 2014 at 1:55

2

Solved

I am attempting to generate a CAP file and an export file from the Wallet.java which comes standard in the Java Card SDK under the samples directory. I compile the class, use the converter and enco...
Papilla asked 17/2, 2016 at 15:45

0

I have a java app which is running as an applet. Since plugin support is going away in the browser, we are trying to see how well the applet will run in Java Web Start. However, our app currently ...
Fax asked 3/3, 2016 at 19:2

1

Solved

I know you ca specify a file that is going to override the java.security f java -Djava.security.properties=myProperties How can I set this parameter in a JNLP file?
Contour asked 25/1, 2016 at 17:14

2

Solved

The case: I am maintaining a Java applet which uses the BouncyCastle libraries bcpkix-jdk15on-149.jar, and bcprov-jdk15on-149.jar. Problem is when the applet is run on a JRE version 7_u40 enabled ...
Happening asked 26/9, 2013 at 13:24

1

Solved

I'm using LIBSVM. In the download package is a svm_toy.java file. I could not find out how it works. Here is the source code: import libsvm.*; import java.applet.*; import java.awt.*; import java....
Nerta asked 30/11, 2015 at 7:22

2

I have written some Java Applets and bundled them into a signed JAR. Even though the Applets are signed, they still need to be some changes on the client concerning the java.policy file. For exampl...
Achondroplasia asked 23/11, 2010 at 18:13

1

Solved

I found "Enable the operating system's restricted environment (native sandbox)" is added to Java control panel at 8u51. But I could not find any documents.
Harlequinade asked 27/7, 2015 at 5:44

4

I use Java applets in my application, today I surprisingly saw the redirect from my page and the next message from java In details I've read about Chrome dropping 'NPAPI' support Recently, G...
Crowl asked 20/4, 2015 at 18:39

2

Solved

I have an applet which signes document, and sends a document, sign, and certificate to the server side. On the server side portlet receives these 3 files, all files are stored in base64 format, but...
Citronella asked 15/5, 2012 at 4:3

1

Solved

At the moment we have developed a system that can digitally sign documents using a java applet. However with the ban of applets under chrome we are looking for an alternative solution for digital s...
Gift asked 11/9, 2015 at 14:8

5

When I run application as standalone Java program, it works well. When I run it as an applet, it throws JAXBException with following stacktrace. javax.xml.bind.JAXBException: jaxb.properties in pa...
Bountiful asked 28/8, 2015 at 10:28

0

I have an applet that successfully load jpos.xml in both WinXP and W2003SRV, with both JRE 6.045 and 7.025(yes old and outdated both), but it works. However the very same code fails to load jpos.xm...
Eleanoreleanora asked 4/9, 2015 at 20:50

4

Solved

To protect our users from maliciuos applets I wanted to disable the Java browser plug-in. In a test (JRE 7) I noticed that deactivating the plug-in also disables Java Web Start. We need to use on...
Blowup asked 14/7, 2015 at 7:36

3

We are facing this issue on our clients machine. Our project uses a third party java applet to open the files in respective softwares. On windows7 we don have any issue but we have issue on window...
Cass asked 24/4, 2014 at 13:46

3

Solved

I realize there's a million of these posts but none of them have helped me so here goes: I'm trying to deploy a very, very simple applet that will not load properly. My HTML: <html> <hea...
Briony asked 27/7, 2012 at 17:3

7

Solved

The default 64 MB max heap memory can be small for a large Java application. Are there any applet parameter to increment this for a signed applet? For a Java program this is a simple command line ...
Lecturer asked 19/9, 2008 at 13:55

5

Solved

I've read about WebSockets but they don't seem to be pure "sockets", because there is an application layer protocol over them. "ws:" Is there any way of doing a pure socket connection from a web b...
Sphagnum asked 8/11, 2011 at 13:57

16

Solved

As of Java 7u45 an applet will display a warning message (even if signed with a trusted cert) if a webpage tries to interact with it via javascript and that page isn't listed in the manifest's Call...
Handknit asked 16/10, 2013 at 1:32

3

Solved

I'm trying to sign a java applet using an spc file from godaddy. Here's the command I'm using: keytool -import -keystore codesignstore -storepass [pass] -alias [alias] -file [filename] Unfortunatel...
Kisangani asked 6/12, 2010 at 18:16

8

This is what the Java site www.java.com says: "KVM, the virtual machine for mobile devices, is the counterpart of JVM (Java virtual machine). It is used to run applets and applications written wit...
Applecart asked 12/3, 2010 at 14:27

3

i have noticed that signed applets are loaded much slower with the latest plugin (included in java 8u31 and 7u75). I have debugged the situation quite a lot and i found out that the problem is dire...
Vida asked 27/1, 2015 at 15:59

2

I just had this error message from one of my users. (IE8, Java 1.6.20 ). It is from an applet which receives instructions from Javascript and executes certain processes on the client. RangeError j...
Quathlamba asked 16/7, 2010 at 7:43

3

Solved

I am trying to deploy a test demo applet. The code of applet is presented in following import java.applet.Applet; import java.awt.Graphics; public class TestApplet extends Applet{ public void...
Lefebvre asked 22/1, 2015 at 5:22

© 2022 - 2024 — McMap. All rights reserved.