maven-mvnd icon indicating copy to clipboard operation
maven-mvnd copied to clipboard

I am using the alias to switch jdk, 0.7.1 is ok, but 0.9.0 has problem

Open winhkey opened this issue 2 years ago • 2 comments

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: image

0.9.0: image

winhkey avatar Apr 10 '23 08:04 winhkey

@winhkey Could you try with a recent mvnd version and report ?

gnodet avatar Aug 22 '23 12:08 gnodet

@winhkey Could you try with a recent mvnd version and report ?

I have updated the recent version, but got the same exception image

winhkey avatar Sep 13 '23 16:09 winhkey