applet Questions

2

I am new here and I apologize for my bad English. I have a little problem with an Applet class served by Java Web Start technology. I have some platform dependent JAR files which Web Start downloa...
Rounds asked 26/2, 2010 at 10:43

5

Solved

I'm trying to sign a jar file with a code signing certificate issued by globalsign. I'm completely new to this but after some googling and a lot of trial and error, I executed the following steps....
Adiaphorous asked 3/8, 2012 at 13:43

3

Solved

I've self-signed a java applet, so when a user views this applet in a browser, the browser will show a digital signature cannot be verified confirmation dialog. That's all ok, however the value of ...
Testamentary asked 21/8, 2009 at 11:40

0

We were/are stung by the new security baseline requirement with Java's release of 7u45, which caused our applet not work until the end user adjusted the security settings the java control pan...
Laplante asked 17/10, 2013 at 18:44

1

Solved

Thanks to Oracle's latest changes, it appears I have to sign an applet even though I don't need or want it to have unrestricted access to the user's computer (which is why its currently unsigned). ...
Noticeable asked 20/9, 2013 at 10:35

15

Solved

When java was young, people were excited about writing applets. They were cool and popular, for a little while. Now, I never see them anymore. Instead we have flash, javascript, and a plethor...
Got asked 9/9, 2008 at 8:30

3

Solved

I get the following error on a self-signed jar: jar verified. Warning: This jar contains entries whose certificate chain is not validated. Re-run with the -verbose and -certs options for more de...
Platinotype asked 8/11, 2011 at 11:25

2

Solved

I have developed one applet and I am finding a strange behavior. This is for implemented security based application which build in GWT, Hibernate and Spring. The applet is mainly accessing browse...
Chest asked 30/8, 2013 at 5:53

2

Solved

Other questions on Stack Overflow have addressed this question, but none of the answers provided have helped me to address the issue. I'm trying to upload a file of anywhere between 10 kB to 16 MB...
Valora asked 18/9, 2012 at 11:59

1

Solved

this might be a ridiculous question. I have a signed applet which only read and write on the client's computer file system. I can purchase a digital certificate from the Well known authority like...
Tracee asked 22/8, 2013 at 17:46

2

Solved

I require AES256 encryption/decryption in a commercial web application. Currently everything is good with a key size of 128. This is not satisfactory cryptographically so my problem is how best to ...
Maddeu asked 26/8, 2013 at 0:54

3

Solved

I have already some applets ready. I tried to run it on android tablet. Will it not work at all? I am not sure? Do any one knows this? Or is it like after android. Java is not platform independen...
Thar asked 27/6, 2012 at 10:53

4

Solved

I am designing a psychology experiment with java applets. I have to make my java applets full screen. What is the best way of doing this and how can I do this. Since I haven't been using java app...
Powered asked 10/1, 2009 at 14:41

3

Solved

Java is one of the best managed runtime technologies we have. It has very high performance VM which allows to achieve performance close to C. The amount of high quality open source libraries ...
Anchovy asked 29/8, 2012 at 10:30

1

I'm embedding a Java applet like this: <object type="application/x-java-applet"> <param name="codebase" value="/path/to/jar" /> <param name="archive" value="myapplet.jar" />' +...
Penetrate asked 21/12, 2012 at 11:24

5

Solved

I have been trying to figure out how to make a visible image move diagonally in an applet window. If you press up, down, left, or right the image (a gif) moves accordingly, however if you try to ...
Omnirange asked 7/8, 2013 at 19:28

3

I have bunch of image files in a zip file which I am reading using ZipInputStream and Iterating over ZipEntry from an Applet. ZipInputStream zis = new ZipInputStream(in); ZipEntry ze = null; wh...
Peek asked 23/1, 2012 at 13:54

1

Solved

I ran across an issue when attempting to port an application over to JApplet so it can run on a browser. Program Contents: Jar file. Contains my CustomClassLoader implementation. Stored on websi...
Jameejamel asked 30/7, 2013 at 10:27

1

Solved

My problem is : When I tried to export my applet, I couldn't find the 'main class'. When I double click on the exported jar file, nothing appears, but when I compile my code it works fine! The co...
Livestock asked 26/7, 2013 at 16:35

5

Solved

I am trying to call JSObject.getWindow(this) in the init method of JApplet but it is not able to resolve the symbol getWindow. this problem is specifically happening with a javafx applicatio...
Puree asked 19/12, 2012 at 13:55

1

Solved

I am having trouble adjusting line thickness. Can I do that in Graphics or do i have to do it in Graphics2D? If so, how do I alter the program to make it run? Thanks! import java.applet.Ap...
Etheleneethelin asked 8/6, 2013 at 2:6

4

I'm pretty new, so don't be too harsh :) Question(tl;dr) I'm facing a problem passing an unicode String from an embedded javax.swing.JApplet in a web page to the Java Script part. I'm not sure th...
Viceroy asked 3/5, 2013 at 13:22

4

since recently I think we are forced to use IcedTea to run applets in Ubuntu 11.10. At least I don't see how to install Sun Java from the Software Center. I would like to debug an applet which giv...
Execrable asked 16/11, 2011 at 19:22

1

Solved

Since the latest Java update, two of my applets are displaying a warning pop-up to our users even though both of the jar files we are using are signed. I have verified they are signed using t...
Alisa asked 8/5, 2013 at 13:1

5

I have created an applet that opens a JFileChooser to select a file on the click of a JButton. It works fine when I run it in Eclipse. When I embed it in an HTML page with the applet tag nothing ha...
Aeolus asked 18/5, 2011 at 18:8

© 2022 - 2024 — McMap. All rights reserved.