NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am not sure this is the correct place to ask this question but I cannot find any other resource.

I tried to start GPSMaster with the command line command java -jar GpsMaster_0.63.00.jar

I get the following error Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Unknown Source) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56) Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException at java.base/java.net.URLClassLoader.findClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 3 more

I have also tried "C:\Program Files\Java\jre-9.0.1\bin\java" -jar GpsMaster_0.63.00.jar and get the same error

Java has been updated to v9 which is 64-bit only.

Am I doing something wrong (I cannot find any documentation on how to start GPSMaster.jar) or does GPSMaster need modifying for java v9?

asked 10 Nov '17, 19:29

ElsieBB's gravatar image

ElsieBB
26112
accept rate: 0%

2

I have an imac and java 8 and GpsMaster_0.63.00.jar works fine so installing java 8 might be easiest temporary solution for now.
There is a developer contact listed near the end of this page... http://wiki.openstreetmap.org/wiki/GpsMaster

(11 Nov '17, 12:19) nevw

Thank you. I reinstalled java v8 in another directory and GPSMaster runs when I use that.

Having now searched for some of the errors, other software has similar problems.

There are significant changes between v8 and v9 (and even more for the future v10) which mean many applications are going to need to be revised.

permanent link

answered 12 Nov '17, 08:48

ElsieBB's gravatar image

ElsieBB
26112
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×1
×1

question asked: 10 Nov '17, 19:29

question was seen: 1,517 times

last updated: 12 Nov '17, 08:48

Related questions

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum