Reputation: 21
When trying to add Glassfish 4.1.2 server in Netbeans 8.1 IDE, I'm getting the following error message:
"Not a valid GlassFish Server installation"
JDK 1.7.0_67 on Windows XP used.
Upvotes: 1
Views: 4985
Reputation: 81
Try the following:
console-core
:
cd glassfish412/glassfish/lib/install/applications/__admingui/WEB-INF/lib/
mv console-core-4.1.2.jar console-core-4.1.jar
console-core
to its original name:
cd glassfish412/glassfish/lib/install/applications/__admingui/WEB-INF/lib/
mv console-core-4.1.jar console-core-4.1.2.jar
Upvotes: 2
Reputation: 19
According to the release news, Glassfish 4.1.2 requires JDK 7 u80 or newer:
Minimum JDK required is JDK 7 u80.
Upvotes: 1