Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
95 views

Here is the problem: when build a maven project, and try to convert it to Dynamic Web Project, the Apache Tomcat v9.0 couldn't be selected. The Tomcat has configure successfully that it could show web ...
OuterTowner's user avatar
0 votes
2 answers
2k views

Now I have installed Java 8. Please see the paths and do tell me what am I missing. JNLP files can't be launched with javaws comand. Macbook Air M1 % echo $PATH /Library/Java/JavaVirtualMachines/...
Aquarius_Girl's user avatar
3 votes
0 answers
55 views

I’m asking if it is somehow possible to use multiple signatures for code signing of Java applications. Usually as I understand for signing JARs, I do need to have a valid and not expired certificate. ...
Paul Edison's user avatar
1 vote
0 answers
405 views

I have an old Applet that is using Java Web Start. To launch this Applet, I use this JNLP file: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="6.0+" codebase=...
Soku's user avatar
  • 99
2 votes
2 answers
365 views

Scenario: My company is maintaining an applet that is used by many machines through Java Web Start. Java Web Start is triggered by an JNLP file that contains all the informations and parameters to ...
Soku's user avatar
  • 99
0 votes
2 answers
217 views

I have this simple Java SOAP service which works fine in the local machine. import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebService; import javax.xml.ws.Endpoint; @...
chameerar's user avatar
  • 365
0 votes
0 answers
2k views

I've got an old java webstart app, and it appears one of the certs (possibly just an intermediate cert) it uses expired in December '23. That is understandable, but the odd thing is that the app will ...
Russell Milliner's user avatar
0 votes
1 answer
198 views

Our pom.xml is: <?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.our</...
Eljah's user avatar
  • 5,443
3 votes
1 answer
2k views

My application is developed on oracle jdk8 and UI is written in javafx. UI runs with javaws however, it openWebstart fails to launch same UI with error "Application Error: Not a launchable JNLP ...
Shipra Shahi's user avatar
2 votes
0 answers
353 views

I tried something like that : javaws -J--add-opens=java.desktop/javax.swing.plaf.metal=ALL-UNNAMED my_jnlp_file.jnlp And also tried in the jnlp : <j2se java-vm-args="--add-opens java.desktop/...
Sybuser's user avatar
  • 1,960
0 votes
1 answer
483 views

I'm trying to open a HTML page in Chrome using the --app cli option but I can't get it to work when I start my Java Swing application with Java Web Start. When I run the command using CLI from CMD it ...
Stefan Hagström's user avatar
0 votes
0 answers
361 views

I am trying to launch my JAR , that contains spring-boot API , through JNPL but I am getting : java.lang.IllegalStateException: Unable to determine code source archive from \\localhost:8080\webstart\...
Ariel's user avatar
  • 1
0 votes
0 answers
56 views

I'm using these jersey libraries: <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version&...
ansanes's user avatar
  • 117
0 votes
1 answer
1k views

type here I am trying to build REST API, I have created the web application project using maven and included jersey dependencies in pom.xml file. Also I have included web.xml file and weblogic.xml ...
S Mugunthan kumar's user avatar
2 votes
0 answers
1k views

I'm trying to open a jnlp file, but I have the next error: selected jre: /usr/lib/jvm/default-java WARNING: package javax.jnlp not in java.desktop selected jre: /usr/lib/jvm/default-java WARNING: ...
exodehm's user avatar
  • 581
0 votes
1 answer
330 views

How can I force 1.8.0_191 ( x86_64) just for this application? JNLP file : <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="https:...
Arbelac's user avatar
  • 1,954
0 votes
1 answer
112 views

I have a Java program that runs a GUI that receives required information from the user/displays information. There is a button in the GUI that generates a Proposal in the form of a PDF that I wish ...
DrewF's user avatar
  • 1
9 votes
1 answer
36k views

