Eclipse version : Mars 2
Creating an Empty EJB Project in Eclipse Mars 2
There are several types of project which can be chosen in Eclipse IDE. In this context, I am using Eclipse Mars 2. Below is the step which is used to create an empty EJB project :
- Run the Eclipse IDE first. And access the following menu
Window > Show View > Package Explorer
- The next step is to create New Project which is shown as follows :
Click the menu which is displayed in the above New > Other …
- By doing the step in the third one, it will then appear the following window :
- In the above window, scroll down and select EJB Project as shown below :
- From the above Window click the Next button as shown below :
Fill the Project Name, in this article it is filled with EJBCalculatorTest. Click Next to proceed on creating the EJB Project.
- The following window is used to display the EJB Project’s folder target for source code as shown below :
- Click the Next button to proceed on creating the EJB Project so it will appear the following window :
- Click the Finish button, so the process of creating an EJB project is finished. So, we will have the following display of empty EJB project named EJBCalculatorTest in the context of this article which has been created in the Package Explorer pane as follows :