applet Questions

4

Solved

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 th...
Stendhal asked 18/4, 2013 at 12:48

4

Solved

After many years of successfully maintaining an applet that uses the good old: <script src="foo.js"></script> method of embedding a Java applet, we're unable to cover our ears and ...
Taryntaryne asked 22/11, 2012 at 17:44

4

I developed jnlp applet which prints out the user input. When I put odd number of non-english characters(eg: chinese), chrome browser prints out the last character as question mark. input : 가 out...
Tanked asked 21/3, 2013 at 2:32

4

Solved

How can I use RMI with a applet client behind a firewall? How can I use RMI with a firewalled server and firewalled applet client? (If possible) I know that the RMI server uses port 1099 (by defa...
Conquian asked 22/1, 2009 at 14:45

3

Solved

Since Apple forced the update to JDK 7 on Mac, old AWT applets no longer support copy/paste. For example, if you visit: Simple AWT Textfield Example you cannot copy and paste into the applet text...
Zamindar asked 25/10, 2012 at 18:2

3

Solved

My signed Java applet has been running fine until Java update 19. Now some but not all of our users on Java Update 19 report a java security message stating that our applet contains both signed and...
Inurbane asked 9/4, 2010 at 14:48

2

I need some help to handle following scenario. I am using two applets which requires the same native library (.dll) file. So when I run the applets from the web pages, for the first time fi...
Feticide asked 16/9, 2010 at 7:8

7

Solved

When using Safari on Windows 7 to load any page containing any Java applet, the following alert appears: "Java is Unavailable or Not Installed. Do you want to go to a page where you can down...
Unselfish asked 27/6, 2012 at 22:18

2

I'm using netbeans 6.1. I've got the following in my java run time settings: -agentlib:jdwp=transport=dt_shmem,address=jdbconn,server=y,suspend=n and the following in the attach dialog in netbea...
Freehold asked 21/3, 2011 at 15:48

1

This is literally my first question about Java, so bear with me. I built a stupid simple applet class called HelloWorldApp.class from this code: import java.applet.Applet; class HelloWorldApp ex...
Homesick asked 28/1, 2013 at 21:29

3

Solved

We have a case where clients seem to be eternally caching versions of applets. We're making use of the <param name="cache_version"> tag correctly within our <object> tag, or so we think...
Redhead asked 15/9, 2008 at 20:56

1

Solved

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...
Dantedanton asked 2/2, 2013 at 5:47

1

Solved

Recently security vulnerabilities were discovered in the Java Plug-In1. As a protection for the end user, Java in most browsers was disabled promptly. What do the 'Java disabled' warnings look like...
Petepetechia asked 23/1, 2013 at 19:24

1

I developing tetris game using applets. I have generated random shapes and making it move. But i don't know how to make it settle at the bottom. My shapes are vanishing once it reaches the end of t...
Roar asked 21/1, 2013 at 6:22

2

Solved

I've read so many articles/explanations on this and spent too many hours, but everything is either too broad or specific. This question really only applies to an Applet I've made. It contains one ...
Causality asked 16/1, 2013 at 1:42

5

I want to create an application where a web server can get the MAC Address of the clients logging in. The only possible way I could think of was to create a JAVA applet which contains java.net meth...
Wernsman asked 17/12, 2010 at 5:18

4

I want to move an applet from a div element to another div element without reloading it. I don't want to use absolute positioning. Is there a way to do this ? I try this but it's not working: &lt...
Hirza asked 22/8, 2012 at 11:4

4

Solved

I am developing an .aspx page which will ultimately launch an applet after the user clicks on a button (I am using the <applet> tag). So, I would like to detect if java is enabled/installed o...
Indole asked 24/7, 2009 at 11:28

1

Solved

I am trying to make a basic Java applet to open a file on the client's computer for them. I would like to call the openFile function in the Java applet below via JavaScript. import java.awt.Desktop...
Olson asked 24/12, 2012 at 4:10

1

Solved

I built a simple Java applet which works perfectly locally. When I Upload my website to Azure (as a Cloud Service), it shows a gray box. I tried Win XP, Win 7, JRE 6, JRE 7 and different browsers....
Despoil asked 19/12, 2012 at 14:38

2

Solved

Signed Java Applets have the same security clearance as a normal Java application running on the client. For a particular project, I need these permissions, and I need to perform privileged operati...
Theocentric asked 17/6, 2009 at 12:25

1

Solved

I have been looking around for awhile and can't find a method for disabling dragging a JIntenal Frame. Any help would be appreciaed -TYIA, Roland Please keep in mind this is an applet, import jav...
North asked 9/12, 2012 at 1:20

3

Solved

After installing the Java for OS X 2012-006 update, the Java Preferences app, for configuring applets and, more importantly for me, Java Web Start apps has gone. The tech note about this update say...
Pounce asked 8/11, 2012 at 12:28

1

Solved

Sorry for the awful title. The purpose of the Java applet is as such: A ball is bouncing around the screen. The size and speed of this ball can be changed via scrollbars. The user can press and dra...
Sieve asked 7/11, 2012 at 0:55

1

Solved

In code I am calling repaint() method from init() method but Output is not as per I expect. I called repaint() method 10 times but It called paint() only once(See Screenshot of O/P). Am I making an...
Trigon asked 6/11, 2012 at 18:9

© 2022 - 2024 — McMap. All rights reserved.