On my Mac, I cannot open JNLP files. Double-clicking them opens a pop-up with the message: The operation couldn’t be completed. Unable to locate a Java Runtime that supports javaws. Please visit http:...
Étienne Miret's user avatar
2 votes
0 answers
5k views

const computehash = (pay) => { const hashType = crypto.createHash('sha256'); gen_hash = hashType.update(pay).digest('hex'); return gen_hash } const JWS_Header =(kid) =>{ return { ...
vignesh K B's user avatar
0 votes
1 answer
411 views

I'm learning JavaWeb and deploying local tomcat9 in idea. An exception occurred when I tried to connect to the database by reading the properties file. It should be that my properties file was not ...
kayai's user avatar
  • 11
1 vote
0 answers
44 views

I want to build a web project in Tomcat, but the code always fails to run. I tried many hints from web,but no method succeeded. Because I am Java beginner,I supply my IDEA setting. public class ...
ppgame's user avatar
  • 11
0 votes
1 answer
2k views

I need Options to run oracle forms and report (12c) without internet explorer except the Forms Standalone Launcher (FSAL) and Java Web Start (JWS) many thanks
Mohammad K's user avatar
0 votes
1 answer
713 views

I'm trying to launch TopCoder's Applet using the following command javaws ContestAppletProd7.2.jnlp However, I get the following StackTrace: net.sourceforge.jnlp.LaunchException: Fatal: Launch ...
user avatar
2 votes
1 answer
3k views

I just cloned the backend of the project, then I tried to run on NetBeans 8.2. But, I failed to run it. Following error is showed. Other colleagues can run it without any problems. It happens only to ...
Jaehyuck Choi's user avatar
0 votes
0 answers
244 views

I Have the Following Error when I try to Run an JNLP File, that I downloaded from a Website. I Just want to Know if the Problem Lies with my Computer or the File Itself. If its in my Computer, then ...
EW3A's user avatar
  • 15
0 votes
1 answer
167 views

We are running some new software that is java-based and are trying to run it on Redhat 8.4. The vendor claims that they have it running on Ubuntu, but I have not been able to do the same. The ...
stormdrain's user avatar
  • 7,895
1 vote
0 answers
310 views

I want to implement a small authorization service on JWT tokens My steps : Tokens will be signed by the RSA Store keys I want to delegate to Vault, and I want Vault to automatically generate new keys ...
Konstantin's user avatar
0 votes
2 answers
607 views

I have a Windows Jenkins executor with OpenJDK installed. From my understanding, Java Web Start is no longer compatible. Is there a way around this or another solution to still be able to remotely ...
Azusena Huacache's user avatar
0 votes
0 answers
76 views

first of all: I have no knowledge in java. My boss asked me if we could change our current programm to always be on top (like the option in windows task manager - options - "always on top") ...
JR_'s user avatar
  • 1
3 votes
2 answers
2k views

I have a Java client application that sends REST request to retrieve some data form a REST service. I'm setting the client up like this: import jakarta.ws.rs.client.ClientBuilder; import jakarta.ws.rs....
PaulEdison's user avatar
2 votes
1 answer
953 views

I'm running Oracle's JRE version 1.8.0_291-b10 under macOS 11.4 and I'm unable to use a local JNLP which gets a JAR through TLSv1.1. When running the JNLP using javaws -wait ~/Downloads/test.jnlp I'm ...
kiler129's user avatar
  • 1,162
0 votes
1 answer
444 views

When I try to download CPLEX no-cost academic edition from the IBM website, the download does not automatically start and it states "If Download Director does not start install / re-install ...
user avatar
0 votes
0 answers
97 views

I am trying to activate a form with a html button of type submit, in php it works correctly with isset $ _POST [] but not in jsp. this is my button and I tried this code that I made, but it doesn't ...
Camilo Beltrán's user avatar
0 votes
1 answer
812 views

I am trying to learn Java WebStart following THIS TUTORIAL, but I am running into a ClassNotFoundException. I deployed my jar file to https://dalayach.github.io/TestClass.jar Here is the stacktrace ...
davidalayachew's user avatar
0 votes
0 answers
94 views

I have struggled with this problem but I don't understand it. Here is the stack trace: This is my radio button: Here I assign a variable for each of the radio button groups that I have, and create ...
Camilo Beltrán's user avatar
2 votes
1 answer
3k views

We have a Java application, which is ran with JNLP file. It usually works fine, but we have one PC that is unable to run it, because during running JNLP progress bar stucks on Verifying Application ...
tucoramirez37's user avatar
0 votes
0 answers
223 views

I got a new laptop, and installed the newest NetBeans version (12.3). I wanted to install Tomcat, too, but I always get the following silent Error in NetBeans when I'm trying to start Tomcat: class....
michi's user avatar
  • 1
0 votes
1 answer
271 views

is there a way to remove Oracle Java Web Start from MacOS. I tried running sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencePanes/JavaControlPanel....
konex's user avatar
  • 1
0 votes
0 answers
302 views

I searched a lot of solutions, but none of them can solve my problem. I created a new project like below: Note that I use Java 15. My main code to connect to SQL Server is below package ...
Dunguyen's user avatar
0 votes
1 answer
189 views

I am learning a java web and my teacher makes me must implement Serializable for classes put on the server. Why we must do it. Because when I do not implement Serializable my server still active. So, ...
CND's user avatar
  • 13
2 votes
1 answer
912 views

I had created a jnlp file and specified max-heap size as 4096m. After downloading the jnlp file, I cross-checked the memory parameters and max-heap size of 4096m was getting reflected over there. But ...
Savitha's user avatar
  • 49
3 votes
1 answer
593 views

The new "Prefer Tabs" system setting in Mac OS X 11 (Big Sur) causes issues with Java applications. If the setting is set to "Always", or to "In full screen" and the ...
user1525309's user avatar
0 votes
1 answer
2k views

I want to run a fat client delivered as a Java web start application without Java web start. I launched it via javaws and managed to get all the jar files mentioned in the JNLP file from the cache ...
pottea's user avatar
  • 33
0 votes
0 answers
243 views

Currently we have to prompt the user to find their .p12/jks cert file on disk using a file dialog box. They already have to add their cert to Chrome or FireFox so I was hoping to pull that information ...
Dylan's user avatar
  • 2,229
0 votes
3 answers
9k views

I have a server remote console webstart application - jnlp file which needs to connect via a SOCKS proxy. The challenge I have is that I do not want to change the IE proxy or common Java network ...
sshark's user avatar
  • 73
0 votes
2 answers
581 views

i was getting an issue which I couldn't understand, which was: *************************** APPLICATION FAILED TO START *************************** Description: Parameter 0 of method setApplicant in ...
Victor Magosso's user avatar
4 votes
1 answer
7k views

Hello🙂 I'm not familiar with Java. I'm trying to run Java Web Start (javaws command) using SDKMAN! to use a Supermicro's legacy IPMI application. It seems that Oracle Java 8 was able to run javaws ...
shuuji3's user avatar
  • 1,413
0 votes
0 answers
66 views

I am currently working on A middle-size Java Web application using Netbeans & GlassFish. And everything was good until I placed all JSP fils into the folder called LoginOut, which I created it to ...
Edmond Dantes's user avatar
1 vote
1 answer
12k views

I found similar issues but none addressing the issue recently. In a fresh installed Java, for the record: java -version openjdk version "14.0.1" 2020-04-14 OpenJDK Runtime Environment ...
Fernando Barbeiro's user avatar
3 votes
0 answers
315 views

I am trying to execute .jnlp file on client machine using java web start as well as open web start. How to make sure that only single instance of jnlp application or java web start application is ...
sachin's user avatar
  • 31

1
2 3 4 5
36