Eclipse使用
eclipse開啟檔案或者目錄位置:
不使用外掛的方法
WINDOWS eclipse配置
Run-->External Tools-->External Tools Configurations…
new 一個 program(比如名字叫 open_file)
location 裡面填 :C:/WINDOWS/explorer.exe
Arguments 裡面填: ${container_loc}
然後切換到common,把External Tools勾上,apply。
使用外掛的方法
安裝EasyExplorer外掛,有了這個外掛就可以很方便地開啟資原始檔所在的資料夾了
相關文章
- eclipse使用gitEclipseGit
- eclipse使用技巧Eclipse
- [eclipse]eclipse之tomcat外掛使用EclipseTomcat
- Eclipse使用小技巧Eclipse
- eclipse的使用心得Eclipse
- Eclipse中Git的使用EclipseGit
- Eclipse使用技巧總結Eclipse
- 【持續更新】Eclipse使用教程Eclipse
- 使用eclipse生成git的sshEclipseGit
- eclipse中怎麼使用flexEclipseFlex
- IDEA-使用eclipse快捷鍵IdeaEclipse
- 使用Eclipse快速開發JSPEclipseJS
- 使用eclipse 進行 Cesium 開發Eclipse
- 使用Eclipse除錯PHP應用Eclipse除錯PHP
- eclipse 使用 maven 構建專案EclipseMaven
- (一)使用Eclipse開發Java程式EclipseJava
- eclipse使用git遇到的單詞EclipseGit
- 使用 Eclipse + Tomcat 編寫 ServletEclipseTomcatServlet
- OSGI之 Eclipse 外掛使用OSGIEclipse
- Eclipse常用快捷鍵的使用(二)Eclipse
- eclipse裡面使用Maven搭建web工程EclipseMavenWeb
- 在eclipse中使用log4jEclipse
- 求救!使用eclipse時無法run on serverEclipseServer
- Eclipse中使用google程式碼風格EclipseGo
- Eclipse快速上手指南之使用JUnitEclipse
- eclipse使用技巧---使用正規表示式查詢替換Eclipse
- Eclipse中使用Mybatis Generator遇到的錯誤EclipseMyBatis
- SVN安裝與在eclipse中的使用Eclipse
- Eclipse上GIT外掛EGIT使用手冊EclipseGit
- 在eclipse下使用jboss時的除錯Eclipse除錯
- 在eclipse中使用hibernate之問題Eclipse
- eclipse 的ibatis外掛使用方法EclipseBAT
- 使用eclipse來開發Android原始碼EclipseAndroid原始碼
- 菜鳥教程之工具使用(十一)——Eclipse去掉未使用的引用Eclipse
- eclipse 自定義eclipse快捷鍵Eclipse
- 使用 Eclipse 在 Fedora 上進行 PHP 開發EclipsePHP
- Maven:如何在eclipse中使用mvn clean install?MavenEclipse
- 使用 Eclipse 遠端除錯 Java 應用程式Eclipse除錯Java