java-web-start Questions

2

I'm getting a lot of troubles trying to publish a .war package containing a Web Start application with commons-configuration-1.3.jar in the build path (com.sun.deploy.net.JARSigningException). I h...
Hanuman asked 10/5, 2012 at 13:56

7

I have an enterprise java application that has plenty of jars that are downloaded to the client's jvm cache by a jnlp file. When I start the application I get the following stack trace on Java Cons...
Relieve asked 7/1, 2014 at 9:27

0

I experience quite a mysterious issue with javaws utility and don't know how should I proceed with investigation of the root cause. Here is the information I managed to gather: $ cat /etc/os-rele...
Multiplier asked 24/8, 2016 at 10:1

1

Solved

I have a JNLP file which is generated by a servlet dynamically . The JNLP generated is: <jnlp spec="6.0+" href="launch?param1=Hooolas"> <information> <title>JSGD</title>...
Assurbanipal asked 13/7, 2016 at 15:36

3

I am launching an applet via JNLP and Java Web Start. My problem is that when the page is loaded, two JVMs will launch with two Java console popups and two "Do you want to run this application?" po...
Nikolaus asked 7/1, 2013 at 21:21

2

Solved

We are developing an app that uses Java Web Start. When I try to start my JNLP file, I get this warning: The "Location" (http://<IP>:port) has been added to the Exception Site List. I woul...
Breakaway asked 13/5, 2016 at 15:8

0

Having successfully migrated an applet to a java webstart applet, I notice that every call to getAppletContext().showDocument( new URL("http://"+ host+ "/" + filename + language + ".htm"), "Help...
Tass asked 19/5, 2016 at 6:49

3

Solved

I need to create some gui tests using Jemmy but I have no idea how to launch it with javaws application. In tutorials/examples/etc is something like that: new ClassReference("org.netbeans.jemmy.e...
Hotpress asked 8/7, 2014 at 11:1

5

Solved

With the recent Java updates, many people are having trouble with their Java Web Start apps lacking Codebase, Permissions, and Application-name manifest attributes. Although there are resources out...
Clearing asked 29/10, 2013 at 13:8

5

Solved

We began to notice that with Java 7 (particularly with update 4), that all our users began to see this with our Webstart app: [14:42:58,422] AWT-EventQueue-0(DEBUG) java.lang.SecurityException: cl...
Malady asked 5/6, 2012 at 22:19

0

According to the JNLP file syntax there are three security levels: sandbox (default if no level is explicitly specified) j2ee-application-client-permissions all-permissions In recent Java versi...
Whitecollar asked 6/4, 2016 at 14:28

1

Solved

I have a java applet application which is accessed by our customers through our website. Since Microsoft edge and chrome stopped supporting java plug in, we converted the applet to be launche...

6

Solved

Where is the jar files cached for Java Web Start/JNLP applications?
Sabelle asked 4/10, 2009 at 20:49

2

Solved

Issue I have a preloader for my application that handles the Application-specific initialization. Now I'm trying to extend this so that the preloader also shows the progress of the downloaded appl...
Graven asked 7/3, 2016 at 17:18

0

I have a ASP.NET site which offers JNLP files for starting Java Web Start applications. I've set them as hrefs in <a> tags to download them. The behaviour I get from different browsers varies...
Isotone asked 10/3, 2016 at 20:22

0

I have a java app which is running as an applet. Since plugin support is going away in the browser, we are trying to see how well the applet will run in Java Web Start. However, our app currently ...
Fax asked 3/3, 2016 at 19:2

6

Solved

I've developed an open source program, WPCleaner, which is distributed through Java Web Start. Current version is available at http://site4145.mutu.sivit.org/WikiCleaner/WikiCleaner.jnlp With the ...
Tableware asked 18/10, 2013 at 20:39

6

I'm facing a problem here. I want to use a special version to run our java webstart application but just for one jnlp. ("It was tested, ... blabla we can't use a new version... blabla" by random wi...
Fondue asked 16/4, 2012 at 13:52

4

We have basic authentication enabled on Tomcat6. User is authenticated in browser and then JNLP is launched to launch application in Java Web Start. On start-up, java web start tries to download ja...
Fluctuant asked 1/5, 2013 at 5:37

0

Possible duplicate: java.security.properties in JNLP We have a desktop application that we start using Java WebStart. Starting with JDK 1.8.71, MD5 now disabled for X509 Certificate validating. Un...
Exteroceptor asked 26/1, 2016 at 7:57

1

Solved

I know you ca specify a file that is going to override the java.security f java -Djava.security.properties=myProperties How can I set this parameter in a JNLP file?
Contour asked 25/1, 2016 at 17:14

3

Solved

I have a Java Web Start application, which I used to start through a shortcut: "C:\Program Files\Java\jdk1.7.0_67\bin\javaws.exe" -J-Dfile.encoding=UTF-8 -J-Xdebug -J-Xnoagent -J-Xrunjdwp:transpor...
Massarelli asked 31/10, 2014 at 6:30

1

Solved

I want to add logging to a number of internal Java webstart applications, preferably using the logback logging framework and logback.groovy configuration files. I expect to specify this in the webs...
Cluny asked 28/7, 2014 at 18:0

5

When I run application as standalone Java program, it works well. When I run it as an applet, it throws JAXBException with following stacktrace. javax.xml.bind.JAXBException: jaxb.properties in pa...
Bountiful asked 28/8, 2015 at 10:28

1

Solved

I recently started experimenting with Maven. As a test, I'm trying to create a simple JavaFX8 webstart application. For this I used the JavaFX sample under the Maven category in Netbeans 8. This ...
Aquarium asked 25/8, 2015 at 15:14

© 2022 - 2024 — McMap. All rights reserved.