Hi,
I'm trying to use orekit integrated with Matlab using the script "Integration_in_Matlab" present
here (which just for practicality I'll call "matlab_orekit.m").
I substituted the javapath commands with the updated version of the packages:
javaaddpath 'orekit-6.0.jar'
javaaddpath 'commons-math3-3.2.jar'
the files "orekit-6.0.jar", "commons-math3-3.2.jar" and "orekit-data.zip" are in working directory. Everything seems fine except that when it comes to execute the line:
crawler=org.orekit.data.ZipJarCrawler('orekit-data.zip')
this exception is raised:
Java exception occurred:
java.lang.NullPointerException
at
org.orekit.data.ZipJarCrawler.<init>(ZipJarCrawler.java:114)
at
org.orekit.data.ZipJarCrawler.<init>(ZipJarCrawler.java:99)
I'm not so expert with orekit so I don't know if it is my fault or a problem of orekit.