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.

learn more… | top users | synonyms

2
votes
1answer
30 views

InvocationTargetException in Java Web Start applet/application

For reference, I previously asked a question about an error with essentially converting my Java application to an applet. Well, I was suggested to try JavaWebStart, and I am still receiving problems ...
2
votes
2answers
59 views

How to easily run desktop Java application via browser?

I made a Java desktop application that creates multiple interactive windows. I would like to show it to people not as a download link to a compressed folder archive, but as a program that runs as soon ...
0
votes
0answers
20 views

WebStart uses much more memory than without

I have a Application which uses JPA (via eclipselink) and Java-RMI. I set up a JNLP which starts the application. Now the problem: When i start the jar file via java -jar app.jar (or start it out of ...
6
votes
3answers
257 views

Runtime memory increase when migrating a Swing application from Java 6 to Java 7 Update 11

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 ...
0
votes
1answer
194 views

NullPointerException when attempting to start JWS application

I am trying to start the JNLP located at http://gparyani.com/beatbox.jnlp, but I get a NullPointerException in an internal class when I try to do so: java.lang.NullPointerException at ...
2
votes
0answers
56 views

Java 7 update 21 Webstart application certificate issue on windows 2008 R2

The code is signed using a certificate( NOT self signed ) as a requirement for this java version, on Windows 7 users are prompted to run/cancel launching the application, and if they check "Do not ...
0
votes
1answer
51 views

Java on Mountain Lion [closed]

I want to bundle a Java webstart app on Mac using these instructions: ...
0
votes
0answers
30 views

How to deliver JRE address for a JAR file, that it can run an every computer?

There is a Java application (ELO Java client) into which is the Rhino engine as Javascrpt runtime environment integrated. You can use JavaScript in ELO Java client to run and control external ...
1
vote
1answer
46 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
76 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 ...
1
vote
1answer
63 views

webstart maven plugin with dependencies

My boss told me to work with the Maven Web Start plugin to generate a JNLP and a signed JAR. The problem is no matter how I try I couldn't make a JAR containing my dependencies. I'm always facing a ...
0
votes
0answers
242 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
81 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
113 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
75 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
175 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
122 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
109 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
116 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
160 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
55 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
604 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
2k 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
257 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
59 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
255 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
141 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
259 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
131 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
283 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
480 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
155 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
102 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
80 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
247 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
135 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
186 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
400 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
162 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
682 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
77 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
69 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
69 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
56 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
128 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
46 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
95 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
90 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
97 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() ...

1 2 3 4 5 7