Reputation: 63
I'm trying to add glassfish application server on Intellij IDEA but it gives an 'application server libraries not found' error.
libs not found :
I've confirmed the installation path from netbeans-which seems to work with no issues, and the path given on the web console is the same
what is it that i could be missing?
Edit:
The directory structure looks like this
dir
i've tried both a level above and one level down-whereby i tried the bin and the domains folders
Upvotes: 2
Views: 2934
Reputation: 1272
Remove the second glassfish from the path. You want:
C:\Program Files\glassfish-4.1.1
Here's how my location looks in intelliJ (my glassfish is in the the C:\ directory)
Upvotes: 2