Eliud Daniels
Eliud Daniels

Reputation: 63

Glassfish configuration on Intellij

I'm trying to add glassfish application server on Intellij IDEA but it gives an 'application server libraries not found' error.

libs not found : screen

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

web console 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

Answers (1)

Old Schooled
Old Schooled

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) enter image description here

Upvotes: 2

Related Questions