maven-mvnd
maven-mvnd copied to clipboard
I am using the alias to switch jdk, 0.7.1 is ok, but 0.9.0 has problem
export JAVA_8_HOME=/usr/local/program/jdk/jdk1.8.0_281 export JAVA_17_HOME=/usr/local/program/jdk/jdk-17.0.6 alias jdk8="export JAVA_HOME=$JAVA_8_HOME" alias jdk17="export JAVA_HOME=$JAVA_17_HOME"
CentOS Linux release 7.6.1810 (Core)
0.7.1:

0.9.0:

@winhkey Could you try with a recent mvnd version and report ?
@winhkey Could you try with a recent
mvndversion and report ?
I have updated the recent version, but got the same exception