Hi @tasso94
Actually I don’t know what to do to “create a package,and add a Process Application class” with Eclipse/Maven…Should I put the given commands by using the command line or should I do that by using the GUI. If so, how should I do that pratically ? The tutorial instructions does not explain that…
actually I do not use Eclipse but creating a package should be very simple.
You already managed to create a new maven project in Eclipse, right? So you should see on the left side of the Eclipse window the directory tree which is labeled ‘Package Explorer’. The next step would be to create a package called org.camunda.bpm.getstarted.loanapproval inside src/main/java. Try to perform a right-click, select “new” and click on “package”.