Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
86 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
3 votes
0 answers
52 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
2 votes
2 answers
325 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
  • 79
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
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
0 votes
1 answer
463 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
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
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
108 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
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
1 vote
0 answers
41 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
703 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
0 votes
0 answers
242 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
1 vote
0 answers
305 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
0 answers
71 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
2 votes
1 answer
943 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
0 answers
94 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
0 answers
90 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
0 votes
0 answers
214 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
0 answers
299 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
2 votes
1 answer
896 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
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
3 answers
8k 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
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
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

1
2 3 4 5
36