i\'m stucked on this p开发者_如何学编程oint since 3 days and i\'m out of idea. If someone could help, my week will start really well !
We have developed a webbased Java application running in Tomcat under IIS on Windows 2008. The website has 2-way (mutual) SSL enabled in IIS requiring the client to authenticate using a x.509 certific
I\'m writing a program to input a number and draw that number of circles of random color and location on an applet. I\'ve been up all night trying to figure out how to add a delay between each of the
I created two applet classes to create two different charts. In first applet I created one pop-up menu box with some menu items with action performed functions.After clicking the menu item I need to g
I am transforming xml in an object of an own class called \"V6BasicCar\", the problem that I\'m having is that if I enable the Java cache (in Java control panel):
I am trying to write a log file from an applet. When running as a Java application, I am able to write to 开发者_如何学Pythonthe files,
What are the advantages and disadvantages of using a Java applet for authentication as part of a web application? I am think of cases where such an applet is only used for authentication and transacti
I have an applet that makes a SOAP request to a web service. It has no certificates or special security considerations, just a basic applet and webservice. After updating Java on a few computers to 1.
I\'m running the below applet. In it, the moment I add the constructor (even开发者_如何学JAVA empty), the applet throws a runtime exception:
I\'m creating a whack a mole game on java swing applet but I am having trouble with timing the moles to come up. I can\'t seem to avoid paint () looping on me and thus randomizing the coordinates of t