Add Global library to Application Server library
Answered
Hello,
I have a added Wildfly 10 server to IntelliJ IDEA, but it only imports the EJB libraries with it, so I have created a Global library from maven and download the jboss java ee 7 Specification APIs so i can use stuff life JSF ... etc. It also adds the sources and javadocs which can be very helpful.
So my question is can I use this newly created Global library in the application server libraries?

Thank you.
Please sign in to leave a comment.
You can't add one application server library into another, you also can't add other libraries to the app server.
Just add jars to the existing app server or configure a library (not application server) and add this library to the module dependencies: http://www.jetbrains.com/idea/webhelp/configuring-module-dependencies-and-libraries.html.