Closed Pelotes72 closed 5 years ago
Fur future reference:
File > New > Java Project
src
Import...
General > Archive File
Run
Run As > Java Application
Run Configurations...
Arguments
Program Arguments
Alternatively, you could export the jar and run it from your OS command line.
File > Export... > Java > Runnable JAR file...
@Pelotes72: Thanks a lot!
I've added a link to this issue in the Tutorial.
Fur future reference:
Instructions for Eclipse IDE Beginners
Import jar
File > New > Java Project
) with default settingssrc
folder and chooseImport...
General > Archive File
and on the next screen, select the appropriate jar file.Run with cmd arguments
Run
(arrow in green circle), or openRun
menu.Run As > Java Application
.Run
dropdown again and chooseRun Configurations...
Arguments
tab to edit theProgram Arguments
.Alternatively, you could export the jar and run it from your OS command line.
Export jar
File > Export... > Java > Runnable JAR file...