I installed a scripts package to be able to run a Java program in Atom editor. But I\'m still not able to run it. Getting the following error message:
P.S -
add jdk to PATH..environment varaiables
Main reason for this issue is scripts package is NOT built for cross-platform. "bash" won't be recognised on Windows. But we have following workarounds to make it work.
It works with following modifications:
Now, able to run Java from atom editor. :)
As suggested in other forums, Cygwin could be other better alternative to get bash.