jnlp
Keep JNLP unsigned and allow <all-permissions/>
I have made a small java swing application that I want to share with a friend of mine. My application accesses the user\'s file tree and then writes a file and places it on the user\'s drive.[详细]
2023-04-12 11:18 分类:问答Java Web Start Questions
My company has been developing a desktop application for a long time and have been installing it with Installshield on Windows machines.[详细]
2023-04-11 06:15 分类:问答Auto-Launch JNLP on click
How do I get a JNLP file to auto-launch on click?(as opposed to clicking save o开发者_运维知识库r open when clicked) Is this some type of MIME association that the browser must first recognize?There i[详细]
2023-04-09 00:38 分类:问答Where can I download JNLP.jar?
How can I run the examples in the link? Where can I get the JNLP developer pack?开发者_JS百科C:\\Program Files\\Java\\jdk1.6.0_27\\sample\\jnlp\\servlet[详细]
2023-04-08 23:32 分类:问答Deploying *.war application with Java Web Start (JNLP)
I want to rollout a web application (*.war) with Java Web Start (JNLP). My starting condition is that I have a running configured Tomcat 6.0 server available at the client.[详细]
2023-04-08 18:45 分类:问答Exception in thread AWT-EventQueue-2 java.lang.NullPointerException
I am trying to run a JApplet with jnlp. I have created my MyApplet which extends JApplet and packaged in a jar.[详细]
2023-04-07 15:34 分类:问答JNLP hangs when downloading resources
When you execute this JNLP it hangs after download开发者_开发技巧 all resources but before execute the application. Are there any application to debug the download process?Checking it with JaNeLA rev[详细]
2023-04-05 09:50 分类:问答Getting resources from jar in a java webstart application
I am trying to load a number of resources in a Java webstart application. I had originally tried to load these using:[详细]
2023-04-02 06:15 分类:问答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 分类:问答