Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JBoss EAP 6.1 Error : This runtime type requires a JDK. The current default VM for this server's execution environment is not recognized as a JDK

You can check this warning here when I'm adding the server I'm getting like this. Please help me out. Thanks

like image 295
VBR Avatar asked Nov 25 '15 01:11

VBR


2 Answers

Go to

window -> preferances -> java -> installed jres

Click "Add" and add the JDK path.

enter image description here

like image 51
Harsha Jayamanna Avatar answered Oct 22 '22 01:10

Harsha Jayamanna


I know I am late to answer but I hope this can help someone. Well this error means that you need to point on your JDK not JRE : on Eclipse go to window -> preferences

enter image description here

like image 23
S_intg Avatar answered Oct 22 '22 01:10

S_intg