- 浏览: 536230 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (119)
- java总结 (43)
- Spring (2)
- 反编译工具 (1)
- hibernate (1)
- Tomcat (1)
- WebLogic (2)
- 随笔 (4)
- Word问题小记 (2)
- web前端 (26)
- Oracle (10)
- DOS (1)
- 面试笔试 (3)
- Servlet (1)
- jQuery (1)
- Linux/Unix (2)
- JSTL (1)
- struts2 (2)
- JSON (2)
- Velocity (0)
- 生活 (3)
- MyEclipse使用小结 (1)
- 操作系统 (2)
- jqgrid (1)
- ajax-dwr (1)
- javascript (18)
- dreamweaver (2)
- html (10)
- css (5)
- 正则表达式 (1)
- IO (3)
最新评论
-
a363722188:
幽默者 写道老兄,Collections.copy(dest1 ...
由java中深度复制一伸出Collections.copy的使用 -
幽默者:
老兄,Collections.copy(dest1, src1 ...
由java中深度复制一伸出Collections.copy的使用 -
raymao:
java 中 split 是正则表达式
java 和 javascript split 的区别! -
413899327:
面试前端javascript
阿里电话面试 -
yzsunlight:
你面试前台UI?
阿里电话面试
问题描述:
今天碰到鬼了,上网用的好好的,下午吃完饭就打不开了!!!!
其中我有2个工作空间分别是
D\:\\Workspaces\\MyEclipse 6.5\\sitech和D\:\\Workspaces\\MyEclipse 6.5
我上班用的是D\:\\Workspaces\\MyEclipse 6.5\\sitech这个工作空间,在打开无果的情况下 我进入第二个工作空间 居然可以进去,就是sitech 的这个进不去。
后来在网上查找资料 指出 有2个文件需要改动:
1、D:\MyEclipse 6.5\eclipse\configuration\.settings org.eclipse.ui.ide.prefs 文件
2、D:\MyEclipse 6.5\eclipse\configuration config.ini文件
D:\MyEclipse 6.5\eclipse\configuration\.settings org.eclipse.ui.ide.prefs 文件
RECENT_WORKSPACES=D\:\\Workspaces\\MyEclipse 6.5\\sitech\nD\:\\Workspaces\\MyEclipse 6.5中的
D\:\\Workspaces\\MyEclipse 6.5\\sitech和D\:\\Workspaces\\MyEclipse 6.5
都是我的工作空间
D:\MyEclipse 6.5\eclipse\configuration config.ini文件
以上我没有任何修改完全正确的,根本就不需要网上说的那样改这改那的。
当然这只是我遇到问题的出来结果的经验告诉我的。
我的解决办法只是:选择空间的时候别马上点击下一步,要你选择工作目录的时候 有个seting--->下面有2个选择项 , 勾上就行!!!---------------------------------------------------------
这是MyEclipse8.5 的:
osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5
这是MyEclipse6.5 的:
osgi.instance.area.default=@user.home/workspace
下面是我改后注释掉的:
#osgi.instance.area.default=D\:\\Workspaces\\MyEclipse 6.5\\sitech
更改工作空间
将其修改为:
osgi.instance.area.default=E\:\\Workspaces\\MyEclipse
其中E:\Workspaces\MyEclipse为期望的默认加载工作空间
但在ini文件需要写成E\:\\Workspaces\\MyEclipse
保存重启!over
下面还看到这种配法,file\我没遇到过,只是看到了,如果这样也可以的话,请告诉我。
#osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5
osgi.instance.area.default=file\:/D:/workspace
今天碰到鬼了,上网用的好好的,下午吃完饭就打不开了!!!!
其中我有2个工作空间分别是
D\:\\Workspaces\\MyEclipse 6.5\\sitech和D\:\\Workspaces\\MyEclipse 6.5
我上班用的是D\:\\Workspaces\\MyEclipse 6.5\\sitech这个工作空间,在打开无果的情况下 我进入第二个工作空间 居然可以进去,就是sitech 的这个进不去。
后来在网上查找资料 指出 有2个文件需要改动:
1、D:\MyEclipse 6.5\eclipse\configuration\.settings org.eclipse.ui.ide.prefs 文件
2、D:\MyEclipse 6.5\eclipse\configuration config.ini文件
D:\MyEclipse 6.5\eclipse\configuration\.settings org.eclipse.ui.ide.prefs 文件
#Tue Nov 09 14:36:48 CST 2010 RECENT_WORKSPACES_PROTOCOL=3 MAX_RECENT_WORKSPACES=5 SHOW_WORKSPACE_SELECTION_DIALOG=true eclipse.preferences.version=1 RECENT_WORKSPACES=D\:\\Workspaces\\MyEclipse 6.5\\sitech\nD\:\\Workspaces\\MyEclipse 6.5
RECENT_WORKSPACES=D\:\\Workspaces\\MyEclipse 6.5\\sitech\nD\:\\Workspaces\\MyEclipse 6.5中的
D\:\\Workspaces\\MyEclipse 6.5\\sitech和D\:\\Workspaces\\MyEclipse 6.5
都是我的工作空间
D:\MyEclipse 6.5\eclipse\configuration config.ini文件
# Eclipse runtime configuration file # This file contains a number of key/value pairs that are merged into the # System properties on system startup. The values control the way the # runtime is structured and runs. # Note: Only platform:/base/ and file: URLs are supported. In general the # URLs given may include a version number (e.g., .../location_1.2.3). # If a version is not specified, the system binds # to the location which matches exactly or to the versioned location with the # latest version number. If a version number is given then only exact matches # are considered. # The URL for the runtime entry point. The default value is # platform:/base/plugins/org.eclipse.osgi #osgi.framework = platform:/base/plugins/org.eclipse.osgi # The classpath for the framework found at the osgi.framework location. This # comma-separated list contains either URLs or simple element names. Simple # names are assumed to be relative to the framework's install directory. # Typically this value need not be set as it is initialized by the framework itself. # Version match searching is not done for URLs listed here. #osgi.frameworkClassPath = # The comma-separated list of locations to search for the splash screen file (splash.bmp). # For each list element a subdirectory structure based on the pattern nl/<locale> is searched. # The system binds to the first matching file. There is no default value. #osgi.splashPath = platform:/base/plugins/org.eclipse.platform osgi.splashPath = platform:/base/../myeclipse/eclipse/plugins/com.genuitec.myeclipse.product # The location of the splash screen file. If this value is set at system startup it is used # in favour of the osgi.splashPath searching outlined above. If the value is not set # the searching is done and this key is bound to the result of the search. #osgi.splashLocation = # The comma-separated list of bundles which are automatically installed and optionally started # once the system is up and running. Each entry if of the form # <URL | simple bundle location>[@ [<startlevel>] [":start"]] # If the startlevel is omitted then the framework will use the default start level for the bundle. # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc # as well as define the default application to run. #eclipse.product=org.eclipse.sdk.ide eclipse.product=com.genuitec.myeclipse.product.ide # The application to run. The value specified here is the id of the application extension # the runtime will find, instantiate and execute once the system is up. Note that typically # the identified eclipse.product defines the default application to run. #eclipse.application= # The default workspace location osgi.instance.area.default=@user.home/workspace #osgi.instance.area.default=D\:\\Workspaces\\MyEclipse 6.5\\sitech # The build identifier eclipse.buildId=M20080221-1800 # End of file marker - must be here eof=eof
以上我没有任何修改完全正确的,根本就不需要网上说的那样改这改那的。
当然这只是我遇到问题的出来结果的经验告诉我的。
我的解决办法只是:选择空间的时候别马上点击下一步,要你选择工作目录的时候 有个seting--->下面有2个选择项 , 勾上就行!!!---------------------------------------------------------
这是MyEclipse8.5 的:
osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5
这是MyEclipse6.5 的:
osgi.instance.area.default=@user.home/workspace
下面是我改后注释掉的:
#osgi.instance.area.default=D\:\\Workspaces\\MyEclipse 6.5\\sitech
更改工作空间
将其修改为:
osgi.instance.area.default=E\:\\Workspaces\\MyEclipse
其中E:\Workspaces\MyEclipse为期望的默认加载工作空间
但在ini文件需要写成E\:\\Workspaces\\MyEclipse
保存重启!over
下面还看到这种配法,file\我没遇到过,只是看到了,如果这样也可以的话,请告诉我。
#osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.5
osgi.instance.area.default=file\:/D:/workspace
发表评论
-
文件操作待整理
2013-10-16 16:14 1725package test; import java. ... -
Java追加文件内容的三种方法
2013-10-16 15:22 8993/** * 描述:追加内容到文件末尾 ... -
jajva IO常用写法
2013-10-16 13:58 1210// 指定编码读取文件路径创建缓冲输入流 Buffered ... -
Java 使用正则表达式从文件中解析出所有email地址
2013-10-16 13:36 14370import java.io.File; import ... -
java 和 javascript split 的区别!
2013-09-18 10:52 1646java 和 javascript split 的区别! ... -
javascrip如何创建命名空间
2013-09-18 10:49 1199看代码,废话不多说! <!DOCTYPE ht ... -
请教个问题,java在后台跑的线程如何控制他的超时时间,超过一段时间自动停止?
2013-03-22 09:43 1121请教个问题,java在后台跑的线程如何控制他的超时时间,超过一 ... -
java 用jdbc方式以 sys账号连接oracle数据的问题
2013-02-26 11:53 9667jdbc.properties driver=oracl ... -
java 对象深拷贝通用方法
2012-12-17 14:02 5468⑴浅复制(浅克隆) 被复制对象的所有变量都含有与原来的对象相同 ... -
由java中深度复制一伸出Collections.copy的使用
2012-12-16 23:59 38717今天在学习集合中 有关对象的深度拷贝和浅拷贝 的时候,像拷贝一 ... -
java中ArrayList深拷贝有关问题
2012-12-16 23:50 6128基本思路就是将要深拷贝的对象实现Serializable接口。 ... -
JAVA 时间 和 js里面时间的区别
2012-04-13 11:31 2422JAVA 里面处理时间时,只要按照format格式去解析时间, ... -
java 多级目录创建文件
2011-12-21 10:43 5685方式一: File file = new File(&q ... -
java获取文件名的三种方法
2011-10-09 15:47 77518import java.io.File; imp ... -
三种for循环样式
2011-09-27 20:42 1450三种for循环样式 1、for(int i = 0;i & ... -
随机生成颜色
2011-08-25 09:24 5573import java.util.Random; ... -
在Eclipse下运行是不能使用Console类
2011-07-07 23:43 3157在Eclipse下运行是不能使用Console类。 Con ... -
3种Java从文件路径中获取文件名的方法
2011-05-11 09:53 30522package test; import java.i ... -
数组转集合Collections:Arrays.asList(values)
2011-05-05 17:23 1875将一个数组转换为list集合时,使用List <数组类型 ... -
迭代Map
2011-04-13 09:13 1126for ( Iterator iterator = aM ...
相关推荐
### myEclipse6.5解决启动错误或中途崩溃自动关闭 在使用myEclipse6.5的过程中,可能会遇到启动失败或者在使用过程中无故崩溃自动关闭的问题。这种情况往往与Java虚拟机(JVM)配置不当有关。下面将详细介绍如何...
### MyEclipse 6.5 优化技巧详解 #### 一、概述 MyEclipse是一款深受开发者喜爱的集成开发环境(IDE),它基于Eclipse平台并提供了诸多增强功能,尤其适用于Java Web应用的开发。然而,随着项目规模的扩大及功能的...
打开安装好的MyEclipse 6.5应用程序,如果你是首次使用,系统会提示你选择或创建一个新的工作区间。如果没有提示,可以通过以下方式手动创建: 1. 点击菜单栏上的“File”(文件)选项。 2. 选择“Switch Workspace...
- 导入项目:右键点击工作空间,选择“Import”,然后选择“Version Control” -> "Checkout from SVN",选取已配置的SVN连接和要导入的项目。 - 创建项目:先在本地创建新项目,然后右键点击项目,选择“Team” -...
1. 打开myEclipse,进入欢迎界面或任何工作空间。 2. 在菜单栏中选择“Help”>“License myEclipse”,这将打开许可管理器对话框。 3. 在许可管理器中,选择“Enter License Key”,然后输入获得的注册码。 4. 完成...
当MyEclipse6.5无法启动,而是一直停留在刚开始的启动界面时,会对开发工作造成极大的影响。下面将详细分析并介绍解决MyEclipse6.5无法启动的问题,以及其发生的原因和相应的解决步骤。 首先,我们来分析下问题发生...
在“Window—>Preferences”下,myEclipse提供了丰富的设置选项,其中“General 常规”部分包含了一些基本的设置,如编辑器的外观、行为以及工作空间的设置。此外,“Ant”和“Java”等标签分别提供了针对Ant构建...
4. **勾选“启动时提示选择工作空间”**:在右侧界面勾选“Prompt for workspace on startup”,这样每次启动MyEclipse时都会提示用户选择工作路径。 5. **重启MyEclipse**:应用更改后,重启MyEclipse软件即可看到...
在使用过程中,可能需要配置Eclipse和MyEclipse的工作空间,这通常在首次启动时会提示。你也可以在“文件”->“工作空间”中更改。同时,为了更好地在Ubuntu下运行,可能需要调整Eclipse的显示字体,以适应Linux的...
描述 "用户myeclipse6.5 项目jar反编译,亲测有效" 表明这个工具包是为MyEclipse 6.5定制的,并且已经有人成功地用它来反编译了Java项目的jar文件。MyEclipse是一款强大的Java集成开发环境,它基于Eclipse并增加了对...
2. **解压插件包**:将下载好的文件解压到`MyEclipse6.5`的`plugins`目录下,路径通常是`C:\Program Files\MyEclipse6.5\eclipse\plugins`。 3. **安装插件**:通过MyEclipse的帮助菜单重新进入更新界面,选择`...
在IT行业中,版本控制系统是开发团队协作的重要工具,其中...对于MyEclipse 6.5版本,确保你安装的SVN插件与之兼容,以避免可能出现的问题。总之,安装和使用SVN插件是每个MyEclipse开发者应该掌握的基础技能之一。
MyEclipse6.5 大小 451M;MyEclipse7.0 大小 649M!下载服务器又是国外的。。。下载速度累人也就罢了,只要你工作性能一流。不幸的是,MyEclipse 属于狂吃内存的主,特别是 MyEclipse7.0 运行起来,基本上不用干其他...
假设这里下载的是`subeclipse-site-1.6.5.zip`文件,并将其解压到`D:\Program Files\MyEclipse6.5\eclipse\plugins`目录下。 2. **安装Subclipse插件** - 打开MyEclipse,进入“Help”菜单中的“Software Updates...
- **3.2.2 工作空间(Workspace)**:讲解工作空间的概念及其重要性。 - **3.2.3 配置Java项目**:指导如何设置Java项目的编译环境。 - **3.2.3.1 创建项目**:具体步骤创建Java项目。 - **3.2.3.2 配置项目**:...
如果加上"-data workspace_path",启动时将直接使用指定的工作空间,无需每次都设置。 3. **确认JRE配置**:Eclipse通常能自动检测到系统中的JRE。如果未找到,可以通过“窗口”>“首选项”>“Java”>“已安装的JRE...
- 如果部署过程中遇到问题,例如缺少必要的文件,可以手动从工作空间中拷贝缺失文件到相应目录下。 4. **测试服务**: - 启动Tomcat服务器,在浏览器中访问部署的服务地址进行测试。 - 输入登录信息验证服务是否...
2.2.1 MyEclipse中的工作空间 26 2.2.2 MyEclipse中的Navigator视图 27 2.3 定制MyEclipse的工作台 33 2.3.1 定制工作台外观 34 2.3.2 定制快捷键 35 2.3.3 定制编辑器 36 2.3.4 定制工作台公共设置 36 2.4 ...