MyEclipse 8.6.1 制作绿色版
我们先在这个目录下新建一个文件: MyEclipse 10.6.bat , 文件内容如下:
start eclipse\eclipse.exe -vm jre\bin\javaw.exe
接下来只需要改一个Eclipse 插件的配置文件就可以实现绿色版运行了, 我们用记事本等文本编辑器打开下面的这个文件 com.genuitec.eclipse.MyEclipse.link:
文件原始内容如下所示:
path=d:\\Java\\MyEclipse6.0\\myeclipse
这个是指定 myeclipse 这个插件目录的位置的, 我们把它改成相对路径即可:
path=..\\myeclipse
OK, 完工了, 把MyEclipse 10.6整个目录复制到你的移动硬盘上或者刻成光盘。以后当你的系统重做后或者拿着移动硬盘到了一个根本没装过 Java 工具的电脑上后, 双击批处理文件MyEclipse 10.6.bat 即可立即启动 MyEclipse 来工作! 复制到硬盘上的任何目录(注意路径建议不要带空格或者汉字), 也可以同样启动, 免去我们安装和配置之苦。
======================================================
安装文件:myeclipse-8.6.1-win32.exe
安装目录:D:/MyEclipse/8.6
运行安装:
MyEclipse Install Directory -->C:/Users/Administrator/AppData/Local/Genuitec/MyEclipse-8.6
修改为:D:/MyEclipse/8.6.1/MyEclipse
这样的话,后面所有配置文件的修改,都是以D:/MyEclipse/8.6.1/MyEclipse/为相对根路径来修改的
Common directory --> C:/Users/Administrator/AppData/Local/Genuitec/Common
修改为:D:/MyEclipse/8.6.1/Common
安装完成:
选择默认工作区:D:/MyEclipse/workspace/8.6.1
修改配置文件:D:/MyEclipse/8.6.1/MyEclipse/myeclipse.ini
#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-install
D:/MyEclipse/8.6.1/MyEclipse
-vm
D:/MyEclipse/8.6.1/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
-configuration
D:/MyEclipse/8.6.1/MyEclipse/configuration
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
全部改为相对路径
#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-install
../MyEclipse
-vm
../Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
-configuration
../MyEclipse/configuration
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
也可以修改myeclipse.ini中配置的jvm路径
编辑文件:D:/MyEclipse/8.6.1/MyEclipse/configuration/.settings/org.eclipse.ui.ide.prefs
#Fri Feb 24 11:19:52 CST 2012
RECENT_WORKSPACES_PROTOCOL=3
MAX_RECENT_WORKSPACES=5
SHOW_WORKSPACE_SELECTION_DIALOG=false
eclipse.preferences.version=1
RECENT_WORKSPACES=D/://MyEclipse//workspace//8.6.1
修改为:
#Fri Feb 24 09:35:06 CST 2012
RECENT_WORKSPACES_PROTOCOL=3
MAX_RECENT_WORKSPACES=5
SHOW_WORKSPACE_SELECTION_DIALOG=false
eclipse.preferences.version=1
RECENT_WORKSPACES=..//..//workspace//8.6.1
修改文件:D:/MyEclipse/8.6.1/MyEclipse/configuration/org.eclipse.equinox.simpleconfigurator目录下bundles.info中配置的插件路径,
替换内容:"file:/D:/MyEclipse/8.6.1/Common/" 全部替换成"file/:../Common/",
file:/D:/MyEclipse/eclipse-plugins/ 全部替换成"file/:../../eclipse-plugins/"
修改:D:/MyEclipse/8.6.1/MyEclipse/configuration/config.ini
#Generated by Pulse at Fri Feb 24 11:20:08 CST 2012
#Fri Feb 24 11:20:08 CST 2012
org.eclipse.update.reconcile=false
com.genuitec.pulse.client.handshake.id=b519db33-4a06-46ea-bb86-3b1fa36f2bf6
eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452-1330053273594
osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.6
osgi.framework=file/:../Common/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
com.genuitec.pulse.client.credentials=IH5xjImaOQGHFt5qtlwPnUWaVWV3X42/E6volPHK5yaV52trXdqWLvCH7N5P1PRx/UGBAocKGiSj nat9nCUhjKD4qMfMLAhYgIK56dOq3sFamO8SQJJHd1sQfk7U5fN0jjL6/RthMwtu3UIURIH6Ej7L vfAc42w0Fc2Mb9XjNR4/=
osgi.splashLocation=D/://MyEclipse//8.6.1//Common//plugins//com.genuitec.myeclipse.product85_8.6.1.me201011171823//splash.bmp
com.genuitec.pulse.client.blueprint.id=rb-578452-1330053273594
osgi.bundles=reference/:file/:org.eclipse.equinox.simpleconfigurator_1.0.100.v201007291200.jar@1/:start
com.genuitec.pulse.common.server.url=https/://www.poweredbypulse.com/:443
org.eclipse.equinox.simpleconfigurator.configUrl=file/:org.eclipse.equinox.simpleconfigurator/bundles.info
eclipse.product=com.genuitec.myeclipse.product85.ide
osgi.splashPath=platform/:/base/plugins/com.genuitec.myeclipse.product85
osgi.framework.extensions=reference/:file/:javax.transaction_1.1.1.v201002111330.jar
osgi.bundles.defaultStartLevel=4
eclipse.p2.data.area=file/:/C/:/Users/Administrator/AppData/Local/Genuitec/Common/configuration/
com.genuitec.pulse.client.basedir.location.override=C/://Users//Administrator//AppData//Local//Genuitec
全改为相对路径
#Generated by Pulse at Fri Feb 24 11:20:08 CST 2012
#Fri Feb 24 11:20:08 CST 2012
org.eclipse.update.reconcile=false
com.genuitec.pulse.client.handshake.id=b519db33-4a06-46ea-bb86-3b1fa36f2bf6
eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452-1330053273594
osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.6
osgi.framework=file/:../Common/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
com.genuitec.pulse.client.credentials=IH5xjImaOQGHFt5qtlwPnUWaVWV3X42/E6volPHK5yaV52trXdqWLvCH7N5P1PRx/UGBAocKGiSj nat9nCUhjKD4qMfMLAhYgIK56dOq3sFamO8SQJJHd1sQfk7U5fN0jjL6/RthMwtu3UIURIH6Ej7L vfAc42w0Fc2Mb9XjNR4/=
osgi.splashLocation=..//Common//plugins//com.genuitec.myeclipse.product85_8.6.1.me201011171823//splash.bmp
com.genuitec.pulse.client.blueprint.id=rb-578452-1330053273594
osgi.bundles=reference/:file/:org.eclipse.equinox.simpleconfigurator_1.0.100.v201007291200.jar@1/:start
com.genuitec.pulse.common.server.url=https/://www.poweredbypulse.com/:443
org.eclipse.equinox.simpleconfigurator.configUrl=file/:org.eclipse.equinox.simpleconfigurator/bundles.info
eclipse.product=com.genuitec.myeclipse.product85.ide
osgi.splashPath=platform/:/base/plugins/com.genuitec.myeclipse.product85
osgi.framework.extensions=reference/:file/:javax.transaction_1.1.1.v201002111330.jar
osgi.bundles.defaultStartLevel=4
eclipse.p2.data.area=file/:../Genuitec/Common/configuration/
com.genuitec.pulse.client.basedir.location.override=..//Genuitec
C:/Users/Administrator/AppData/Local/Genuitec 这个目录改为:D:/MyEclipse/8.6.1/MyEclipse/Genuitec
安装插件,建议都下载相关插件,使用link进行使用
所有插件都下载解压到:D:/MyEclipse/eclipse-plugins
1、安装svn插件:site-1.6.18.zip
解压目录:D:/MyEclipse/eclipse-plugins/svn-1.6.18
插件安装目录:D:/MyEclipse/8.6.1/ MyEclipse /dropins
创建svn插件链接文件:svn.link
内容:path=..//..//eclipse-plugins//svn-1.6.18
每安装完插件都要再修改文件:D:/MyEclipse/8.6.1/MyEclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info,
替换内容:file:/D:/MyEclipse/eclipse-plugins/ 全部替换成"file/:../../eclipse-plugins/"
这样纯绿色版MyEclipse 8.6.1就打造好了,直接拷到U盘中就可以运行了
MyEclipse 8.6.1 制作绿色版的更多相关文章
- 制作便携版 FireFox 火狐浏览器
Firefox是一款可高度自定义的开源浏览器: 你可以访问 火狐DIY 定制自己的Firefox安装包, 此外,你还可以自己动手定制一款可以放在U盘随身携带的便携版Firefox火狐浏览器. 制作便携 ...
- 自制node.js + npm绿色版
自制node.js + npm绿色版 Node.js官网有各平台的安装包下载,不想折腾的可以直接下载安装,下面说下windows平台下如何制作绿色版node,以方便迁移. 获取node.exe下载 ...
- EasyCHM(CHM电子书制作工具) v3.84.545 绿色版
软件名称:EasyCHM(CHM电子书制作工具) v3.84.545 绿色版 软件语言: 简体中文 授权方式: 免费软件 运行环境: Win 32位/64位 软件大小: 2.78MB 图片预览: 软件 ...
- FbinstTool(U盘启动盘制作工具) v1.606 免费绿色版
软件名称: FbinstTool(U盘启动盘制作工具) v1.606 免费绿色版软件语言: 简体中文授权方式: 免费软件运行环境: Win7 / Vista / Win2003 / WinXP / W ...
- Windows Live Writer 2014版绿色版制作及主题获取
前年才建好博客的时候就尝试用Windows Live Writer(WLW)写博客,用的是直接在网上找到的一个WLW 2009绿色美化版.但因为当时WLW获取的博客主题是主页的,预览的时候特别不爽,就 ...
- python免安装版(绿色版)制作
一.实验环境 1.Windows7x64_SP1 二.需求背景 个人编写了一个软件安装器,用于一键安装开发软件及工具,该工具基于python + pywinauto. 但问题来了,新电脑上未安装pyt ...
- 绿色版的Linux.NET——“Jws.Mono”
Linux.NET环境的搭建,不仅是一项比较耗时的事情,同时也是一项略显复杂繁琐的事情.特别是对于近期的几个Mono版本,由于官方所提供的源码包中出现代码文件的缺失,这总让我们的付出变得徒劳.另外一方 ...
- NSIS:静默释放文件并运行 制作绿色单文件软件
原文 NSIS:静默释放文件并运行 制作绿色单文件软件 现在所谓的绿色单文件软件,大多与以下代码原理相似:把软件运行需要的文件封装为一个EXE文件,双击时释放到某个目录(大多是TEMP)并运行主程序文 ...
- Hex Workshop(16进制编辑利器) 6.7.2绿色版
软件名称: Hex Workshop 6.7.2绿色版(16进制编辑利器) 软件语言: 简体中文 授权方式: 免费软件 运行环境: Win 32位/64位 软件大小: 1.8MB 图片预览: 软件简介 ...
随机推荐
- 【转】django 三件套(render,redirect,HttpResponse)
Django基础必备三件套**: HttpResponse 内部传入一个字符串参数,返回给浏览器. from django.shortcuts import HttpResponse def inde ...
- 【CSS 】js操作css
对设置和移除所有 <p> 元素的 "main" 类进行切换: $("button").click(function(){ $("p&quo ...
- [运维] 如何在云服务器上安装 MySQL 数据库, 并使用 Navicat 实现远程连接管理
.•●•✿.。.:*.•●•✿.。.:*.•●•✿.。.:*.•●•✿.。.:*.•●•✿.。.:*.•●•✿.。.:*.•.•●•✿.。.:*.•●•✿.。.:*.•●•✿.。.:*.•●•✿.。. ...
- FFplay 命令
1. 查看支持的格式: ffplay.exe -formats 2. 播放PCM裸流: ffplay.exe - -channels -f s16le -i pcm_file_path 根据PCM文件 ...
- idea激活,使用破解补丁无需注册码
idea激活,使用破解补丁无需注册码 2017年08月19日 10:57:54 标签: idea / 破解 / 补丁 / 软件 / 13891 编辑 删除 idea激活,JetBrain旗下软件激活 ...
- TCP通讯代码
服务端代码: import socket server_socket=socket.socket(socket.AF_INET,socket.SOCK_STREAM) # 使用固定端口 server_ ...
- 关于热部署Devtools出现同一个类型进行类型转换失败的问题
背景: 最近在和学长们做一个小系统,在进行任务调度的设置的时候会出现类型转换失败的错误,原本是同一个类型的,不应该出现类型转换失败的问题,起初以为是序列化的问题,回来发现并不是这个原因, 报错截图: ...
- Re库的基本使用
# Re库的主要功能函数 """ re.search() 在一个字符串中搜索匹配正则表达式的第一个位置, 返回match对象 re.match() 在一个字符串的开始位置 ...
- Codeforces #617 (Div. 3)B. Food Buying
Mishka wants to buy some food in the nearby shop. Initially, he has ss burles on his card. Mishka ca ...
- Periodic-table
1. Periodic table 1.1 元素的排列 1.2 表中的行与列 1.3 元素区块 1.4 周期表中的一些趋势 1.5 元素周期律的本质 1.6 电子排布 2. 更多相关链接 2.1 维基 ...