where is dukes-age in maven archetype? per first cup of JEE7

后端 未结 5 2047
梦如初夏
梦如初夏 2021-01-22 14:07

I\'m following the JEE7 first cup directions for EJB:

Before you can create applications based on the archetypes, you must first install the archetypes

5条回答
  •  Happy的楠姐
    2021-01-22 14:49

    1. Click Open Project
    2. Go to %YOUR_GLASSFISH_FOLDER%\docs\firstcup
    3. Open examples

    Note that Java EE SDK comes with Glassfish and NetBeans comes with Glassfish. You need the Glassfish from Java EE SDK.

    1. Right-click the firstcup project in the Projects pane and select Build.

    Now you can create an application based on dukes-age archetype - just follow the instructions in clause 3.2.2.2 of tutorial. In my case it took maybe 10 minutes after step 5 until dukes-age-archetype has appeared in Known Archetypes, so you'll need to be patient.

提交回复
热议问题