Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 months ago. Improve this question I try to use org.hsqldb.hsqldb in my Maven project. The requirement of the client is to use Java 8. The current version of org.hsqldb.hsqldb is
Advertisement
Tag: version
Invalid version number: Version number may be negative or greater than 255
I am getting below error when I try to access a page in my application. SEVERE: Servlet.service() for servlet [jsp] threw exception java.lang.IllegalArgumentException: Invalid version number: Version …
Correct way to check Java version from BASH script
How can I check whether Java is available (in the PATH or via JAVA_HOME) from a bash script and make sure the version is at least 1.5? Answer Perhaps something like:
Advertisement