I'm having a Problem with a Java program that I am developing that is using a jar file that was created by the Mathworks JA builder. In this Matlab program, it is using JAK to create a KML file for Google Earth. I have had no problem on the development computer with the full Matlab ide. However when taken over to another machine that only has the MCR I get the following error:
javax.xml.bind.PropertyException: name: com.sun.xml.bind.namespacePrefixMapper value: de.micromata.opengis.kml.V_2_2_0.kml$NameSpaceBeautyfier@15cb235
at javax.xml.helpers.AbstractMarshallerImpl.setProperty(Unkown Source) at com.sun.xml.internal.bind.V2.runtime.MarshallerImpl.setProperty(Unkown Source) at de.micromata.opengis.kml.V_2_2_0.kml.createMarshaller(kml.java:642) at de.micromata.opengis.kml.V_2_2_0.kml.marshal(kml.java:682)
Is this something that is related to the Classpath?
Thanks for any help.