VBR
VBR

Reputation: 93

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

Upvotes: 8

Views: 9280

Answers (2)

S_intg
S_intg

Reputation: 332

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

Upvotes: 3

Harsha Jayamanna
Harsha Jayamanna

Reputation: 2258

Go to

window -> preferances -> java -> installed jres

Click "Add" and add the JDK path.

enter image description here

Upvotes: 3

Related Questions