OuterTowner · Stack Overflow

Score of 1

1 answer

101 views

Why the Apache Tomcat v9.0 couldn't to be selected as the runtimes

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 ...

  • reputation score 85

Score of 0

2 answers

2229 views

Java 8 is installed on Macbook Air - Apple M1. How to open JNLP files?

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/...

  • reputation score 23256

Score of 3

0 answers

76 views

Does OpenWebStart support Code Signing a multi-signature approach?

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. ...

  • reputation score 31

Score of 1

0 answers

491 views

Error executing JNLP file with Open Web Start

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=...

  • reputation score 99

Score of 0

2 answers

233 views

Unable to access Java SOAP service when deployed using Docker

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; @...

  • reputation score 365

Score of 0

0 answers

2198 views

java "failed to validate certificate" but clears a while later?

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 ...

  • reputation score 1

Score of 3

1 answer

1780 views

Unable to run jnlp using Open Webstart Java 8

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 ...

  • reputation score 43

Score of 2

0 answers

372 views

How do I use --add-opens together with IcedTea javaws?

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/...

  • reputation score 2021

Score of 0

1 answer

536 views

Open Chrome in app-mode from Java Web Start not working

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 ...

  • reputation score 21

Score of 0

0 answers

371 views

Can I Launch Spring Boot with Java Web Start (JNLP)

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\...

  • reputation score 1

Score of 0

1 answer

1049 views

URL path not working in when deployed in WebLogic server

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 ...

  • reputation score 41

Read the original on stackoverflow.com ↗