I am trying to make a jquery plugin for which the description is given below. I haven\'t had much experience working in jQuery so I really needed some help.
I would like to implement a Java application which runs on a webpage and allows: User A (from its browser) can request a file to User B (with its browser opened). Of course User A knows User B\'s IP
I wrote a simple Hello world program for RMI. It works well, when the client is in console. I tried using a Swing application as my client, it worked fine even then.
All I have signed all the jar files including appletviewer.jar also . i am running latest version of JDK . I was running and viewing applet successfully till today afternoon , but suddenly i am gettin
i have a problem with the .java.policy entries for my applet. I would try to create folders and files with an applet. I had already signed my jar and added in the ${user.home}/.java.policy-file the f
I have a very simple java applet which reads the audio files data from user directory. I am using applet function in javascript. The problem is my applet c开发者_StackOverflowloses after 15 seconds
We have an unsigned applet that talks to a streaming server (not HTTPS, just socket-socket, but that is not important). All is fine using plain TCP/IP, but when I try to use SSL by the usual:
I want to do something similar to this Save an Image to a File in a Applet? . But instead of just an image I want to save an RTP stream.
KGS app seems to run applets, I need to f开发者_运维百科igure out how.Android does not support applets and is missing a very large number of classes needed for applets.
I created a java applet that uploads a file to a server via ftp, it uses an external library by apache, I signed my applet but when I start the applet from the b开发者_StackOverflowrowser I get two se