-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Used Path variable #159
Comments
I'm sure it must work, because i'm using it daily. Please call in your opened command shell: |
I had done this and I would also expect that it's works ... I had never this problem in the past until last week and I use easyshell since years. At the moment I assume that this is an OS or eclipse problem. However the problem disappears yesterday and I had it again today. But after a restart of eclipse the problem had gone again. So I hope this was a local issue on my PC. |
Thanks for the feedback! I've looked in the code and see that i'm using "ProcessBuilder" here and do not touch the environment (commented out). As expected from description it just passes the environment from Eclipse process (initial value), so Path etc. should be good:
I think it can be OS, Eclipse process or Java process... hm... Code:
|
Close this one, because it looks like OS or Eclipse issue. Please reopen if it's still reproducible. Thanks! |
Used Path variable
If I open a windows command shell via easyshell, the shell does not use the configured system "Path" environment variable ... in opposite if I open a command shell outside eclipse.
What can I do to change this?
The text was updated successfully, but these errors were encountered: