It seems that the new version is not working under Ubuntu (not tried under other linux flavors).
Running the shell script, after a couple of seconds a messagebox with a filename appear and then quits.
Reverting to 57 solves the problem.
This is just a jar file missing in the classpath, that has nothing to do with the OS. It should be jetty9/lib/jetty-xml-9.2.25.v20180606.jar, please add it to the classpath. In your screenshot you see the NoClassDefFound Exception in the background.
Comments
Hello, which filename is it?…
Submitted by service on Mon, 03/15/2021 - 18:01
Hello,
which filename is it?
Regards
it was an xml file in the…
Submitted by albertom on Mon, 03/22/2021 - 11:13
it was an xml file in the eclipse path. I can't tell you right now because I have to reinstall the 59 and I don't have a spare machine available.
Here it is
Submitted by albertom on Wed, 03/24/2021 - 12:18
Here it is
Albertom, This is just a jar…
Submitted by service on Wed, 03/24/2021 - 15:24
In reply to Here it is by albertom
Albertom,
This is just a jar file missing in the classpath, that has nothing to do with the OS. It should be jetty9/lib/jetty-xml-9.2.25.v20180606.jar, please add it to the classpath. In your screenshot you see the NoClassDefFound Exception in the background.
Regards
I added the line:…
Submitted by albertom on Wed, 03/24/2021 - 20:43
I added the line:
addToClasspath "jetty9/lib"
after the others and now it works.
I checked the start script -…
Submitted by service on Thu, 03/25/2021 - 08:15
In reply to I added the line:… by albertom
I checked the start script - yes this line was missing.
Regards