java-web-start Questions
3
At my company, we download and launch a JNLP application that is tied to a JRE 1.6.0_20. We use the system cache feature to download the JARs.
When we install a JRE 1.7 on the PC, WebStart fails ...
Electrodynamics asked 6/6, 2012 at 13:9
4
I have code to iterate over the results of classLoader.getResources("META-INF/MANIFEST.MF") to return the list of jars on the class path. This worked fine from 1.6.0_18 all the way to 1.7.0_40. Now...
Foehn asked 16/10, 2013 at 3:8
5
Solved
How can I run the examples in the link?
Where can I get the JNLP developer pack?
Overexcite asked 29/9, 2011 at 5:53
1
Solved
I'm signing the JNLP file used by my RIA, in preparation for the coming tighter security restrictions in 7u51, due in January. The webstart version is working great, but I've run into a problem whe...
Quent asked 6/12, 2013 at 16:59
3
Solved
How can you add additional parameters to a jar's manifest file when signing it? I have a javaws app that uses some external libraries. Starting with java7u25 there is a need for additional paramete...
Disinter asked 27/6, 2013 at 8:51
2
I am new here and I apologize for my bad English.
I have a little problem with an Applet class served by Java Web Start technology. I have some platform dependent JAR files which Web Start downloa...
Rounds asked 26/2, 2010 at 10:43
2
It is legal to specify codebase like this:
<jnlp spec="6.0+"
codebase="file:/c:/MyApp/"
href="myapp.jnlp">
When you import this with JWS it creates desktop shortcut and the application i...
Damage asked 24/11, 2011 at 9:4
1
The fun from java 7u45 keeps on giving. This time it's a deadlock within webstart. This is happening very consistently (every time) launching a large application (~100 jars).
Has anyone else run i...
Rope asked 21/10, 2013 at 21:56
3
I maintain an Eclipse RCP application launched with WebStart. Java 7 u45 made some security changes, and now my application crashes on startup.
I've added to the manifest:
Permissions: all-permiss...
Norvell asked 16/10, 2013 at 15:10
1
How can we add additional parameters to manifest file using Maven to third party jars. After Java 7_25 version the Java web start requires codebase and permissions to be add in all downloading jar ...
Cai asked 20/9, 2013 at 22:25
3
Quick background: We release a webstart application, which includes our own application jars and numerous third-party jars. Webstart requires that all distributed jars referred to by the jnlp file ...
Benignity asked 27/9, 2012 at 4:33
3
We recently updated to Java 7 Update 25 from Update 21 and are now experiencing a null pointer exception when SwingUtilities.isEventDispatchThread() is called from an rmi thread becuase AppContext....
Abbeyabbi asked 20/6, 2013 at 20:35
2
Solved
After the JNLP gets downloaded in the browser it becomes cached so it doesn't need to be downloaded again, which is good. However, as a consequence, if I update the JAR that the JNLP uses, users wi...
Benzoate asked 12/1, 2012 at 0:25
2
Solved
I have have two versions for the javaws.exe one under C:\Program Files\Java\jre7\bin & the other under C:\Program Files\Java\jdk1.7.0_06\bin. but when I click on the C:\Program Files\Java\jre7\...
Tapioca asked 6/9, 2012 at 11:35
1
I created a simple Hello World Swing application that compiles and runs just fine in Eclipse. I'm now trying to transfer this application over to a Maven package structure and run it as a Java Web-...
Aground asked 6/8, 2013 at 4:41
5
Solved
We're looking for an alternative to Java web start that effectively does the same thing, just better implemented. We're having massive trouble with it. We have a few offices of XP desktops, a...
Alexi asked 15/7, 2010 at 9:42
1
Solved
I'd like to bundle some jar files built with Gradle 1.6 as part of a Java webstart application.
I can currently sign the jars correctly with a certificate and specify the codebase and permissions ...
Radical asked 25/7, 2013 at 1:6
1
Solved
I am using Java Web Start to launch a Java application that depends on some third party native libraries. These native libraries then subsequently load another native library (commonLib) as their d...
Incapacitate asked 21/7, 2013 at 20:20
1
Solved
Since the java 7 update 25 launched by Oracle our application no longer functions.
Initially we got some warning about codebase & sercurity tags missing in the Manifest file, which we fixed.
...
Complex asked 21/6, 2013 at 8:29
5
Solved
We have a Java Swing client application. It's installed as a Java Web Start applet and as a install4j installer.
Since Apple released the latest Java 6 upgrade our application gets stuck immediatel...
Fitted asked 20/6, 2013 at 9:52
3
Solved
The situation at hand is not as simple as the title seems to indicate.
Java 1.6_17 running via JWS.
I have a class, lets say MyClass and one of its instance member variables is a Type from an err...
Extrados asked 18/12, 2012 at 1:58
3
Solved
We are facing a performance issue once the Java Swing application is moved from Java 6 32 bit to Java 7 32 bit update 11. Can anyone provide some clue on this ?
The application is using Java Web-...
Scratchy asked 7/6, 2013 at 11:43
2
Solved
Hi I'm trying to save a file from a Java Webstart Application.
public class Main {
public static void main(String[] args) {
try {
FileSaveService fos = (FileSaveService) ServiceManager.lookup(...
Jens asked 17/5, 2013 at 12:10
4
Solved
So we installed the Java 7u21 release that is supposed to tighten the security for applets. Unfortunately it tightened it so much that our applet does not run anymore. Not good.
The interesting th...
Stendhal asked 18/4, 2013 at 12:48
2
Solved
I need to pass argument to JNLP dynamically for which I tried using a servlet which extends JnlpDownloadServlet and then includes a jsp which has all the JNLP XML written into it.
But when I invok...
Justiciar asked 14/6, 2012 at 18:2
© 2022 - 2024 — McMap. All rights reserved.