如何解决jbosstools在windows中不支持64位jsp文件预览的问题
bati99
2011-09-30
电脑上安装的基本配置是
java SDK 1.6(64bit)+Jboss 7.0(64bit)+eclipse3.7.1-win32-x86_64 win7的操作系统。 在web编程的时候,jsp文件预览功能会出现以下错误: Could not open the Visual Page Editor: Current platform 'win32.win32.x86_64' is not supported. ![]() 查看了jboss的FAQ,发现是再windows下面目前只支持32位的java,那现在是不是只能重新全部安装成32位的才能解决啊? 参照网址:http://community.jboss.org/wiki/JBosstoolsVisualEditorFAQ Q: Which platforms are supported by Visual Editor? A: The list of supported platforms (and their IDs): Windows with Java 32-bit (win32.win32.x86) Linux x86 (gtk.linux.x86) Linux x86-64 (gtk.linux.x86_64) Mac OS X Cocoa with Java 32-bit (cocoa.macosx.x86) Mac OS X Carbon with Java 32-bit (carbon.macosx.x86) [not supported by JBoss Tools 3.3.0 and later, JBDS 5.0 and later] In brief, Java 64-bit is supported on Linux only, on all other systems Visual Editor requires Java 32-bit. |
|
bati99
2011-10-08
没有人知道……
![]() |
|
bati99
2011-10-08
换用32位的jdk和eclipse就可以了。
应该是 Visual Editor不支持64位的预览功能。 |