Steve P.
Steve P.

Reputation: 1

glassfish4.1.1 "A full JDK (not just JRE) is required"

Windows 10: installed glassfish4.1.1 and jdk-8u111 but having the "A full JDK (not just JRE) is required" problem. The path variable looks ok as does the JAVA_HOME variable.

Upvotes: 0

Views: 339

Answers (1)

Fairoz
Fairoz

Reputation: 1666

You need JDK not the JRE, JDK has the tools javac.exe, java.exe, jar.exe, etc. Make sure you have downloaded JDK and set the PATH to point to the jdk/bin folder

Upvotes: 1

Related Questions