watzon / wsl-proxy

WSL proxy files for editor/linux interop
Do What The F*ck You Want To Public License
143 stars 25 forks source link

Unable to run WSL programs #13

Open mikart143 opened 5 years ago

mikart143 commented 5 years ago

I found an error I guess, there is problem with executing command on bash.exe. If yiu use only bash.exe -c "java %*" it will give you an error: /bin/bash command not found. Fix for that is simple, just add -i option.

I am using Pengwin(WLinux)

watzon commented 5 years ago

Apparently bash.exe has also been deprecated in favor wsl.exe. Maybe try running the command with wsl.exe without any flags and see if it works. I may need to update all of the files to use that.