Web Applications
Applications developed with RapidClipse are web applications. The output you get is a .war file that you can deploy in any servlet-container or Java application server, e.g. Tomcat.
Select Quick Launch > Build Web App (.war).
Deploy the .war file generated in your project under target in your application server.
Result:
Web application - A new file target is created in Project Management. The executable web application is saved as a .war file in the target folder.