I have a problem executing my java sample “hello world” program outside Eclipse while Eclipse can execute it whenever I push the Run menu button. So I want to know the command line Eclipse uses to execute the java program.
I have a problem executing my java sample hello world program outside Eclipse while
Share
You can check the other parameters
arguments,classpath,environment variablesetc. that eclipse might be using to compile your program, from theRun Configurationswindow, which appears as a dropdown when you click the drop-down button next to theRunbutton in eclipse.To get the full command line, you can open the
Debug viewfromWindow>Show View>Other.... Right click on the last launch and go to properties. Eclipse will list the exact command line.