When using Environment Variables to switch Java versions through JAVA_HOME, updating PATH with %JAVA_HOME%\bin works in CMD, but does not work in PowerShell, because ...
It should be possible to create/import a Java 14 project, when Eclipse JDT is patched with Java 14 support. When creating a new Gradle project with Gradle 6.3.rc4 ...
I'm writing a simple script that will allow me to switch jdks easily so I have JAVA_HOME in my .profile set to something initailly and then I want to run the script so that it changes teh JAVA_HOME to ...