Hello,
I would like to know if there is a way for downloading an applet in tomcat under ssl but as if it was a downloaded file, without requiring the wanted certificate in the ssl and asking for the password in it.
Thanks in advance.
...
Hi, I have to design a client/server system emulated on a website running Ruby on Rails that should work like this:
a page is requested by a web browser and once it's opened the server can push messages to it
I know this is not possible "naturally" but I was thinking of a sort of "java applet" that is running on that page, listening on...
Hello everyone,
I must not be very good at googling today. I want to set the option that appears in the applet config that disable applets for being able to access the certificate store of the browser, but not for all the applets, just for one applet.
Do you know where can I find all the applets options?
Regards
...
Dears,
I was recently happened to see this animation (http://universe.daylife.com/). I was wondering what are the algorithms behind this applet. How and Where to learn such things?
Thanks
...
I'm trying to compile a complete list of all restrictions placed on unsigned Java applets (defined as things a normal Java application can do, but an unsigned Java applet cannot).
This is the list I've compiled so far:
An unsigned Java applet ...
Cannot access the local filesystem.
Cannot access the system clipboard.
Cannot initiate ...
On my web server I have an HTML file that contains an applet tag:
<html>
<head/>
<body>
<applet code="Hello.class" width="100" height="100" />
</body>
</html>
And I have a Java class file named Hello.class in the same directory as the HTML file.
Both of these files are running on a web server (IIS 6) whose host name is some...
Is it possible to embed an applet in HTML so that it will be displayed within the browser window yet launched through Java Web Start via a JNLP file instead of using the browser's Java plugin? If so, how is this done?
I've only been able to launch my applet in a standalone window, but disliking the user experience pop-ups create, I'd p...
I made a small sketch with processing using opencv to face detect and track. But when I export as an application and start it nothing happens, same as an applet. First I exported the applet and thought this must be a security issue, and struggled with some hack for processing to sign your java applet.
http://processing.org/hacks/hacks%3...
We self-sign some java applets that we put on our web application, which usually runs across HTTPS. Sporadically we get exceptions in the java console:
load: class <our class name> not found.
java.lang.ClassNotFoundException: <our class name>
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLo...
I would like to determine the local IP adress from my java applet. The problem is when there are several IP adresses on the same machine, which has LAN and internet connections
(palm, VMWare...).
Here is my test :
public static void main(String[] args) {
try {
String hostName = InetAddress.getLocalHost().getHostName(...
Given a JApplet, how do I obtain the JFrame object corresponding to this applet?
JApplet applet = this;
JRootPane rootPane = getRootPane();
Container contentPane = getContentPane();
JFrame jframe = ...; // How do I obtain the JFrame?
...
Given an Applet object, is it possible to programatically obtain a "screen shot" of the applet window (represented as say a BufferedImage)?
JApplet applet = this;
// ... code here ...
BufferedImage screenshotOfApplet = ...;
...
Hi everyone,
As the title suggests, I have a Google Street View object in my web page.
My program 'drives' along certain routes, essentially, I control Google Street View's javascript API through an embedded Java applet (in the same page).
I need to be able to grab imagery from my current Google Street View panorama - I don't really ca...
is there any java applet programe which gives client system information. as which hardware he is using(in my case fingerprint reader)
...
I'm trying to do multicast dns on OpenSuSE through a trusted java applet<->, and my attempts to find anything on the network are silently blocked! What could be the problem?
...
Hello, I am writing my first real applet and I need to store some data. I've never really messed with putting and maintaining code on the internet, so please bear with me if I'm a little slow to catch on.
I'm building a Calendar applet for work (just a student worker) and I'm not sure how to store necessary information such as the sche...
The applet will download file from a SFTP server. JSch libraries are used to create a session, connect to the SFTP server using it, create a SFTP channel and execute GET command for that file on that server. The applet is signed.
Code snippet for downloading a file:
public static void prepareSession() throws JSchException {
try ...
I have a trusted applet, and I'm getting the following behavior with OpenJDK and icedtea6-plugin:
Initializing JVM...
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Start()
Jar string: applets/MyApplet.jar
jars length: 1
JNLPRuntime already initialized
java.lang.NullPointerException
at net.sourceforge.jnlp.tools.JarSigner....
Hello, I am writing my first real applet and I need to store some data. I've never really messed with putting and maintaining code on the internet, so please bear with me if I'm a little slow to catch on.
I'm building a Calendar applet for work (just a student worker) and I'm not sure how to store necessary information such as the sche...