How to run a batch script (.bat file) from eclipse

后端 未结 4 1476
天命终不由人
天命终不由人 2020-12-01 11:54

My Java application is started by running a set of commands that are present in a batch file (.bat file). And I imported this into Eclipse workbench. How do I execute the ba

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 12:27

    Associate with text Editor by right-click - Open With (As of 2017 there is no plugin with special editor )

    To run install plugin like https://marketplace.eclipse.org/content/easyshell
    You can easy run .sh with Git Bash as well

    or https://github.com/culmat/eExplorer

提交回复
热议问题