本篇文章给大家谈谈如何让Eclipse显示.*文件?,以及eclipse显示窗口怎么打开的知识点,同时本文还将给你拓展configurationforeclipseMEpluginineclipse3
本篇文章给大家谈谈如何让 Eclipse 显示 .* 文件?,以及eclipse显示窗口怎么打开的知识点,同时本文还将给你拓展configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]、eclipse installer 安装的新版本 eclipse 导入旧版本 eclipse 插件、eclipse tips - 如何保存eclipse运行配置、eclipse 如何移动 .eclipse 文件夹等相关知识,希望对各位有所帮助,不要忘了收藏本站喔。
本文目录一览:- 如何让 Eclipse 显示 .* 文件?(eclipse显示窗口怎么打开)
- configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]
- eclipse installer 安装的新版本 eclipse 导入旧版本 eclipse 插件
- eclipse tips - 如何保存eclipse运行配置
- eclipse 如何移动 .eclipse 文件夹
如何让 Eclipse 显示 .* 文件?(eclipse显示窗口怎么打开)
默认情况下,Eclipse 不会显示我在项目中维护的 .htaccess 文件。它只是在包查看器树中显示一个空文件夹。我怎样才能让它出现?没有明显的偏好。
答案1
小编典典在包资源管理器中,在视图的右上角,有一个小的向下箭头。工具提示会说查看菜单。从该菜单中,选择过滤器
从那里,取消选中 .* 资源。
所以Package Explorer -> View Menu -> Filters -> uncheck .* resources
。
对于 Eclipse Kepler 和 OS X,这有点不同:
Package Explorer -> Customize View -> Filters -> uncheck .* resources
configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]
- install eclipseME plugin
- install sun''s wireless tool kit 2.1 or other compatible toolkits
- enter windows->preference->platform components, right click wireless ToolKits and select add..... Select the right directory(sample: C:/WTK21)
- for Moto SDK,
- you may choose to add one profile. sample(MOTOM1--add midp.zip in M1 lib as external jar)
- Add platform definition. Sample(MOTOM1--select the profile MOTOM1)
- Enter Run->External Tools->External Tools.. and create a new configuration by clicking button(NEW) Parameters are set as below sample for V600(j2me-v600):
- Location: C:/Program Files/Motorola/SDK v4.3 for J2ME/EmulatorA.1/bin/emujava.exe
- working directory: c:/Program Files/Motorola/SDK v4.3 for J2ME/EmulatorA.1/bin
- arguments: ${project_loc}/deployed/${project_name}.jad -deviceFile resources/V600.props
- you may get working information by run "C:/Program Files/Motorola/SDK v4.3 for J2ME/launchpad.exe"
- To create a new J2ME project, you may first create a j2me project and then create a midlet
- To test it with MOTO V600 simulator, you need to create the package first and then select run->external tools->j2me-v600
- To test it with sun''s simulator, just enter run->run as->Emulated J2ME Midlet
原文链接: http://blog.csdn.net/swingseagull/article/details/313114
eclipse installer 安装的新版本 eclipse 导入旧版本 eclipse 插件
打开旧版本eclipse,选择File -> Export... -> Install -> Installed Software Items to File,点击Next
点击Select All选中所有插件,点击Browse...选择一个路径,点击Finish导出.p2f文件
打开新下载的eclipse,选择File -> import... -> Install -> Install Software Items from File,点击Next
点击Browse...选择刚才导出的.p2f文件,点击Next
导入完成后,点击Next
选择I accept the terms of the license agreements,点击Finish安装插件
安装完成后弹出如下对话框,选择Install anyway
接着弹出如下对话框,选择Select All,然后点击Accept selected
安装完成后重启eclipse
eclipse除了插件之外的其余配置都是跟着workspace走,启动新eclipse后选择旧版本的workspace路径即可
eclipse tips - 如何保存eclipse运行配置
可以将eclipse的运行配置保存在一个后缀为.launch的脚本文件中,以便其他人员使用。方法有两种:1. 所有运行配置,eclipse都将其保存在目录<your workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches。比如你有一个运行配置,名称是myapprun, 那么在<your workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches目录中会存在一个myapprun.launch的文件。你可以将它共享给其他人
2. 在运行对话框中保存运行配置。在common tab中选择另存为。shared file是最终保存脚本文件所在的folder。如下图

原文链接: http://blog.csdn.net/swingseagull/article/details/3001298
eclipse 如何移动 .eclipse 文件夹
eclipse 产生的.eclipse 文件夹默认使用 @user.home 参数指向的目录,而 @user.home 会被替换为 Java"user.home" 系统属性的值,Java"user.home" 系统属性的值通过 System.getProperty ("user.home") 获取。
方法先去读取注册表中 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders 下的 Desktop 键值做为 user.dir, 再取它的上一级目录做为 user.home,打开注册表编辑器,定位到上面的键值,你可以发现 Desktop 的值是 % USERPROFILE%\ 桌面这种形式。
因此移动桌面文件夹就可以移动.eclipse 目录。
还有一个方法,
在 eclipse.ini 中增加 -Duser.home=E:\Users\kkk
今天的关于如何让 Eclipse 显示 .* 文件?和eclipse显示窗口怎么打开的分享已经结束,谢谢您的关注,如果想了解更多关于configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]、eclipse installer 安装的新版本 eclipse 导入旧版本 eclipse 插件、eclipse tips - 如何保存eclipse运行配置、eclipse 如何移动 .eclipse 文件夹的相关知识,请在本站进行查询。
本文标签: