I am working with Eclipse 2021-09 (4.21.0) and later to install the Plugin JBoss Tools, I observed that when I want to open a .xhtml file, the Eclipse give me the following error.

enter image description here

Maybe any idea.

2

There are 2 best solutions below

0
martosfre On

Reviewing the eclipse documentation, I can see the Bug 574611 related to it. According to it, you can do the following to avoid the error.

  1. Change the default browser to an external browser.

enter image description here

  1. Change the configuration related to JBoss Tool Editor -> Visual Page Editor to open the .xhtml files with the source tab only.

enter image description here

I hope the post will be useful for us.

0
Jeff MAURY On