Add Java EE 6 Jars to Module Dependencies
Answered
I need to import following Jars;
The project can be found here.

But "Add Java EE 6 Jars to Module Dependencies" does not work:

Can you help me please?
Thank you,
Please sign in to leave a comment.
You need these 2 jars which are not a part of Java EE 6:
http://www.java2s.com/Code/Jar/c/Downloadcdiapi11jar.htm
http://www.java2s.com/Code/Jar/j/Downloadjavaxinjectjar.htm
Hi Serge Baranov,
How can I add those jars to right places?
Put them in the lib folder, right click, add library. See also https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#working-with-module-dependencies.
I did add those Jars but still:
You are missing this important step:
Thank you for all your help Serge; one last thing:
I get this error message:
Even though I use my confic is like this:
Check the module language levels: https://stackoverflow.com/a/12900859/104891.
Thank you Serge Baranov you are very helpful.