问题1.
当我们打开linux版本的MyEclipse新建一个jsp页面,打开这个jsp时会提示
The Linux WYSIWYG design panel is still under development. To access an experimental version of this design panel restart with the commandline argument -Dlinux.experimental=true这个是jsp页面所见即所得的问题,我们找到eclipse.ini配置文件,在
-XX:MaxPermSize=256m
这行代码的下面加上
-Dlinux.experimental=true
保存退出后就可以解决,即使不改这个错误也没什么问题,只是在jsp页面上没有所见即所得而已。
问题2.
No more handles [Could not detect registered XULRunner to use]问题
1) 下载Xulrunnerhttps://developer.mozilla.org/en/XULRunner_1.9.2_Release_Notes
2) 解压到一个目录
3) 执行命令 xulrunner.exe --register-global 注册 xulrunner
重启myeclipse,问题解决。
本文介绍了解决MyEclipse在Linux环境下遇到的两个常见问题:一是新建jsp页面无法实现所见即所得的功能;二是出现Nomorehandles[CouldnotdetectregisteredXULRunnertouse]错误。通过调整配置文件及安装注册XULRunner,可以有效解决这些问题。
1万+

被折叠的 条评论
为什么被折叠?



