Add new comment

Config classpath based on execution machine's env vars

It seems that if I configure the classpath using an environment variable (e.g. %MY_PATH%/example.jar) it uses the MY_PATH environment variable as defined on the machine on which I build the exe. Is there a way to configure it so that when the exe is running on some other host machine it uses its environment? Thanks!