Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Select File->New->Project->Java->Java Project. Select Next.





  2. In the New Project Window give the Project name ss ApplicationClient and select Next.





  3. On the Java Settings window. Select the Projects tab and click add.



  4. Check the box for SimpleEJB and Select OK.


    !


  5. This will add the SimpleEJB project to the build path of the Application Client as shown in the figure. Select Finish.


    !


    Tip
    titleWhy to add EJB project to build path :(

    This is because the build path is used to find the classes referenced by your Client source code. These classes will be required for compilation of Client source code.