On 06/12/11 07:43, Laurent Pellegrino wrote:
Hi all,
It seems that rsparql script on UNIX systems is not working. I don't
know if the class is missing or if the classpath is wrong but I get:
Exception in thread "main" java.lang.NoClassDefFoundError: arq/rsparql
Caused by: java.lang.ClassNotFoundException: arq.rsparql
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Kind Regards,
Laurent
Laurent,
Which "rsparql" script are you running?
The one in the JenaZip/ project will not run in the project - it only
works in the unpacked zip when all the dependences get placed in lib/.
Andy