next-generation-plugin
Is it possible to read/write a file from an applet
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[详细]
2023-04-04 20:08 分类:问答value passing in java applet
i am passing value in java appletbut value is coming there as null my javascript for applet deployment :[详细]
2023-04-01 15:25 分类:问答trying to deploy java applet using jnlp
i am trying to deploy applet using jnlp my jnlp file : <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-01 09:47 分类:问答JNLP Applet with custom DownloadServiceListener & Versioning
I encountered a problem, when using a JNLP applet with custom DownloadServiceListener as well as versioned jar files at the same time.[详细]
2023-03-30 23:13 分类:问答Java applet static class
my problem is store some user inputs in applet to reduce user operations. I use static fields for that. But I noticed, that if user goes to several tabs in browser - thr new \"thread\" (or something l[详细]
2023-03-23 10:42 分类:问答Java applet jnlp + libraries
I am trying to add libraries to applet. I am using the jnlp + deploy java javascript. Everything seems to be configured correctly, bud the classes are not found (class not found exception).[详细]
2023-03-16 09:55 分类:问答How to upload files with java applet?
I know similar questions have been asked but i have searched for hours and as of yet have not come up with a workable solution.[详细]
2023-03-15 19:02 分类:问答Global values of application and applet
With desktop applications, to maintain global values, I usually have some singleton or static properties. However, recent days, I have been working with applet. And it causes some trouble because when[详细]
2023-03-07 16:27 分类:问答java web start hangs when trying to start applet in browser
I\'m trying to start a NASA World Wind applet in Fir开发者_StackOverflowefox. I see the spinning Java logo in the browser, however it hangs after a couple of seconds and I don\'t see my applet.[详细]
2023-03-07 15:19 分类:问答Downloading files from Applet
I have a Java Applet application. The use case is as follows: The users invoke a URL which is mapped to a Servlet. The servlet as a response returns a JSP page from which the users can navigate in th[详细]
2023-03-06 02:56 分类:问答