Myeclips: The Linux WYSIWYG design panel is still under development

来源:互联网 发布:为什么淘宝订单都没了 编辑:程序博客网 时间:2024/06/07 22:09

在Eclipse/MyEclipse中打开可视化编辑窗口,比如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

解决办法:

$ sudo gedit /usr/java/eclipse/eclipse.ini //编辑eclipse目录下的eclipse.ini文件

直接在后面加入(第一句附在原文后一行,下面一段为Myeclipse参数):

-Dlinux.experimental=true


-showsplash
com.genuitec.myeclipse.product
-vmargs
-Xms128m
-Xmx512m
-Dosgi.splashLocation=/root/MyEclipse_6.0/eclipse/MyEclipseSplash.bmp
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
-Dlinux.experimental=true