Using Eclipse, I have created a Fitnesse framework. When I run the simple calculator example (Right Click - Run as java app) my console throws the error -
Starting FitNesse on port: 80 SEVERE: FitNesse cannot be started... SEVERE: Port 80 is already in use. SEVERE: Use the -p command line argument to use a different port.
I do not want to use the command line to manually change the default port. I want to change it through Eclipse? How do I do this? I am new to this so please explain plainly.
Many thanks,
Within Eclipse, when you right click the project, to "Run as Java Application", that same dropdown has an option to "Run Configurations", choose this. In the pop up modal that will appear, we can enter -p port# as an argument. Save and Close. Now "Run as Java Application".