Delete comment from: Java67
javin paul said...
If you want to run native shell commands from Java code then you need to use Process class and its exec() method, check this article for an example of running shell command form Java code.
Oct 24, 2020, 9:16:44 AM
Posted to How to Run External Program, Command Prompt, and Batch files from Eclipse Console ? Example Tips