wrs (#25) - Could not find the main class: jp.co.orkney.restlet.WebRouting?. Help! (#218) - Message List

Could not find the main class: jp.co.orkney.restlet.WebRouting?. Help!

MapMaker:~/pgrouting/wrs# ./start.sh MapMaker:~/pgrouting/wrs# Exception in thread "main" java.lang.NoClassDefFoundError?: jp/co/orkney/restlet/WebRouting Caused by: java.lang.ClassNotFoundException?: jp.co.orkney.restlet.WebRouting?

at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController?.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader?.loadClass(ClassLoader?.java:307) at sun.misc.Launcher$AppClassLoader?.loadClass(Launcher.java:301) at java.lang.ClassLoader?.loadClass(ClassLoader?.java:252) at java.lang.ClassLoader?.loadClassInternal(ClassLoader?.java:320)

Could not find the main class: jp.co.orkney.restlet.WebRouting?. Program will exit.

Whats wrong?

  • Message #779

    After compiling you need to copy the content of the "bin" directory" to your WRS root directory, so you will have a directory "jp" then there.

    • Message #786

      Thank you!!!