Java Web Start (JWS) is the Oracle technology used to launch rich client (Swing, Java-FX, SWT, AWT..) desktop applications directly from a network or internet link. It offers 'one click' installation for platforms that support Java.
0
votes
1answer
20 views
I would like to send with a click of the button an applet any parameters to the browser. (Html)
I would like to send with a click of the button an applet any parameters to the browser. (Html). I know there are some methods button object but do not know which to use.
How can I do this?
ps .: I'm ...
0
votes
0answers
18 views
Can Java web start 32 bits launch a 64 bits JVM (or which JVM does “java web start” choose in Windows)?
Hi!
We start an application with the command ”javaws URL" in a 64 bits Windows 7 environment. The URL denotes a JNLP-file which specifies a version av Java (e. g. 1.7+)
If that Java-version is ...
-1
votes
0answers
20 views
Can Webstart switch to 64bit java, while JNLP file association points to 32bit java?
What i found is that the windows 7 file association as per
HKEY_CLASSES_ROOT\JNLPFile\Shell\Open\Command
is what executes the JNLP file.
The only option in the JNLP file is to specify a seperate ...
0
votes
1answer
17 views
Passing Arguments to JNLP from a JSP
I'm working on replacing an applet with an application launched with Java Web Start. So far in my demo version developed in Netbeans, I'm able to generate the launch.jnlp with the arguments set to the ...
0
votes
1answer
31 views
setting up my jnlp to run with a specific java path
My software has it's own java, using which I have to run my application via jnlp through javaws. The application requires a certificate which is already imported in it's java. My script-file which is ...
1
vote
1answer
8k views
Weblogic ant JWSC task to generate a webservice war file
Need urgent help...
I am running a jwsc ant task to generate a war file.
It is working fine for me if I add the weblogic.jar to classpath before running the ant script ( ...
0
votes
0answers
18 views
Using PersistentService to Access Files Within a JWS Codebase
I have to write a program to be run by Java Web Start that will be a replacement to an applet that writes and reads files to local directories, amongst other things. I get the impression that I can ...
0
votes
0answers
13 views
Runtime error for JavaFXML Application as WebStart with Sqljdbc driver
I've created a simple JavaFXML Login Application which accesses database in MSSQLServer 2014 using the sqljdbc41.jar driver in IntelliJ IDEA.
After building the artifact, I can easily run the ...
0
votes
0answers
26 views
Java Web Start return value - workaround
I know that returning a value from a JWSapp to the "calling" page cannot be done.
However, I use this JWSapp to get user ID from its biometric information.
The idea is that when you try to login, a ...
1
vote
1answer
17 views
RCP application is not restarted
I have my own IApplication and modify start() as:
@Override
public Object start( IApplicationContext context )
{
LOGGER.debug( "Application.start(IApplicationContext context " + ...
0
votes
0answers
13 views
applet->JWS application <-> Javascript
I have searched SO and Google over a score of hours and I still cannot find an answer to how to deploy a JWS application (not applet) from a webpage and call methods on it or even have it call methods ...
1
vote
1answer
27 views
My java web start application only starts when verbose is set
I have a java web start application, that I try to start via
javaws.exe https://localhost:8888/myApplication/myApplication.jnlp
nothing happens (no error message; I see no process starting in the ...
9
votes
8answers
81k views
I am not able launch JNLP applications using “Java Web Start”?
Up until recently, I was able to launch/open JNLP files in Firefox using Java web start.
Don't know what happened all of a sudden JNLP files stopped launching, a splash screen appears saying Java ...
1
vote
0answers
19 views
How to specify a minimum JRE minor version in jnlp file?
My application needs to have at least JRE 1.8.0_60. How can I define this?
<j2se version="1.8.0_60" .../>
means only this Version, right?
1
vote
1answer
125 views
How do I get maven to use the JNLP version naming convention?
I've been tasked with reducing the download size of one of our webstart apps. I've figured that a decent portion of the download is from all a largish library of jar files, and since we rarely update ...
1
vote
0answers
26 views
Java Web Start Application: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod
I am getting following error in Java Web Start Application.
Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod
My JNLP file:
<?xml ...
0
votes
0answers
90 views
Java Web Start - IllegalStateException: zip file closed
I'm facing a strange exception in my Java Web Start application.
It verifies at application start during the loading, then the application crashes with this exception: IllegalStateException: zip file ...
0
votes
0answers
22 views
How to launch a Java Web start application with dynamic parameters
I'm trying to migrate a Java applet to a Java web start application. The applet was activated from a JavaScript with several parameters, some are not hard-coded (sessionId, tempFilePath):
...
1
vote
1answer
35 views
FXML JavaFX app run through JNLP java.lang.NullPointerException: Location is required
Crossposted:
• https://community.oracle.com/message/13857396#13857396
• http://www.coderanch.com/t/666195/JavaFX/java/FXML-JavaFX-app-run-JNLP#3105294
I try to deploy JavaFX FXML app as Web Start but ...
1
vote
2answers
55 views
How can I force Java Web Start to run a self-signed JNLP?
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 would ...
2
votes
2answers
2k views
Java WebStart with version Update
I'm using Java WebStart with this simple application that I'm working on and I have also made it so that it would be able to check for updates for the latest versions of the jar file. Although when ...
0
votes
1answer
19k views
Unable to launch Java JNLP application after downloading
I would like to include my java application which I save it as jar file inside web browser. I've tried the Java Web Start tutorial and create the Java JNLP application. I also follow tutorials based ...
1
vote
0answers
10 views
Cannot generate JNLP dynamically from ADF (JSF) application
I have an application developed with Oracle ADF ( JSF ) that uses an applet to send PDFs directly to the printer without showing them to the user.
Since modern browsers (such as the latest versions ...
2
votes
0answers
32 views
Java Web Start Applet opening new Browser Window/Tab ignoring target
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"),
...
26
votes
5answers
59k views
How do I fix “missing Codebase, Permissions, and Application-Name manifest attribute” in my JNLP app?
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 ...
0
votes
0answers
17 views
How to Supply MaxMetaspaceSize for a JNLP process
I am trying to supply MaxMetaspaceSize for a java web start process. But after starting the process when i see on jconsole i don't see the specified Maximun metaspace size. the process is not ...
0
votes
0answers
20 views
Firefox disconnect WebSocket when I launch Java Web Start Application
In my JSP I'm using a WebSocket and also a link to an external Java Web Start Application.
With Firefox I got a WebSocket disconnection when I launch the external Java Web Start Application (on ...
1
vote
1answer
19 views
applet cleanup when Java Web Start closes
I have an Applet (AWT technology) running in Java Web Start. If the Web Start window closes, I need to perform some cleanup before the applet shuts down. Neither the overridden stop() nor the ...
1
vote
3answers
3k views
issue with starting java web start application on linux
Operating System: Linux version 2.6.18-308.1.1.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Fri Feb 17 16:47:13 EST 2012
Java ...
0
votes
0answers
13 views
How to capture all actions(e.g Button Clicks, ComboBox selection etc) performed by a user within a java webstart application?
I am trying to capture all user action performed in my Java webstart application.It should work like a runtime Intelligence solution so that we can monitor what action user performs the most.
11
votes
3answers
310 views
Testing java web start application using jemmy
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 ...
0
votes
0answers
18 views
Jenkins - Tomcat Application - which container for windows? (continuous delivery)
Request for hints (I search the rest).
I have an application which is built by Jenkins. There's a jenkins build which creates a zip file that contains a fully configured tomcat containing the ...
11
votes
6answers
25k views
Opening JNLP File in Java 6 JRE instead of JRE 7
I have Java 6-based Java Web Start application that I need to open on a Windows machine. The machine has JRE 7 installed, with JRE 6 copied manually to the Program Files folder. The problem is that ...
1
vote
2answers
936 views
How can I programmatically find the path of JNLP file? I am using Java Web Start to generate the JNLP file
How can I programmatically find the path of JNLP file?I am using Java Web Start to generate the JNLP file.
I know that manually you can find the JNLP file in the Java Cache Viewer in Resources with ...
0
votes
2answers
61 views
JavaFX Web Start failure – FailedDownloadException: Unable to load resource:
I have deployed JavaFX app to web. At local host works fine only applet. Runned from a file works both – applet and web start.
But after deploying to web server I got this exception (probably for ...
0
votes
1answer
30 views
JavaWS APPLICATION_TEMPLATE.JNLP causes crash
I have a swing application that is launched via Java WebStart. Upon moving to Java 8 I have the following problem.
Using the following MYAPP.jnlp file with the attached APPLICATION_TEMPLATE.JNLP ...
0
votes
0answers
15 views
Python testing .jws endpoint
I have a soapui project that uses a jws endpoint.
I want to try to automate and run the api testing outside of soapui.
Is there a python module that can test jws endpoint?
1
vote
0answers
33 views
How to set dpiaware in javaws jnlp file
I have a java swing application that is deployed using Java web start. Everything appears very small on high dpi displays. I've determined this is because while java reports that it is dpi aware to ...
1
vote
1answer
29 views
What does proper browser embed JavaFX app deployment looks like?
I have tried to deploy JavaFX app intent to be embed to browser.
I have done steps bellow:
1. javapackager -createjar -outdir compiled -outfile myapp -appclass MyApp -srcdir bin
1. javapackager ...
1
vote
0answers
14 views
Import MySQL data base resource from an xml file in java web
I'm working in a java web project in netbeans.
I actually can connect my project to mysql using the following resource in the context.xml
/META-INF/context.xml
<?xml version="1.0" ...
0
votes
1answer
146 views
java JNLP error: javax.net.ssl.SSLHandshakeException
I'm trying to run a java JNLP-based application.
It works fine from home : javac+javaws are the same v.1.8.?
Now I'm trying to run my application at work. I'm working behind a proxy and I used the ...
1
vote
3answers
3k views
Java web start fails to start - JRE 7 32 bit (running on 64 bit windows system)
I have removed all JDKs/JREs (using the uninstaller), removed the JavaSoft stuff from the registry, removed JAVA_HOME from the environment variables, removed any reference to Java in the "Path" ...
2
votes
2answers
124 views
How to select which JDK to run programatically
I was googling for "Loading" function for Java Swing and ended up in this tutorial.I downloaded the .jnlp file and try to run it. I got an error saying "Your security settings have blocked an ...
0
votes
0answers
31 views
How to download libraries from JNLP file
I'm trying to load a specific JNLP file from a Java program and get its .jar files. I've downloaded the .pack.gz files (because it uses compressing), but now I can't unpack them. I'm trying it by ...
0
votes
0answers
22 views
Java Webstart Dist Folder Empty
I compile my code without Webstart and the .jar file is properly created along with the lib folder in the dist folder.
When I try to compile my code with Webstart selected (signed or unsigned) the ...
0
votes
0answers
35 views
Java Web Start shortcuts not working after Java update
After updating to Java 1.8, all my Java Web Start desktop shortcuts don't work any more, because of the wrong path to the JRE.
For example:
C:\Program Files\Java\jre1.x.x_xx\....
Is there a way to ...
1
vote
3answers
969 views
Java/JNLP: substitute user.home from argument list
I have a JNLP in which I provide some arguments to the main application.
I'd like to give a subdirectory of the user's home directory as an argument, in a portable (at least Windows/Linux) way.
I've ...
0
votes
0answers
65 views
R6016 - not enough space for thread data error generated for javaws.exe
We have an application deployed/launched by Web Start on Windows 7 desktops (Windows 7 Enterprise Service Pack 1).
The version of Web Start used has previously been 1.6.0_22 32 bit (C:\Program ...
2
votes
1answer
176 views
Java 8 update 91 plugin connects to get all classes
When I installed Java 8 update 91 JRE in my computer I noticed that all my JNLP applications where slower. Console displays this for each class used by my application:
network: No se ha encontrado la ...
0
votes
1answer
91 views
Java Web Start will work as before with Java 9?
Oracle has announced that Java 9 will not include the Java plugin for browsers, but that Java Web Start will be supported anyway.
Currently, it is possible, at least in Internet Explorer, to launch a ...