When i load a applet in page and then go in offline mode(by disab开发者_如何学Goling network connection) and restart browser, i get noclassfound exception, for applet.The question is quite unclear but
I\'ve a software where I use RXTXcomm.jar on an applet java and inside applet I\'m communicating with port serial, so, I need to communicate and it works with 2 versions, x86 and x64, but RXTXcomm.jar
I have a problem which I have boiled down to this simple example. import java.applet.Applet; import javax.xml.soap.MessageFactory;
I want to change the size(Width x Heigh开发者_JAVA技巧t) of applet by mouse click on the Button. I used resize(), but it does not get bigger than the area defined by html file. Is there any way to do
I\'m having a hard time getting a Java applet to run in Chrome. The class loader can\'t find the class, even though the it works fine in Firefox, Opera and Safari.
I\'m trying to create a panel applet, but I\'m stuck at the first step: I\'ve created a file.cpp with the code from the official example at http://developer.gnome.org/panel-applet/3.0/getting-started.
I\'ve trying to read and write a file from an applet so if I run the applet from my appletviewer开发者_如何学C it is possible for me to read/write a file but when I try to do it from my browser I get
I\'m writing a web application that allows users to upload documents importing them directly from devices (i.e. scanners).
I\'m trying to make a console for a java game, in an applet. The console is an independant Frame with a TextArea, used to show loading/downloading progression.
running this applet on some machines wont work but then on some other\'s it works just fine. in all cases looks like JRE 1.6.0_26 has been installed.