next-generation-plugin
Applet failng on machines other than development machine
I\'m developing a Java applet, and recently I tried to demonstrate the applet on a machine that did not belong to me. However I was unable to get the applet to run on that machine, as it kept failing[详细]
2023-02-23 20:20 分类:问答Can a Java applet open a "select directory" and write to a filesystem via JavaScript interaction?
I am looking for a way to save a couple of files created with JavaScript on the clients computer. I want him to be able to choose a folder (similar to open/save folder dialog), and then write the fil开[详细]
2023-02-07 14:13 分类:问答Problem using JNLP to launch applet with Java3D dependencies
As title says currently trying to use JNLP as a means of launching an applet with Java3D dependenices for any user who may not have Jave3D installed on their system. Unfortunately getting an error to[详细]
2023-02-05 09:03 分类:问答Applet not creating image file via ImageIO.write
I have been struggling with an issue involving a Processing sketch which I want to use to create an image file (to a server-side directory).In the Java, I use a PImage of the canvas, converted to a Bu[详细]
2023-02-04 13:46 分类:问答Slow loading problem when using new generation Java Applet with Webstart technology
I am using applets through webstart technology, specified by a jnlp. The problem is when applet is loading, in some point it starts to load really slow.[详细]
2023-02-02 07:34 分类:问答JNLP Applet loading on Safari or Firefox 3.6
I\'m trying to load an applet using JNLP. Things work fine on every browser I\'ve tested, except for Safari (tried on Safari 5.0.3 on OSX Snow Leopard).[详细]
2023-01-31 02:26 分类:问答How to specify applet libraries in JNLP file
I\'m trying to deploy an applet using JNLP. The file structure is thus: / dbstats.html dbstats.jnlp dbstats.jar[详细]
2023-01-30 18:21 分类:问答Write file on client system using applet
I want to write a 开发者_开发问答file on client using applet. I have some it can write when we run the applet as separate from Java. But it can\'t write through browser by calling the applet function[详细]
2023-01-26 05:17 分类:问答Deploy Applet with JNLP
I\'m trying to deploy an Applet with new Java JNLP specifications, but I always receive the following error by Java Plugin Console:[详细]
2023-01-25 02:06 分类:问答Hibernate "JOIN ... ON"?
I have an application that uses Hibernate for its domain objects.One part of the app is common between a few apps, and it has no knowledge of the other systems.In order to handle relations, our class[详细]
2022-12-24 04:34 分类:问答