Closed jpage4500 closed 1 month ago
I'm actually not really sure 😎
My assumption is that ~/.profile
is only loaded from a shell, so if you start your application from /Applications/Something.app/Contents/MacOS/JavaLauncher
then the environment variables should be taken from the shell. Otherwise the "regular" environment variables will be used.
Hi @perdian - This isn't an issue at all.. this library has worked great for me!
My question just is how the system environment is set? I noticed when running my app if I call
System.getenv()
and look for the PATH this is what I get:I have several other folders set in my PATH (set in ~/.profile) so those aren't getting picked up.
FWIW here's how my app is setup (pom.xml)