Instead of cjdk exec java, allow just cjdk java.
Do this for all programs in the selected JDK's bin directory.
- This saves keystrokes
- We can guarantee that the executable invoked is exactly the one in the JDK, preventing any leak to something further down
PATH.
Instead of
cjdk exec java, allow justcjdk java.Do this for all programs in the selected JDK's
bindirectory.PATH.