java - How do I solve GlassFish error 'Glassfish server runtime requires full JDK instead of JRE' while configuring GlassFish server? -


i going through strange problem dont know how fix. trying configure glassfish 4.0 in eclipse. when click on glassfish 4.0 server list , hit next, throws error stating:

glassfish server runtime requires full jdk instead of jre

i added jdk1.8.0_73 in eclipse, selected drop down. once select throws new error stating:

this server runtime requires jre 1.7 or higher.

i have jre1.8.0_66 in drop down, when select again goes previous error:

glassfish server runtime requires full jdk instead of jre

the error goes , forth whenever select jdk or jre , clueless on how proceed. can throw light on here?

glassfish 4.0 not support java 8.

with version of glassfish, need install select jdk 7.

if want use jdk8, try installing glassfish 4.1 or newer, or replace compatible fork called payara.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -