-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
version 52 means Java 8, so this means that you try to build EJBCA with Java 8, while Java 11 is the minimum. If you switch java, also always do "ant clean" to remove old leftovers. |
Beta Was this translation helpful? Give feedback.
-
Can you print the first "display-properties" part that shows up when doing "ant build". |
Beta Was this translation helpful? Give feedback.
-
after setting JAVA_HOME explicitly |
Beta Was this translation helpful? Give feedback.
after setting JAVA_HOME explicitly
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.25.0.9-2.el8.x86_64
it works as expected.
Thanky Tomas for helping me!