How to run program created in ECLIPSE from command prompt?
Below are the steps to run program created in ECLIPSE from command prompt:
1. Go to the Debug perspective of Eclipse IDE
2. select the desired program run (where it says Termintated, exit value...)
3. Right click ->choose Properties-> Eclipse launches whole command line command that was used while executing in Eclipse along with all build paths.
4. We can run this same command in the same dir eclipse did (see in Run Configurations, Arguments, Working directory).
Comments
Post a Comment