fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 110 forks source link

prepare the environment before executing the command in wrapper #319

Open Nidrop opened 1 year ago

Nidrop commented 1 year ago

My host (Void linux) package for JDK by default sets the environment variable JAVA_HOME (path to JDK), which is not compatible with Archlinux. So every time I have to unset or change the JAVA_HOME environment variable before starting the IDE from junest. Otherwise the IDE will not be able to correctly detect its own JDK, which was installed in junest. It would be nice to run the preparation script or smth before executing the wrapping command.