java-web-start Questions
1
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...
Cornaceous asked 17/4, 2013 at 13:26
1
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 ...
Doridoria asked 9/4, 2013 at 14:31
4
Solved
can someone explain what is happening here?
seneca:~ kiewie$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server V...
Spenser asked 23/4, 2011 at 10:23
1
In my application's JNLP file, I specify the PermGenSize in JNLP java-vm-args parameter.
After upgrading Java on my MAC to Java7u13, the JNLP fails to launch with java-vm-args params.
If I remove t...
Angry asked 19/2, 2013 at 5:40
2
I have an embryonic Java Web Start application with a single class. It runs on Windows and Linux but gets the dreaded Invalid Thread Access error on Mac OS X. I realise that this has been dealt wit...
Towne asked 17/10, 2012 at 15:24
4
I use the shortcut tag in my appliation's jnlp descriptor to create a desktop link and a menu entry for my application.
If these shortcuts get deleted on the client - how can they be reinstalled a...
Habile asked 26/8, 2009 at 5:37
1
Solved
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 li...
Rapt asked 1/2, 2013 at 10:13
1
Solved
How has Oracle changed the Java Plug-In launch experience for the user, in response to the recent security vulnerability?
Details
The JRE 1.7 Vulnerability Q&A at SO.
Oracle Security Alert for...
Dantedanton asked 2/2, 2013 at 5:47
1
Solved
Recently security vulnerabilities were discovered in the Java Plug-In1. As a protection for the end user, Java in most browsers was disabled promptly. What do the 'Java disabled' warnings look like...
Petepetechia asked 23/1, 2013 at 19:24
1
Solved
I have a JNLP package for my application.
Now I have the need to pass command line arguments to my application.
How do I extend my JNLP file to list the command line arguments?
For instance, I nee...
Isborne asked 2/1, 2013 at 3:45
1
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:
<resource...
Toilworn asked 13/12, 2012 at 16:15
1
Solved
I need to port a java desktop app for mac os-x.
The app will be launched via JNLP.
Is the Java runtime environment pre-installed on MAC-OSX ?
Randle asked 16/12, 2012 at 5:24
2
Solved
I am using JavaScript in order to execute JNLP which in the end will execute my client.
I am trying to pass parameters via JavaScript execution to the JNLP and having those parameters via JNLP ins...
Canopus asked 5/12, 2012 at 10:53
2
Solved
Possible Duplicate:
Can’t find jnlp.jar in JDK 1.7
For jdk 1.6, it can be found here (according to Where can i download JNLP.jar):
${java.home}/sample/jnlp/servlet/jnlp.jar
However...
Pitiful asked 25/11, 2012 at 20:17
5
I am trying to get a custom destop icon to be displayed for my app but for some reason no matter what I do the same default java icon shows up. I have tried everything I can think of and gone and c...
Tramel asked 17/1, 2010 at 9:24
3
Solved
After installing the Java for OS X 2012-006 update, the Java Preferences app, for configuring applets and, more importantly for me, Java Web Start apps has gone. The tech note about this update say...
Pounce asked 8/11, 2012 at 12:28
2
Solved
I'm having trouble displaying the deploy-java button on ajax rerender
<h:form id="deployJavaForm" rendered="#{myBean.shouldRender}">
<h:outputScript library="js" name="http://java.com/js/...
Wordage asked 2/11, 2012 at 7:32
6
Solved
HERES THE ANSWER:
It appears (through our testing) that Java 7 Web Start requires you to host your resources on a server using an SSL certificate. Your cert does NOT have to be signed, but unsigned...
Widower asked 8/3, 2012 at 19:47
1
Solved
I am working on a Java Webstart Application. This is supposed to gather resources from a JAR file that is included in the resources section in the JNLP file.
The application language is German, so...
Devereux asked 31/10, 2012 at 14:24
1
With the latest update to Apple's Java 6 on Lion, not only did it disable web browser support, it also disabled Java Web Start. I use javaws with an app that requires Java 6 and 32-bit. Java ...
Acinus asked 22/10, 2012 at 4:7
3
Compilable source can be found at: http://www.splashcd.com/jtable.tar
I'm new to the language, so I'm not sure if this is acceptable behavior or not.
I created a JTable to display a row for each ...
Rooke asked 12/10, 2012 at 18:26
1
I want to have a link on my JSF page. When you click this link, a Java Web Start application starts. The application doesnt affect the current page at all. The application just starts on its own.
...
Gribble asked 12/10, 2012 at 14:40
3
Solved
Is it possible to force cache clearing when a java web start application is updated from the command line?
Iatrochemistry asked 28/9, 2010 at 11:14
1
Java 7 on 32-bit Windows 7 - Java Webstart - Unable to load resource
I can't launch any java webstart application on a 32-bit Windows 7 system.
E.g. ArgoUML - http://argouml-downloads.tigris.org/j...
Chlorpromazine asked 21/9, 2012 at 18:12
1
I was browsing through some details when a thread caught my eye.
https://forums.oracle.com/forums/thread.jspa?messageID=9886607
As you can see; &TOKEN=something in JNLP href is considered a s...
Hammon asked 21/9, 2012 at 21:5
© 2022 - 2024 — McMap. All rights reserved.