OK so I seem to be getting an Array Index out of Bounds error in a part of my code. Specifically in lines 85-102...
I have made a Java Applet that depends on some third party libriaries as well as 开发者_运维技巧a DLL that is called via JNI. These will obviously not be installed on clients computers. Is there anywa
I am trying to understand how applets work. I understand that a class file is bytecode, something that a JVM can understand and execute. When an applet runs on the user\'s system, the bytecode is tra
we had to run java applets on offline from a html page that was captured by google gears. for caching applet we used cache_archive & cache_version. but it did not seem working
First of all I\'m not a Java programmer, so maybe (hopefully :D) this problem could be very simple to sol开发者_如何学运维ve.
After hours of work (I\'m not a java programmer) I\'ve managed to pack and put inside an applet wich make an ftp-upload to a remote server. The main file is \"prova.class\" inside \"invia.jar\"; I use
I am working on a Java applet that uses javax.sound.midi.sequencer to play a MIDI sequence.In order for this to work, the visitor needs to have a soundbank installed on his/her computer. Apparently, t
Here\'s my code: import java.awt.*; import javax.swing.*; import java.awt.event.*; import javax.swing.table.*;
I would like to insert an API java into a web page. Even with such an easy code: applet code = \'Ejs.Simulations._apps._examples.HVmin\'
I\'m working on a java applet/desktop application. It runs directly on the desktop, and should also run as a jApplet in a web browser. I\'m having some problems though that only occur when the program