java-web-start Questions
1
I have developed an application via Java Web Start more or less according to this: How do I fix "missing Codebase, Permissions, and Application-Name manifest attribute" in my JNLP app? I ...
Nicolle asked 28/12, 2018 at 14:15
5
Solved
What is the difference between java, javaw, and javaws?
I have found that on Windows most usage of Java is done using javaw.
Powder asked 19/11, 2011 at 14:35
5
Solved
After upgraded from JRE 1.7.0_21 to 1.7.0_25-b15 my application started to throw NullPointerException in SwingUtilities.invokeLater(...) when it is run from Java WebStart. Surprisingly when it is e...
Dorotea asked 24/6, 2013 at 12:16
1
A user is running a JNLP app which is launched from the browser. The *.jar file launched by the JNLP is signed by a Certificate issued by a trusted CA.
For the first time the jar file is launched...
Savadove asked 25/5, 2018 at 6:53
6
Solved
I am launching a Java Web Start application which shuts down abruptly. Does anybody know how to access the logs for Java Web Start. Are there any known reasons for it to shut down abruptly?
Lattimore asked 16/8, 2012 at 15:21
2
Solved
I have a project that uses Java webstart technology. I decided to upgrade the Java version from 8 to 9. However, I faced the following error on compiling:
error: package javax.jnlp is not visible
...
Smuggle asked 31/7, 2017 at 15:33
3
Solved
I am having an issue of opening *.jnlp extensions using Internet Explorer. The extension opens properly in Chrome and Firefox, leading me to believe it is an issue with IE and possibly the web serv...
Desta asked 12/5, 2015 at 16:7
1
Having the following sample jnlp:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="$$codebase" href="$$name">
<information>
<title>Some Example</titl...
Juanjuana asked 6/2, 2018 at 15:9
7
Solved
I have a Java Web Start application, which I've tested on Windows 7, Linux and Mac OS X 10.7 (works fine on all).
On Mac OS X 10.8 Mountain Lion the following error occurs, with no option to choo...
Phoebephoebus asked 30/7, 2012 at 19:5
2
Solved
I want to configure my webstart app/jnlp so that if no internet connection is available, it would start from cache. Nevertheless, when I disconnect from the internet, I always get a NoRouteToHostEx...
Volitant asked 14/9, 2010 at 2:54
10
Solved
I have Java 6-based Java Web Start application that I need to open on a Windows machine. The machine has JRE 7 installed, with JRE 6 copied manually to the Program Files folder. The problem is that...
Dante asked 6/12, 2012 at 13:41
3
Solved
The description of the URLConnection caching API states as the last sentence:
There is no default implementation of URLConnection caching in the Java 2 Standard Edition. However, Java Plugin and...
Cageling asked 18/1, 2012 at 10:50
9
Solved
I need to prevent users from starting my Java application (WebStart Swing app) multiple times. So if the application is already running it shouldn't be possible to start it again or show a warning ...
Rankins asked 28/5, 2009 at 11:28
1
Solved
I have created a simple test case to test Java 9 Web Start with the new modules. Unfortunately, Java 9 Web Start does not by default support --permit-illegal-access like regular Java 9 does.
Java ...
Boeotia asked 30/8, 2017 at 22:40
4
Solved
We have recently upgraded Jenkins to the latest verion.
and since then ive not been able to launch the slaves via Java WebStart through the command line everytime I try to launch it I get "Unable ...
Inflict asked 11/1, 2013 at 11:44
1
I have tried all ways
running application as
1) javaws -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9123 My.jnlp
2) setting the same option in JAVA_TOOL_OPTIONS
3) set...
Isometry asked 24/7, 2017 at 9:49
5
Solved
It looks like there has been a change by Oracle similar to Java 7u45, where new manifest values needed to be set to run signed Java Webstart applications (see here).
Currently our signed applicati...
Timoteo asked 19/7, 2017 at 13:7
4
Hoping someone can help me with this strange one. I’m trying to run the webstart plugin but it doesn’t seem to be able to find the main class within the jar being produce. The pom is as simple as i...
Legrand asked 13/11, 2009 at 11:39
8
Solved
I recently used a Java Web Start application. I launched it from my web browser using an embedded jnlp link in the page I was viewing. The application was downloaded, launched and worked just fine....
Mcelhaney asked 19/2, 2009 at 11:50
1
Solved
My Java Webstart application runs in a controlled trusted environment. This is a closed internal network where I have some control on how the application is started.
How can I pass JVM arguments ...
Brady asked 2/12, 2016 at 12:43
5
Solved
i have the following JNLP file:
<jnlp spec="1.0+" codebase="http://****:****" href="tcm2012.jnlp">
<information>
<title>TCM 2012</title>
<vendor>Drift og Performan...
Prussia asked 29/7, 2013 at 12:9
3
Solved
I am learning Java and trying to run some examples using Java web start.
However, I cannot seem to find that package javax.jnlp.
This same error is haunting me on both windows and linux.I've inst...
Halla asked 3/6, 2012 at 13:35
2
I have a Java application which is launched via Java Webstart. Occasionally, following a new deployment of the application, it will happen that launching the application results in it being downloa...
Stalwart asked 15/12, 2010 at 18:9
2
Solved
Current situation
We currently use an applet to perform some operations, after which it redirects the current page. In its core, you could see the applet as the following:
public class ExampleApple...
Filling asked 16/6, 2016 at 14:43
0
Just sharing some information hoping that it would be useful to the community.
Usability of Applets have gone down since various browsers stopped supporting plugins. Google has decided to disconti...
Ludwigg asked 26/9, 2016 at 11:13
© 2022 - 2024 — McMap. All rights reserved.