zoukankan      html  css  js  c++  java
  • MyEclipse运行错误解决办法:The Linux WYSIWYG design panel is still under development

    在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

  • 相关阅读:
    Android安全机制
    service不死之身
    图片加载机制比较
    handler机制面试
    SharedPreferences封装类
    文字太长自动缩小
    ANR
    onCreate源码分析
    线程池的启动策略
    Oauth认证协议
  • 原文地址:https://www.cnblogs.com/robbychan/p/3786807.html
Copyright © 2011-2022 走看看