Java Web Start (also known as JavaWS, javaws or JAWS) is a framework developed by Sun Microsystems (now Oracle) that allows users to start application software for the Java platform directly from the network using a web browser.
1
vote
1answer
27 views
Maven and webstart project how to test using jetty?
I have a Maven project and I have integrated the webstart-maven-plugin. The jnlp gets generated and I would like to test it by deploying it into to jetty but haven't found any jetty goals to achieve ...
1
vote
2answers
39 views
Webstart Chrome After 100th Download
We have a java application that our customers launch via webstart.
We have some usability problems with it :
Up to hundred clicks on the link for the jnlp file, "chrome" simply downloads the jnlp ...
0
votes
0answers
25 views
webstart maven plugin with dependencies
Hi everyone im very new to maven
my boss told me to work with webstart plugin into maven to generate jnpl and a signed jar
the problem is no matter how i try i couldnt make a jar with dependencies
...
0
votes
0answers
116 views
cannot run jnlp/webstart app from html page locally - Application blocked by security settings
I'm trying the DynamicTree demo from the oracle site locally. I've copied the code into Eclipse, built my jar, signed it, modified the jnlp and html but when I try and run it, it pops up the message ...
-1
votes
1answer
56 views
Change Java temporary internet files storage location
I am trying to change the storage location of Java Webstart. I read that the location is changeable through the java control panel. I got there and I can see the path of my "temporary internet files" ...
0
votes
0answers
69 views
Java Web Start is unable to automatically download and install the requested version
I have java 1.6 update 30 installed on my desktop.
The jnlp specifies that the minimum java version is Java 1.7.
However I get this error
Java Web Start Error:
The application has ...
1
vote
1answer
58 views
JNLP loads Sigar native libs via file: but not http:
I have an app that is using jnlp as the launcher. It uses the Sigar libraries which require dynamically loaded native libraries for platform specific code.
For purposes of debugging this I have two ...
7
votes
1answer
139 views
How to set default HTTP User Agent from a Java Web Start application?
We define in our Java application a custom HTTP User-Agent containing the following:
Software version
User language
Platform information (operating system family + release name)
Java version
We ...
5
votes
1answer
105 views
JXMapKit/-Viewer extremely slow as webstartable - where to start digging?
Just tried to add some swingx-ws components to the overall swinglabs demos - and noticed that a simple JXMapKit/-Viewer is orders of magnitude slower to load the tiles in the webstartable compared to ...
0
votes
0answers
100 views
javaws does not work with de_DE.UTF-8 (1.6.0_43)
As Java 7 from Oracle does not allow me to create a shortcut for an important application I wanted to go back to Java 6 from Apple on my Mountain Lion (10.8.3) system. It seems pretty easy as Apple ...
2
votes
1answer
100 views
Dialog isn't responsive while SwingWorker works in the background
I know this topic was covered several times. Despite reading through all the previous posts I can't seem to get my program running. Basically I got a JFrame with a main method as entry point. In this ...
0
votes
1answer
115 views
How to include jar dependencies in java webstart project
We are trying to develop a printing application using java webstart. We created the jar as a normal jar file using eclipse. Our application needs external libraries for connecting to the database, ...
0
votes
2answers
47 views
Opening a window and getting its URL?
Are java applets capable of opening new browser windows and retrieving their end URL?
1
vote
0answers
341 views
java 7 jnlp is not running unable to load resource
I have a windows computer with java 6 that the jnlp file works fine but with java 7 shows the following message :
com.sun.deploy.net.FailedDownloadException: Unable to load resource: ...
2
votes
1answer
1k views
Avoid security alert “Do you want to run this application?” for a JWS app
We have a Java application that uses RxTx to update the firmware of our game console. To avoid security alerts when the users starts the Java application on our website through WebStart we have bought ...
0
votes
0answers
158 views
Unsigned Jar Error when the Jar is signed
Please do not say this is a Duplicate of another question because I have taken some time to go through other similar questions but My Problem is Unique. I am trying to run a jar using JNLP webstart ...
2
votes
1answer
45 views
Java Webstart (Library) signing
I am a bit concerned about our current build process. It smells of 'the wrong way' and causes our clients a lot of additional downloads.
We have a regular Java project that we publish through ...
1
vote
0answers
185 views
JNLP Error parsing or reading file
I have a jnlp file
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="file:///homes/rm3710/SelfAssessment" href="selfAssessment.jnlp">
<information>
...
0
votes
1answer
112 views
Using Kerberos with Webstart. Can´t get tgt from ticket cache
I´m having trouble using Kerberos with Webstart.
I want to get the Principal of the current signed on Windows-User and the API tries to get the
tgt from the ticket cache.
AllowTgtSessionKey is set ...
2
votes
1answer
200 views
Java Web Start - JNLP Resources - Jars and Classes?
I'm far from a Java expert, so please bear with me. :)
I've also Googled and read docs for three days, but this is still unclear to me, so please don't vote me down. :)
Im working on a project ...
0
votes
0answers
114 views
Java FX Media Player Do not run in browser
I have developed a java fx application which plays a mp3 file.
It works fine in Java Webstart mode.
I changed my application's default configuration to Run_in_Browser mode.
Then I re-built my ...
2
votes
1answer
241 views
Deployed JNLP applet cannot find library: Incompatible magic value 1130458734
I am trying to deploy my applet using JNLP. I have tried using Eclipse Run Jetty Run plugin and it worked okay. But now with deployment at a real web server I am really stuck.
My jnlp file sketch is ...
5
votes
1answer
297 views
How to distinguish 32 bit from 64 bit java version in jnlp files
To start our legacy application, we use java WebStart via a jnlp.
We would like to support 64-bit Java clients but one of our libraries is architecture dependent.
We thought of doing something like:
...
0
votes
0answers
138 views
Prevent JNLP from being cached in the Java Web Start cache
when i launch a JNLP it's always being cached in the Java Web Start cache. Is there a way to prevent it from being cached? Some attribute/property inside it?
0
votes
0answers
94 views
Java web start splash screen during update check
I am deploying Netbeans Platform based application via Java Web Start.
In my *.jnlp file I've got:
<jnlp spec="6.0+" (...)
in
<information>
element there is:
...
0
votes
0answers
75 views
JNLP File not updated
We are distributing our clients with Java Webstart.
Our JNLP File:
<jnlp spec="6.0+" codebase="http://{host}/jws/cashdesk/" href="cashdesk.jnlp"
version="3.4.2">
<information>
...
0
votes
1answer
227 views
Java Web-Start Desktop Icon Lauch Error Unable to Load Resources
I have created a JavaFx webstart application with ant script and enabled desktop shortcut.
This application signed and given all permissions and hosted in a local server for testing.
when it is launch ...
2
votes
5answers
134 views
Questions about Java Web Start
I'm looking into deployment options for a desktop Java application that will run on Windows and Mac. I am currently looking at Web Start, but I have a few questions.
If I can create an executable ...
0
votes
1answer
169 views
Java Web Start console vanishes
I am a novice to Java Web Start. I have a sample Client-Server application with CORBA as a middle ware. The front end (Client) is in Java and back end (Server) is in C++. The application is run and ...
0
votes
1answer
46 views
Signing JARs WebStart
I use Java version 1.6.0_19 and created a version of spring-richclient-jideoss-1.1.1_XXXX.
Then a generate a JNLP but when I download the JNLP and I get the error, ...
0
votes
2answers
359 views
java web start deployment property file reading
I am trying to deploy a very simple application in Java Web Start. I am totally new to this.
My application contains one Java file. On running the application by java (java CustomDemo) it displays a ...
2
votes
1answer
150 views
Java Web Sart Ubuntu 12.1. Load resource (image)
I have a game that runs well on Windows and Mac but in Ubuntu it doesn't find the image(s). That's exactly the problem, it doesn't find the image.
I'm trying to run this on Ubuntu 12.1 with Java Web ...
9
votes
1answer
642 views
Java7 breaks swt app on osx using webstart
We have an application that launches via webstart that uses the SWT library.
It's well known that osx requires the swt library to run in the main thread, so we have this in our jnlp:
<resources ...
2
votes
0answers
74 views
How to match javawebstart.version property with Java version?
Our application is concerned by an Oracle bug on Java Web Start that occurred since Java 6u17 until Java 7u10 (bug ID 6957028).
This is why I want to warn my users if they use a version that will ...
0
votes
0answers
63 views
JavaWebstart JNLP windows on windows task bar?
I developed JNLP GUI using jgoodies.
The GUI appears when I connect to the website.
But the GUI window is not on the windows task bar(in the bottom side).
The code is like below.
<script ...
0
votes
1answer
61 views
Rails uploading Rails app to Passenger server
I've uploaded my Rails app from a svn repository to my server. In my localhost it works ok, but when I try to access by Chrome I get the following error:
There appears to be a database problem.
Your ...
0
votes
1answer
51 views
webstart launches run jre, is there workaround?
My application is started by webstart, and it must run with jre6. But my customer's PC, for some reason, installs both jre6 and jre7. To specify jre6, I invoke my application using following command:
...
2
votes
1answer
118 views
Java Web Start download the latest JRE?
In my JNLP file, I'm using the following to make sure Java 7 users will run my application under Java 6:
<j2se version="1.6" href="http://java.sun.com/products/autodl/j2se"/>
It works, and ...
0
votes
1answer
44 views
JWS client to write a file to lib/ext
Is it possible (maybe using Java security) for a Web Start application to write a file into java.home\lib\ext on the client's Windows XP?
I need this regardless of the user credentials as defined by ...
2
votes
0answers
94 views
Application upgrade throws NPE
I am using JarDiff+Pack200+Signed app/jars
I have application v1.0 that requires j2se version=1.6.0_16
After the 1st installation/download I deploy v2.0 that requires j2se version=1.7+
The upgrade ...
3
votes
1answer
87 views
java webstart redownloads jnlp when query string is present in url
I'm using tomcat to serve up webstart applications. I've got a servlet writing out a jnlp based on the url sent to tomcat to allow for argument passing to the main. When requesting the jnlp without a ...
0
votes
1answer
91 views
Can a java web start application exist without .jnlp file? [closed]
As explained in Java Web Start it seems to have necessary to have a .jnlp file for a Java Web Start application. My application does not have a single .jnlp file . My application does not have main() ...
0
votes
0answers
64 views
configuring jprofiler for a we start application
I am working on a web start application which starts with url request
http:\\[ip address]:[port no]
After loading the first[static page] A new window opens from which every actions of application ...
1
vote
0answers
46 views
Retrieve the JNLP file from the service
Is there any API that returns the 'caller' .jnlp file? I am trying to create a generic installer (see below, SOURCE_JNLP) that can programatically access the JNPL used to launch the WebStart client.
...
3
votes
1answer
457 views
“Unable to create shortcut for” on starting Java7 on OSX
Whenever I start a JNLP WebStart Application with Java7 on OS X 10.8 I get the following message dialog:
Unable to create shortcut for XXXX
The console outputs the following exception:
...
0
votes
1answer
614 views
Starting JavaFx application via jnlp WebStart - not loading system native libraries defined in jnlp descriptor
I'm developing a JavaFX application which uses a webcam. To be able to access camera, I was forced to use opencv libraries and javacv which uses native opencv shared libs. Now I want the native dlls ...
2
votes
1answer
107 views
JNLP jar update
In the JFXtras project (http://jfxtras.org) we use webstart to start the Ensemble demo app. However, updates to the Ensemble.jar are not detected. I've tried to use versioned jars as described here:
...
2
votes
0answers
298 views
Webstart App on Windows 7 JNLP File Disappears
We are in the process of verifying one of our web start applications on Windows 7 as that is what our enterprise is moving to.
We are seeing the strangest thing. When a user runs the application ...
1
vote
3answers
982 views
Java Web Start doesn't pass arguments to application when running in browser
I'm having trouble passing arguments to a Java application started using Java Web Start. My system is Ubuntu Linux 12.04.1 Precise, but the same also happens in Windows 7. Both use Oracle Java version ...
1
vote
1answer
222 views
Starting Java application via web start
I've generated a jnlp file with Netbeans. By double clicking it, I get the following error dialog:
Double clicking the jar works, so no problem there but when double clicking the jnlp file, the ...





