Tagged Questions
1
vote
0answers
46 views
Checking if Java Platform SE is enabled on Firefox
I want to run applet on client system but before that I want to check if java plugins are installed and enabled
There are two java plugin in Firefox.
Java Deployment Kit
Java Platform SE
I want ...
-1
votes
0answers
254 views
Applet security exception: firefox
I have an applet that I'm trying to run on a webpage. Right now I'm just testing with Firefox and when I try to load the page the applet isn't running and clicking on it brings up a box saying:
...
1
vote
1answer
26 views
Applet tag fallback / alternate content
In Chrome and Firefox if the Java plugin is disabled it simply displays the "plugin disabled" box in place of the applet. However, I need it to display the alternate content instead.
<applet ...
1
vote
1answer
47 views
Call Applet.getMethod() with javascript throws error msg : TypeError: Applet.getMethod() is not a function
I have an applet that use JMF libraries, called like this :
<object id="cameraViewer"
classid="java:MyApplet.class"
type="application/x-java-applet"
archive="myapplet.jar" ...
-1
votes
0answers
56 views
Applets in Firefox with JRE 7 [closed]
How to run game applets in Firefox with reference to JRE 7 installed? It throws a security exception. The applets continue to work if referred to JRE 6 folder in program files. ThankYou. I affected a ...
0
votes
0answers
27 views
Invoking Applet Methods - Firefox 12 bug
I have one problem with Firefox 12 (newer Firefox works well, and another browsers works well too).
In Firefox 12 MyApplet is undefined.
In another browsers everything works well.
In newer Firefox ...
0
votes
0answers
136 views
uncaught exception: netscape.javascript.JSException: No such method “_onKeyboard” on JavaScript object - Firefox bug?
I am trying to test my dojo based javascript code by doh, a test framework ordered by Dojo.
But the following error occurs and the test case could not be run.
uncaught exception: ...
0
votes
0answers
165 views
Your browser is completely ignoring the APPLET tag
I am trying to view source code of a webpage made in applet with IE and Mozilla,
but I am unable to view the source code - it shows only:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 ...
2
votes
1answer
224 views
Applet popup gets a hovering warning icon outside the dialog
We're using Firefox 18.0.1 deployed in a kiosk-type environment to run a signed applet. Both the JDK and the JRE are JavaSE 7u11. The signed jar lets us do all the things that a sandboxed applet ...
1
vote
1answer
77 views
Firefox ESR - only one VM is opened when loading the same applet two times in two different tabs
I am using Firefox ESR 10.0.10. When I open the same applet twice in two different tabs only one console is opened. For me it looks like both instances are in the same VM. If I open now a third tab ...
1
vote
2answers
194 views
How can I test Java applet with different Java versions in Firefox?
How can I test Java Applet application in the Firefox with different Java Plugins versions?
For instance, with Java 6 and Java 7?
Is there a way to guide Firefox to the correct java.plugin.dll?
...
1
vote
1answer
223 views
Model dialog opened from Applet is placed behind Applet when changing Browser tabs
The applet consists of following code:
public class TestApplet extends Applet {
public TestApplet() {
EventQueue.invokeLater(new Runnable() {
@Override
public void run() {
...
0
votes
0answers
129 views
Java Control Panel Causes Applets to Freeze
I'm running 32bit Ubuntu 12.04 and oracle jdk1.7.0_05. When Java control panel is set to open applet doesn't load. I then have to delete the .java file and set the control panel to not open and then ...
1
vote
1answer
487 views
Applet deployment javafx 2.2, firefox, ubuntu
I try to have my javafx applet working under Firefox, Ubuntu 12.04 x64, using JDK 1.7u10 b06 x64
The test on this page works (but doesn't use javafx):
...
0
votes
1answer
890 views
window.opener reference is changed during redirect from Applet in Java 1.7.0_04-b20 but not in 1.7.0_03-b05
I ran into an issue with the javascript property window.opener (which keeps a reference to the window that opened the popup) in conjunction with a redirect from within an applet. Whenever a redirect ...
0
votes
0answers
125 views
Firefox doesn't load IcedTea applet; “Peer is Null” error
I built icedtea-web with the downloaded from the IcedTea project's page and installed icedteaplugin.so for Firefox to use for executing applets. However, I can't get Firefox to actually execute ...
2
votes
0answers
145 views
Problems with Applets that contains Java3d in Mac OS Lion and Snow Leopard
i am using Mac Lion OS, and when i use applets with java3d components, graphics are not displayed, however after you "travel" with a Terminal Window (for instance) in front of the browser where the ...
0
votes
4answers
451 views
How do I remove the 'Applet Started' message in the status bar of Firefox/Chrome on Ubuntu?
This is for a kiosk application where this message is not desired. It's odd because Mac doesn't display this message in either browser -- seems to only happen on Ubuntu.
0
votes
1answer
410 views
Java-Applet will not release focus in Firefox
I have an Java Applet with some TextFields. When I Click in any TextField, it gets the focus, I see the caret and I can write my text. OK.
But now I ckick in the address field of the Browser, I get a ...
1
vote
3answers
2k views
Applets are not running in my IE8 and firefox6.0.2
I have an Hello world applet,taken from book example.
HelloWorldApplet.java
import java.awt.*;
import javax.swing.*;
/**
* @version 1.22 2007-06-12
* @author Cay Horstmann
*/
public class ...
3
votes
2answers
340 views
Remote site and client private keys
I have a bit of a difficult situation in that I need a way for a client connected to an ASP.NET MVC site to sign and decrypt blobs with their private key, such that the server never sees the private ...
1
vote
4answers
515 views
How to override firefox cache?
I'm using Firefox to view my applets, but when I make changes it's still the old version that Firefox is displaying. The only way I can change the version Firefox is showing me is by changing the ...
1
vote
1answer
325 views
Java applet is very slow in newest version of mac Firefox
I'm running a Java applet, made in processing, as part of a web application. It's a simple applet that has bouncing balls that move around the applet.
This runs at normal speed in Windows Firefox 5.0 ...
2
votes
2answers
1k views
Java applet: How to tell the browser (Firefox) where to look for libraries (jars)
I have written a Java applet class and made a small HTML page to include it via the <applet>-tag.
(This is running locally on my disk drive for the moment)
This works well, that is, the applet is ...
2
votes
1answer
6k views
How to specify correctly codebase and archive in Java applet?
I use firefox version > 3.5 (3.5.,3.6.,4.*) and I try to specify archive and codebase property correctly but it doesn't work. My main class for applet is situated in the archive and some necessary ...
0
votes
2answers
210 views
Run an applet in an address space different from the one of Firefox image
I'm dealing with a very specific problem. I'm developing an applet (no, unfortunately they want an applet, Java Web Start is not applicable) that needs to access Firefox certificate store.
Mozilla ...
5
votes
2answers
1k views
How to get the current Firefox profile path from within my applet
I'm using Network Security Services for Java (JSS) by Mozilla in my applet in order to allow some low-level interaction between my (signed) Java Applet and Mozilla Firefox.
One of the first problem ...
1
vote
1answer
814 views
Applet issues in Firefox 4
I add an applet to the html page in my extension. The following line of code raises an exception:
try {
document.Applet.isActive();
}
catch(e) {
...
0
votes
1answer
1k views
Applet causing error
I add an applet to the html page in my extension. The following line of code raises an exception:
try {
document.Applet.isActive();
}
catch(e) {
...
4
votes
4answers
1k views
Getting Clipboard Access in an Applet for Ubuntu Firefox
I'm running a 64-bit Ubuntu with an applet in Firefox. When the applet attempts to read the clipboard. I get this error:
Error: uncaught exception: LiveConnectPermissionNeeded access denied ...
1
vote
3answers
4k views
Applet will work in IE, but not firefox
So I have created an applet that creates a file on the local hard drive, and eventually uploads it to a CGI that I have created.
When run on IE, the applet works fine, and creates and uploads the ...
1
vote
1answer
2k views
Weird problem using sun.security.pkcs11.SunPKCS11: The specified procedure could not be found?
I'm developing this application to be used speceifically with Firefox (it's for internal use). Basically, we're using the sun.security stuff to read Firefox's KeyStore and sign data with the certs we ...
3
votes
1answer
5k views
Linux (Ubuntu) Java plugin and console
I'm trying to test a Java applet in Firefox in Ubuntu 10.10. Unfortunately it doesn't work out of the box. I have two issues:
By default the IcedTea plugin was used, which I don't trust. I installed ...
0
votes
3answers
198 views
Extension Development: Frozen Firefox scrollbar and dis-functional hot-keys
I am writing a Firefox extension which creates a Java applet in the page.
function addApplet(aDocument,url,classfile,archive) {
if (navigator.javaEnabled()) {
var anApplet,body;
body = ...
4
votes
2answers
695 views
Why signed applet couldn't write files to the client file system using firefox?
I have an applet (java) that writes some files to the client file system. In Chrome and IE work perfectly and firefox too, only if I run it with Administrator permissions . (righ click -> Run as ...
1
vote
1answer
566 views
How to call javascript from applet without use showDocument?
I'm using
getAppletContext().showDocument(new URL("javascript:" + command));
to call javascript from applet.
But sometimes in firefox this doen't work, I don't know why.
So, now I'm trying to ...
3
votes
3answers
825 views
Why does Firefox terminate my applet after 20 seconds?
I have a simple applet on a web page like this. (This is a test case cut down from a more complicated applet).
package test;
import java.applet.Applet;
@SuppressWarnings("serial")
public class ...
2
votes
0answers
655 views
Applets & client certificate authentication
I have an applet that loads its jar dependencies from a server using SSL + client certificate authentication.
The web page that loads the applet is already authenticated using a client certificate.
...
1
vote
1answer
2k views
Viewing word office document in java applet inside firefox
I am trying to view a .doc/.docx microsoft word files in a webpage on firefox. When all failed i tried creating an applet that will hold an instance of Word OLE to view the document.
I created the ...
0
votes
1answer
1k views
Strange Lightbox / iframe / Java applet issue on Firefox
I'm beating my head against strange issue using a combination of a java applet running in an iframe displayed inside a lightbox on Firefox.
When the page is displayed directly an javascript call to ...
1
vote
2answers
2k views
Can I set Firefox to run unsigned applets easily?
Is there any way that I can set my Linux box's firefox browser to run unsigned applet? This is an isolated testing machine. Can I set my firefox to be less secure, means can run any unsigned applets?
...
1
vote
1answer
700 views
Applet freezes page on initial load (Mac Firefox)
We have a web screen with a number of applets that has a problem on Mac OSX 10.5.7, Firefox 3.0.15, java 1.5.0_19.
The problem is encountered on the user site.
On initial load of applets (with an ...
0
votes
2answers
1k views
Detecting whether browser can load Java Applet successfully - Unexpected behaviour on Firefox
I have an ASP.NET page which loads a Java Applet. I am first checking that the client computer has the ability to run the applet (Java version etc) by giving the tag an ID of "AppletID" - then I call ...
2
votes
3answers
2k views
JApplet/JPanel not receiving KeyListener events!
I cannot get my JPanel within my JApplet to receive keyboard events. I CANNOT FATHOM why!
Note that...
Clicking the panel (with mouse) before typing makes no difference. This is by far the most ...
2
votes
4answers
388 views
Executing a command from the web browser
What is the best way to execute a command on the client computer via the web browser?
I know a Java applet is one way, but I really don't want to use Java.
Will a firefox plugin work?
1
vote
2answers
1k views
Firefox kills Java applets when out of view
Hiding a Java applet using display: none causes firefox to kill the applet until it is visible again. It also seems to kill the applet if you position the applet out of view ie. position: absolute; ...
1
vote
1answer
819 views
Trusted applet security warning (yes/no) dialog not appearing in Ubuntu 8.10 and firefox
Has anyone ever had this happen? It appears to lock the browser up until I force quit, and I have a user whose setup can reliably reproduce this, which worries me. Thoughts?
5
votes
4answers
3k views
Determine whether client browser has java installed and can launch applets
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 on ...
0
votes
2answers
1k views
Catching applet exceptions in Firefox
In IE in the ff. code, the catch clause is entered if someMethodThatThrowsExceptions does throw an exception. However, this is not the case in Firefox. Is this a limitation in Firefox's Javascript ...
10
votes
3answers
8k views
Are Java Applets unable to communicate with javascript within Firefox on Mac OS?
I have a java applet running in a browser that is calling some javascript functions and expecting a result from theses functions. This is working with the following configurations :
Internet ...
