Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Visual Page Editor has experimental support for Windows 64-bit"

Tags:

eclipse

jsp

jboss

I am using Eclipse Luna and JBoss AS 7. When I create a JSP page in Eclipse, then I get the below error:

enter image description here

I changed my server to Tomcat 7, still I am getting the same error.

How is this caused and how can I solve it?

like image 420
Varun Avatar asked May 16 '15 11:05

Varun


2 Answers

That visual page editor is part of JBoss Tools plugin which you installed in order to be able to integrate and use JBoss AS server in Eclipse.

You don't need it. It's not only experimental, but generally visual page editors just doesn't work when you want to end up with quality code. Just click the red cross at the right bottom corner and then click the Source tab and finally close the Palette tab. This is fortunately an one-time thing. It will stay away when you create new JSP pages.

enter image description here

It's just the worst part of otherwise very great JBoss Tools plugin.

like image 165
BalusC Avatar answered Sep 19 '22 11:09

BalusC


If you want to use a visual editor, I would recommend the XULRunner JBoss tool.

Link to the eclipse update site:

  • http://download.jboss.org/jbosstools/updates/integration/luna/core/xulrunner/xulrunner-1.9.2_win64-2014-08-22_09-55-58-B4/
like image 41
Houssamel-deen Avatar answered Sep 19 '22 11:09

Houssamel-deen