转载自:http://blog.sina.com.cn/s/blog_75023188010159y6.html
1.download
从官网
http://www.myeclipseide.com/下载myeclipse-10.7-offline-installer-linux.run,
默认下载~/Downloads
2.install到/opt
首先安装java环境,可见我的另一篇博客,
ubuntu12.10安装jdk1.7.0_09
$ sudo mv
myeclipse-10.7-offline-installer-linux.run /opt
$ sudo sh
myeclipse-10.7-offline-installer-linux.run
3.更改权限
#方便破解程序执行相关操作
$ sudo chmod -R 777 /opt/MyEclipse
4.在Dash 面板添加MyEclipse 10快捷方式
$ sudo gedit /usr/share/applications/MyEclipse.desktop
[Desktop Entry]
Encoding=UTF-8
Name=MyEclipse 10
Comment=IDE for JavaEE
Exec=/opt/MyEclipse/MyEclipse\ 10/myeclipse
Icon=/opt/MyEclipse/MyEclipse\ 10/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true
3.破解
从我的百度盘里下载
myeclipse10.7破解程序.tar.gz
$ tar -zxvf
myeclipse10.7破解程序.tar.gz
$ cd
myeclipse10.7破解程序
$ sudo java -jar *.jar
出现对话框:
1. 输入Usercode, 点击'SystemId...', 生成SystemId
2. 点击'Active', 生成LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY
3. 点击菜单'Tools -> 2.SaveProperties...',
目的是把生成的LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY保存到~/.myeclipse.properties文件中
4. 点击菜单'Tools -> 1.ReplaceJarFile', 选择/opt/MyEclipse/Common/plugins目录, 等待10s左右,
出现Done就成功了。
4.如果破解不成功
$ cd ~/
$ sudo rm -r .myeclipse*
重新执行3步骤
最后,从ubuntu的Applications打开Myeclipse;在Myeclipse的菜单栏
Myeclipse->Subscription Information
Activation status:Product activated.
补充:
在myeclipse.ini中加入-Dlinux experimental=true