You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: