java - Running a web server in eclipse -


I know that this may look strange, but how I have deployed it and wrote a web server without running it , How do I do it in eclipse? (And please specify the Eclipse version) Thanks

Is the web server implemented in Java? Then launch it as another Java program (right click on main category, 'run as such' -> 'Java application').

You can deploy it as a runny jar. Right click on the project, 'Export as ... ...' 'Java' -> Select 'Runnable JR File' Wizard Follow the instructions If you exported properly, then everybody double-click on your webserver jar (As long as Java is installed).

My Eclipse-version is 3.5, but it does not make any difference. This functionality applies since ... no longer;)


Comments