I am trying to use the Jodd-http version 3.6.6
library in a simple application. The application runs fine on a test machine which has java 1.8
installed but when I try to run the same application on another machine with java 1.7
it throws this excption.
java.lang.NoSuchMethodError: jodd.Jodd.init(Ljava/lang/Class;)V
is this version of jodd-http
is not compatible with java 1.7
?
Jodd modules are distributed in two flavors:
1 .as a single bundle jar, that contain all Jodd modules in one distribution archive.
So Jodd may be used on any platform where there is a suitable Java 7+ runtime environment.