Closed marcelomachado closed 3 years ago
The version 2.6.5 is build for java 11. If you require the deprecated version java 8 you should use the 2.6.4 Upgrade from java 8 to java 11 is the main change between 2.6.4 and 2.6.5
@Galigator Thank you.
Perhaps it would be interesting to have a note about this in README because it indicates java 8 as a requirement.
I am trying to use the
OpenlletReasonerFactory
from version 2.6.5 as you can see in maven dependency below:However, when I try to build my project with IntelliJ the error
class file has wrong version 54.0, should be 52.0
appears. I am using Java 8:Do I really need to update my Java version? What version of Openllet works with Java 8?