Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
1 vote
1 answer
94 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
1k 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
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
1 vote
0 answers
385 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
347 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
214 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,433
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
352 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,784
0 votes
1 answer
465 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

15 30 50 per page
1
2 3 4 5
119