Tagged Questions
0
votes
2answers
15 views
Call javascript function in applet declaration
I created a small applet for my sister's blog that flashes colors randomly. She wants to set it as her background for her webpage. I've already figured out how to find the size of a web page and all ...
0
votes
0answers
35 views
jZebra - javascript rotate html
I have a html badge template and it needs to be rotated by 90 degrees to the right so I can print it with the jZebra applet. Tried adding css3 transform but it doesn't work.
Is there a way to do ...
0
votes
1answer
19 views
Upload extracts of text files
I am looking for a way for clients to upload a piece of a plain text file from within their browsers.
The situation is as follows: We have a pipeline that needs to work on only a small piece of a ...
1
vote
0answers
42 views
File.exists() security exception
I'm trying to write an applet for a website that needs access to a system on the LAN, so using a network path (\\THEBOX\DIR\SUBDIR). I'm checking if the directory exists before using it:
try {
...
1
vote
0answers
41 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 ...
0
votes
0answers
52 views
JavaScript callback from timer in java applet
I run an applet that does a JS callback to show an alert.
When I do it directly from the applet using JSObject everything is fine.
But when I start a timer in my applet and do JS callback from the ...
0
votes
1answer
21 views
How do I send updated cookies to an applet?
I'm creating an applet that needs to receive the user's cookies for authentication. The applet receives all the cookies and browses for the ones it needs. If it doesn't find them, it'll tell the user ...
6
votes
3answers
178 views
Why does my Unicode String get corrupted, when passed from Java Applet to Java Script?
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 this ...
0
votes
0answers
107 views
JSObject in applet with JRE 1.7.0_21
I've an applet, where I set the security manager to null.
System.setSecurityManager(null);
And where I use JSObject to communicate with Javascript functions, through eval method
JSObject win = ...
0
votes
0answers
38 views
Applet could not be loaded every time
I have developed a website using jsp. In that i have used some applet to update the time and manipulate the database. I have successfully load the applet in some browser for first time but the next ...
0
votes
1answer
47 views
JavaScript to Java applet - working
This is a continuation of my original post here: javascript-to-java-applet-using-deployjava-js-to-run-commandline
I am pretty new to Java. I want to create a Java Applet that will allow my ...
1
vote
1answer
37 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" ...
0
votes
1answer
31 views
Processing exported executable references
I want to export from processing an executable.This happens normaly but it makes also 2 folders one source and one lib that stors the .pde and the .jar files that the executable needs. I want to make ...
0
votes
1answer
49 views
How to set applet param tag from javacript or jquery
<applet id="applet" code="myclass.class">
<param name="Access_ID" value="accessid">
<param name="App_ID" value="appid">
<param name="Current_Url" value="ticketurl">
...
-1
votes
0answers
17 views
javascript doesn't update element attributes until some applet method finish
I have this code:
case "checkRockey":
document.getElementById("step2").setAttribute("class", "li-selected-back");
document.getElementById("step3").setAttribute("class", "li-selected");
...
0
votes
0answers
22 views
Take version name dynamically while building the application
Here is my Code:
This is my Config file where i want to read this two tag value like (*wnc_boot_ver,*wnc_fw_ver) dynamically while building the application i will put this version value in jnlp jar ...
1
vote
2answers
172 views
JavaScript to Java Applet using DeployJava.js to run commandline
I am pretty new to Java. I want to create a Java Applet that will allow my JavaScript to pass a commandline to the Java Applet. This will only ever be run on my development machine - no need to remind ...
1
vote
1answer
34 views
How to set automatic focus to Java applet on js
I made an applet. It's starting when web page is loaded. But applet lost focus, when web page lost focus too and need to click on area of applet and then it gained focus.
I'm tried variants but it's ...
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
1answer
26 views
Why is JavaScript Applet Pulling Same JPG's Instead of Pulling 3 Different Ones?
Javascript applet is pulling the same picture for all three applets on this page.
http://www.techmobile.com/javalayout10.html
This should not be happening Each applet should have a different ...
0
votes
2answers
72 views
How to get an absolute file path with a Java applet
I'm attempting to get an absolute file path in a web browser. I've learned that it is not possible using plain HTML and javascript, and that a java applet is the best route. Unfortunately, my ...
0
votes
1answer
88 views
Pass a value to javascript from Java
I have the following Java applet. It gets the absolute file path of a file that a user has selected:
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import ...
0
votes
1answer
43 views
What are the security reasons for disabling plugin.jar /JSObject
I am developing an applet and wonder what are the exact security reasons why 'plugin.jar' is not accessible like the rest of the Java libraries and why JSObject also is disabled for security reasons.
...
0
votes
0answers
118 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: ...
2
votes
1answer
75 views
How to detect if browser will block java applet due to a need for update
In general, browsers (I see this esp. with Safari) are kind enough to inhibit a Java applet from running if it senses that a security related update for Java exists. It seems to do this quietly... my ...
0
votes
0answers
82 views
How can I retrieve a complete file path with javascript?
I have an applet and a html file (no server side) and i should let user selecting a file from its hard disk and then the java applet have to get this file from its path (upload). I found that html ...
1
vote
0answers
142 views
Unable to set focus on Java applet via calling “requestFocus()” method from java script on MAC
I have a java applet embedded in we page. When i "Click Me" link get focus it calls a method "focusApplet" in java script. This method is calling "requestFocus()" method of applet. Function ...
0
votes
0answers
158 views
Unable to set focus on Text box in HTML window from Java applet
Chrome Version (Version 25.0.1364.152 m):
Operating System (Windows 7):
Hi,
Problem description:
I have an java applet embedded in an html file. I am invoking a method "sayhello()" in java script ...
0
votes
1answer
229 views
Javascript to Java Applet Uncaught TypeError: Object #<HTMLAppletElement> has no method
This is a example from http://docs.oracle.com/javase/tutorial/deployment/applet/invokingAppletMethodsFromJavaScript.html I have stripped out a lot of the functionality because I am just trying to get ...
0
votes
0answers
50 views
Using ajax to communicate between javascript and JSP
I need to establish communication between two applets running in two different client machines. The applets are embedded in 2 separate JSP pages. So, what I'm trying to do is to get the msg from ...
0
votes
0answers
37 views
Communication between applets running on two different client machines
How can I achieve communication between two applets that are embedded in two different JSP pages? I'm using Apache tomcat.
Can I achieve it by accessing the applets methods using Javascript? ...
0
votes
1answer
61 views
GWT call JS method from applet
Im trying to call a Javascript method from applet, i read some examples, but nothing works.
Applet :
JSObject window = JSObject.getWindow(this);
String[] args = new String[]{"some ...
2
votes
1answer
47 views
Java Applet run under host of file
I am new here, so cut me some slack if I do something wrong.
I am running a Java Applet in the background of my site as a hidden 'JavaScript iFrame'. It runs on every page of my site. Every time I ...
0
votes
1answer
159 views
applet does not work on chrome
Hi I am using below code in asp file for applet, but applet does not load in google chrome while it is working fine in Internet Explorer.
<object ...
0
votes
0answers
118 views
Reading the local client-ip-address via java applet
I would like to write a HTML/PHP based Web application that can find out if a client computer is behind a router or directly connected to the Internet.
For that I would like to pick the IP address of ...
0
votes
0answers
43 views
JS function from Java Applet not getting called using Java URL Class with data over 2k?
The below function fails to get called in java script if the data size is over 2k. I have tried on all browsers but am getting the same result.
String sValue = "Over 2k data here";
...
0
votes
1answer
1k views
Automation Server can't create object in IE8 after including condition for chrome
Previously i was doing
<script>
function fun1(){
var sh=new ActiveXObject("Wscript.Shell");
sh.run("\\\\ntbot\\my.exe");
}
fun();
</script>
there is no ...
0
votes
1answer
65 views
Is there a way to detect in browser if user clicked on “Save as” or bookmarked the page?
I am writing a browser data analyzer which detects user activities and sends to server. This way server can provide some personalization based on users interest.
I am trying to intercept when user ...
2
votes
2answers
193 views
Deployment Toolkit for Java applets: how to avoid the redirect when no JVM is installed
I have created an applet; it is deployed using the Deployment Toolkit as below (the URLs are fake):
<script type="text/javascript"
...
-5
votes
1answer
52 views
Java Applet Code [closed]
Can I please have a snippet of code that deploys my java applet on all platforms. So, can someone please write me a snippet of HTML code that successfully runs my Java applet on all platforms and ...
0
votes
2answers
124 views
Changing java applet background with javascript
I have a java applet with a Methods inherited from class java.awt.Component. I need to change the color of the background of the applet in javascript function but using
...
3
votes
3answers
165 views
How to display message when Java applet fails to load?
I've got an Java applet, which requires Java ver. at least 7.0.0.
Is there any possibility, to check whether an applet failed to load and display some message to user that he needs to update his Java ...
1
vote
0answers
504 views
Object doesn't support this property or method — Calling an Applet in IE9
cmd > java -version
Java Version : "1.7.0_11" (Updated)
Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode, sharing)
browsers = ...
1
vote
0answers
26 views
Signed Applet - File dialog fails to open on any but local client [duplicate]
Possible Duplicate:
applet method calling from javascript
This is a persistent problem for me. I have tested locally a signed applet in a Tomcat deployment that allows local file access. ...
5
votes
1answer
282 views
Can't call JNLP-deployed applet code from JavaScript
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 ...
1
vote
1answer
262 views
Calling Java's Desktop.open method from Javascript - access denied java.awt.AWTPermission showWindowWithoutWarningBanner
I have a web app that needs to be able open a file locally on a client machine, with the ability to save the file after editing. The web app generates a document on the server in a folder that is ...
0
votes
2answers
119 views
Check javascript function is defined from java applet
I am developing a Java applet where I call a javascript function:
boolean isAllowed = (boolean) win.eval("isPointMarkCreationAllowed()");
and I would like to check if that function exists, like we ...
0
votes
2answers
108 views
Displaying Transparent iFrame on top of an Applet
I wanted to display a transparent iFrame on top of the applet.
However when I use allowtransparency="true" and background-color:transparent, It shows the background of the html under which applet is ...
2
votes
2answers
175 views
GWT JSNI Applet with callback
I've spent quite a long time coding and searching this and other sites with no success. I have a GWT app that calls into JSNI which then calls into an Applet to perform some file loading. So I need ...
0
votes
0answers
97 views
Getting a Java applet to scale to a big browser
I have been trying to get a Java applet embeded in a .htm file. I want to scale the maximum size for a browser window depend of users current resolutom, especially for chrome and toolbars. The ...




