Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I want to use somthing like: MyLogger.e(\"MyApp\",\"I have an error.\"); in a cross-plattform p开发者_StackOverflowroject, where MyLogger should be static to make it available in the whole project.
I am using a negative number to have fillRect() go the opposite way. It works well on my c开发者_JAVA百科omputer, but my friends cannot see it working properly. What do I do?
I have an applet that needs to call JAXP, specifically SAXParserFactory. Now, as you can see from the Javadoc, this internally uses the Service Provider mechanism as documented here:
So here is te thing, Im trying to do an Applet for a webgame to produces \"custom\" avatars, this avatar are for a kind off an army of a cou开发者_高级运维ntry, so the avatar cosnsit on the image of t
In our project we use JAI for showing parts of an image, rotating an image and basic zooming in an applet. We now observe that the applet takes a lot of time to load - around 20 seconds for the first
I\'m trying to deploy an Applet with new Java JNLP specifications, but I always receive the following error by Java Plugin Console:
<jsp plugin> no works for me? anyway to include ap开发者_运维技巧plet in JSF ?Just using object tag:
I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html: <applet id=\"applet\" code=\"SomeCode.class\" archive=\"lib.jar\" Width=\"1\" Height=\"1\"></
We are clueless about why my client is encountering a Java Security exception in Safari.Could anyone help?