私は Eclipse を使用して OpenIMAJ を操作しており、OpenIMAJ を RESTful Web サービスと統合したいと考えています。
RESTful Web サービスで OpenIMAJ プロジェクトを実行しようとすると、
SEVERE: The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container
java.lang.NoClassDefFoundError: org/openimaj/image/Image
at edu.carleton.comp4905.main.Index.hello(Index.java:30)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)