Hi Boviz, You did the correct thing updating the project config to run against Java 1.7 ... that's the minimum version required by Apache Isis.
With the remaining 6 errors (in screenshot 3, http://imgur.com/a/a5k56), doing the Project > Maven Update should fix the first 5. But double check against the link that Jeroen provided. As for the last error, that *is* a mistake in the archetype; just change SimpleObject() to SimpleObject(null). HTH Dan On 18 October 2016 at 20:27, Jeroen van der Wal <[email protected]> wrote: > Hi Laszlo, > > First of all welcome to the Apache Isis community! For a smoother > experience I suggest using IntelliJ since most members on this list are > using that. The Eclipse documentation might be outdated for that reason, > not sure about the video too. More on setting up IDEs can be found here: > http://isis.apache.org/guides/dg.html#2.-using-an-ide > > Cheers, > > Jeroen > > On 17 October 2016 at 00:12, Bővíz László <[email protected]> wrote: > > > [resend with links to screenshots] > > > > Hi > > isis list members > > , > > > > I'm newby with isis and also with eclipse and java so please don't mind > if > > my questions seems stupid. DDD is very interesting, so I > > want to > > give it a try. > > > > Dan explained in a video how to start with eclipse > > by importing the archetype > > . Following the step > > s > > I got the following errors. > > See the > > > > scree > > n > > shots. > > > > Screenshot1: http://imgur.com/a/AnZfH > > Screenshot2: http://imgur.com/a/3UuMI > > > > After refonfiguring the java compiler compliance level in each project to > > the workspace default, which is 1.7 (jdk 1.8.0_101) still there are > errors. > > Most are with the pom files and one with the SimpleObjectTest. The > > suggested "Maven->Update Project or use Quick Fix" doesn't fix it. > > > > Screenshot > > 3 > > : > > > > http://imgur.com/a/a5k56 > > > > Thanks in advance for any help, > > Laszlo > > >
