挽星

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

在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

转自:http://blog.csdn.net/littlepig991/article/details/6384487

posted on 2013-05-01 15:17  挽星  阅读(221)  评论(0编辑  收藏  举报