java-web-start Questions
1
Solved
I have type the following on my windows 7 CMD:_
javaws -viewer
But the following error was raised:- "Windows can not find '\bin\ssvagent.exe' ", so what is going wrong?
Geddes asked 6/9, 2012 at 13:51
1
Solved
How do I use SwingEventMonitor to monitor mouse events in applications running in other JVMs?
The demo code I have can monitor mouse clicks in applications running within its own JVM, but applica...
Schlessinger asked 12/11, 2011 at 1:27
6
Solved
Since the release of Adobe AIR I am wondering why Java Web Start has not gained more attention in the past as to me it seems to be very similar, but web start is available for a much longer time.
...
Szombathely asked 24/9, 2008 at 9:47
2
Solved
At my company we are using Java Web Start to distribute client software to the customers. They are using different Windows versions: XP, Vista and 7.
We've deployed a version through JWS with minim...
Christiniachristis asked 28/11, 2011 at 13:12
3
I was trying to open an JNLP client but it fails every time throwing an exception.
#### Java Web Start Error:
#### Unsigned application requesting unrestricted access to system
Unsigned resource:...
Bargain asked 13/6, 2012 at 7:27
1
Solved
I have JDK 1.7 installed and I need to make a Java Web Start application. I searched the internet and found that you need the jnlp.jar in your project build path.
There is a similar question (http...
Polacre asked 31/5, 2012 at 8:54
2
Solved
When building a jnlp with the maven-webstart-plugin, I found that the runtime dependencies weren't being included in the jnlp.
I'm using a template like this:
<?xml version="1.0" encoding="utf...
Cambyses asked 31/8, 2011 at 7:59
2
I'm new to almost all related things, but would like to build a Java Web Start application using Maven. I also need to repack a specific .jar (commons-httpclient-3.1.jar), or it won't sign with Jar...
Truett asked 3/1, 2012 at 14:23
2
I've try code below...
@Grapes([
@Grab('org.hsqldb:hsqldb:2.0.0'),
@GrabConfig(systemClassLoader=true, initContextClassLoader=true)
])
import groovy.sql.Sql
println Class.forName('org.hsqldb.jdb...
Trenton asked 4/5, 2011 at 16:4
1
Solved
Google Chrome does not launch JNLP file automatically, so I recommend for our users this solution. It works but the downloaded JNLP file remains in download folder. Deleting them manually is troubl...
Turboelectric asked 19/2, 2012 at 10:35
3
Solved
I've decided to make my app java web start, i prepared the .jar file and .jnlp.
Here is .jnlp:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
codebase="http://www.mypage.com/j...
Siler asked 19/1, 2012 at 20:22
1
Solved
I have a Java webstart application, fully signed, and it has been deployed live for over a year now. We have never been able to get it to work with Safari for some reason. Actually, I have not been...
Forgive asked 30/1, 2012 at 20:39
3
Solved
We just discovered that every time we restart JBoss, all of our Java Web Start clients redownload all of their jars, instead of reusing the cached jars, even if our application has not changed.
Fr...
Bloodhound asked 28/11, 2011 at 21:52
2
Solved
I have been trying to get webstart to dump to a heap dump when it runs out of memory.
I know the jmap/jconsole way of doing it, but what I really want to do is add the option to jnlp file and have...
Primary asked 11/1, 2011 at 23:11
2
Solved
I am writing a java webstart application to deploy from website so users can click and run my software. I need to have a kind of unique machine identification to avoid abusing the accessing of the ...
Mortify asked 11/1, 2012 at 16:12
1
Solved
So I will be using Java Web Start to deploy the java application. When exporting to a Runnable Jar, there are three options in eclipse Helios.
Extract required libraries into JAR
Package required...
Heartrending asked 28/11, 2011 at 21:53
1
Every time I click a Java Webstart button, Firefox downloads the JNLP file and puts it in my Downloads folder. I have over 500 JNLP files from my JWS app called name-123.jnlp and so on. Internet Ex...
Des asked 25/11, 2011 at 11:38
4
Solved
I have a Java rich client desktop app. that I want to distribute on some computers at work, but I've never done something like this before. People aren't too computer-savy at my workplace and since...
Laktasic asked 22/8, 2011 at 1:26
2
Solved
is it possible to use java.util.Logging and log to a file in a java webstart application?
I have the following logging code:
Handler fh = new FileHandler("myapp.log");
Logger.getLogger(MyApp.c...
Endocardial asked 12/8, 2011 at 23:17
2
I developed a Java Web Start app that lies on a web server based on HTTP security.
Once I log in to the web-page for launching my Java Web Start application, the app is asking me again to authentic...
Behoof asked 9/8, 2011 at 12:50
1
Solved
I'm using the Java Preferences API to store and retrieve small pieces of information in a swing/java application.
Now i have setup Java Web start to launch the application from my web page, and I ...
Altorelievo asked 30/7, 2011 at 21:5
3
I need a bit of wisdom from the stackoverflow.
I'm going to developp a GUI application which will process xml data via forms. I have selected two options : Java (swing or swt) or Qt.
I've a...
Weidner asked 19/7, 2011 at 15:25
1
Solved
I am now trying to deploy a Java application with Java Web Start. The application works fine when running standalone. I exported the project as a runnable .jar file, and then wrote the correspondin...
Istic asked 7/7, 2011 at 14:49
1
Solved
Does Java Web Start have any callback when your JNLP deployed app is going to be un-installed (either via Add/remove programs or Java Control Panel)?
Reason for this is to delete any app-generated...
Mclin asked 4/7, 2011 at 3:34
2
Solved
I am experimenting with Java Web Start.
I have just written a basic JApplet which has a method on the Applet class called getDocumentBase(). This returns the full URL to the location the Applet is...
Schizothymia asked 16/6, 2011 at 12:4
© 2022 - 2024 — McMap. All rights reserved.