Importing hyperjaxb purchase order tutorial into Eclipse
I would like to import the sample app from this tutorial into eclipse. I keep getting errors related to where the files get placed. When I create a Main class to run the code in the tutorial, I either get compilation errors from Eclipse not seeing the required packages when the Main class is in the build path, or I get a Launch Error: Section does not contain a main type when the Main class is not in the build path. So far, I have taken the following steps: Download zip Navigate to folder in cmd.exe Run mvn clean install Create new maven project in eclipse Add the below to the pom.xml Run