Hi,
We're doing some lab work. We started a java ee project in netbeans (ejb, jsf, jpa) and now I'm trying to import it into my fresh new intellij idea 13.1 installation. I'm having some trouble with dependencies:
Error:(13, 32) java: package javax.enterprise.context does not exist
Error:(14, 20) java: package javax.inject does not exist
We're using glassfish 4 as application server, which I have already set up in idea. Could you help me out? How to include those dependencies? Thanks.