eclipse / Eclipse 3.4 / MyEclipse10.x / Rational 7.5 / netbeans 6.9
NetBeans卸載路徑
<netbeans_home>/_uninst/uninstaller
http://www.myeclipseide.org
eclipse快捷鍵
Ctrl+1快速修復(最經典的快捷鍵,就不用多說了)
Ctrl+D:刪除當前行
Ctrl+Alt+↓復制當前行到下一行(復制增加)
Ctrl+Alt+↑復制當前行到上一行(復制增加)
Alt+↓當前行和下面一行交互位置(特別實用,可以省去先剪切,再粘貼了)
Alt+↑當前行和上面一行交互位置(同上)
Alt+←前一個編輯的頁面
Alt+→下一個編輯的頁面(當然是針對上面那條來說了)
Alt+Enter顯示當前選擇資源(工程,or文件or文件)的屬性
Shift+Enter在當前行的下一行插入空行(這時鼠標可以在當前行的任一位置,不一定是最后)
Shift+Ctrl+Enter在當前行插入空行(原理同上條)
Ctrl+Q定位到最后編輯的地方
Ctrl+L定位在某行(對于程序超過100的人就有福音了)
Ctrl+M最大化當前的Edit或View(再按則反之)
Ctrl+/注釋當前行,再按則取消注釋
Ctrl+O快速顯示OutLine
Ctrl+T快速顯示當前類的繼承結構
Ctrl+W關閉當前Editer
Ctrl+K參照選中的Word快速定位到下一個
Ctrl+E快速顯示當前Editer的下拉列表(如果當前頁面沒有顯示的用黑體表示)
Ctrl+/(小鍵盤)折疊當前類中的所有代碼
Ctrl+×(小鍵盤)展開當前類中的所有代碼
Ctrl+Space代碼助手完成一些代碼的插入(但一般和輸入法有沖突,可以修改輸入法的熱鍵,也可以暫用Alt+/來代替)
Ctrl+Shift+E顯示管理當前打開的所有的View的管理器(可以選擇關閉,激活等操作)
Ctrl+J正向增量查找(按下Ctrl+J后,你所輸入的每個字母編輯器都提供快速匹配定位到某個單詞,如果沒有,則在stutesline中顯示沒有找到了,查一個單詞時,特別實用,這個功能Idea兩年前就有了)
Ctrl+Shift+J反向增量查找(和上條相同,只不過是從后往前查)
Ctrl+Shift+F4關閉所有打開的Editer
Ctrl+Shift+X把當前選中的文本全部變味小寫
Ctrl+Shift+Y把當前選中的文本全部變為小寫
Ctrl+Shift+F格式化當前代碼
Ctrl+Shift+P定位到對于的匹配符(譬如{})(從前面定位后面時,光標要在匹配符里面,后面到前面,則反之)
下面的快捷鍵是重構里面常用的,本人就自己喜歡且常用的整理一下(注:一般重構的快捷鍵都是Alt+Shift開頭的了)
Alt+Shift+R重命名(是我自己最愛用的一個了,尤其是變量和類的Rename,比手工方法能節省很多勞動力)
Alt+Shift+M抽取方法(這是重構里面最常用的方法之一了,尤其是對一大堆泥團代碼有用)
Alt+Shift+C修改函數結構(比較實用,有N個函數調用了這個方法,修改一次搞定)
Alt+Shift+L抽取本地變量(可以直接把一些魔法數字和字符串抽取成一個變量,尤其是多處調用的時候)
Alt+Shift+F把Class中的local變量變為field變量(比較實用的功能)
Alt+Shift+I合并變量(可能這樣說有點不妥Inline)
Alt+Shift+V移動函數和變量(不怎么常用)
Alt+Shift+Z重構的后悔藥(Undo)
eclipse-jee-helios-linux-gtk-x86_64.tar.gz
http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/R/eclipse-jee-helios-linux-gtk-x86_64.tar.gz
eclipse-SDK-3.6M2-win32.zip
http://kambing.ui.ac.id/eclipse//eclipse/downloads/drops/S-3.6M2-200909170100/eclipse-SDK-3.6M2-win32.zip
在線代理上網
http://hectic.be
http://www.zqzj.net
http://www.proxyie.cn
http://www.proxo.net
http://web.sunsen.net
http://www.snapxs.com
http://www.cnproxy.com
http://searchingfaster.com
http://www.topsyproxy.com
MyEclipse下載
myeclipse9.X/10.X下載與激活,解決激活失敗的問題………………
http://hi.baidu.com/lb52406/item/c55144a5cab847218919d382
電信封MyEclipse網站IPorMyEclipse網站封大陸IP解決:
http://blog.csdn.net/login8226/archive/2009/06/24/4293970.aspx
http://blog.sina.com.cn/s/blog_49c9f1470100fmuv.html
http://googledave.iteye.com/blog/422896
使用www.coobai.com代理上網下載MyEclipse,注冊的時候不要聯網激活即可。
Myeclipse9.0M1安裝插件
http://hi.baidu.com/shenaodong/item/9db34b36011a6a362f20c403
1.下載相應的插件解壓后放到\Genuitec\Common\plugins目錄下;
2.在Genuitec\MyEclipse-9.0M1\configuration\org.eclipse.equinox.simpleconfigurator下的bundles.info文件末尾添加插件信息。
如plugins下是目錄就org.apache.derby.ui_1.1.3就在bundles.info加入
org.apache.derby.ui,1.1.3,file:/D:/Genuitec/Common/plugins/org.apache.derby.ui_1.1.3,4,false
如是JAR文件就替換上述文件夾名稱。
最前面的一段是插件的名稱,后面是版本號,然后是物理路徑。
3.重啟MyEclipse即可。
解決MyEclipse7.5安裝錯誤的方法
http://ajava.org/course/tool/10448.html
http://202.111.173.106/d/fid/b4029d6f3fb2651f47427de55706fd6a9ee7a8f6a5050000/sid/b07e33d5/fn/myeclipse7.5%20安裝.txt
http://lavasoft.blog.51cto.com/62575/108931
手把手教你如何用代理下載MyEclipse7.1
http://developer.51cto.com/art/200903/115269.htm
NetBeans5.0、5.5、6.1
http://www.netbeans.org/downloads/index.html
http://dlc.sun.com.edgesuite.net/netbeans/sync/6.5/bundles/netbeans-6.5-ml-windows.exe
http://dlc-cdn-rd.sun.com/c1/netbeans/sync/6.5/bundles/netbeans-6.5-ml-linux.sh?e=1231469080&h=40f46a007bfa7a6e71fc28d695f106ec
netbeans6.5setup
http://www.netbeans.org/kb/60/java/javase-intro_zh_CN.html#setup
d:\ProgramFiles\glassfish-v2ur2
id:adminpwd:adminadmin
adminconsole:4848
http:8080https:8181
d:\ProgramFiles\glassfish-v3-prelude
d:\ProgramFiles\ApacheSoftwareFoundation\ApacheTomcat6.0.18
NetBeansIDE安裝文件夾:D:\ProgramFiles\NetBeans6.5
GlassFishV2UR2安裝文件夾:D:\ProgramFiles\glassfish-v2ur2
GlassFishv3Prelude安裝文件夾:D:\ProgramFiles\glassfish-v3-prelude
ApacheTomcat6.0.18安裝文件夾:D:\ProgramFiles\ApacheSoftwareFoundation\ApacheTomcat6.0.18
OpenESBv2將安裝到GlassFish文件夾。
Eclipse2.1、3.0、3.1、3.2、3.3
MyEclipse5.5、6.01、6.5、7.0M1、7.0M2
JBuilder9,X,2005、2006、2007、2008
IntelliJIDEA3.5、4.0、4.5、5.12、6.01、6.04、7.04、8M1
MyEclipse從插件數量和功能的強大程度上講:Blue>Professional>Standard
對JavaIDE來說,用IDEA大部分功能都強于別的工具。
如果要開發XFire的WebService選擇MyEclipse
如果要開發圖形界面,選擇JBuilder。
MyEclipse優化
http://leewinq.iteye.com/blog/274110
http://sunnylocus.iteye.com/blog/215993
http://www.iteye.com/topic/41097?page=1
技巧一:取消自動validation
validation有一堆,什么xml、jsp、jsf、js等等,我們沒有必要全部都去自動校驗一下,只是需要的時候才會手工校驗一下,速度立馬提升好幾個檔次!
取消方法:
windows-->perferences-->myeclipse-->validation
除開Manual下面的復選框全部選中之外,其他全部不選
手工驗證方法:
在要驗證的文件上,單擊鼠標右鍵-->myeclipse-->runvalidation
\\172.17.25.207\d$\工具\開發軟件\MyEclipse_Blue_6.5.0GA_E3.3.2_Installer.exe
6.1blue
Subscriber:yeming
SubscriptionCode:lLR7ZL-655444-54516456213945437
6.5blue
cywosp
pLR8ZO-655550-54678656686844476
8.0m1
http://ajava.org/tool/myeclipse/15751.html
Subscriber:MaYong
SubscriptionCode:ZLR8ZO-655444-54678656985359684
Subscriber:LauCheng
SubscriptionCode:YLR8ZC-855550-6765665204902409
查看eclipse版本
--Windows
D:\IBM\Rational\SDP\6.0\eclipse\readme\readme_eclipse.html
Release3.0.2
LastrevisedMarch10,2005
--RedHat
[lindows@localhost~]$cat~/Desktop/eclipse/readme/readme_eclipse.html
EclipseProjectReleaseNotes3.5.1
IBMRational7.5
RationalPerformanceTesterV6.1.2
http://public.dhe.ibm.com/software/rationalsdp/rpt_agt/61/html/612/nl/readme_zh_CN_612.html
http://www.ibm.com/developerworks/forums/message.jspa?messageID=13974129
D:\IBM\Rational\SDP\6.0\rationalsdp.ini
;AddotherindividualVMArgswithadditionalVMArgskeysi.e.
;VMArgs=arg1
;VMArgs=arg2
VMArgs=-Xquickstart
VMArgs=-Xms1300m
VMArgs=-Xmx1500m
D:\ProgramFiles\MyEclipse6.5\eclipse\eclipse.ini參數說明
http://dingjun1.iteye.com/blog/236509
原:
-clean
-showsplash
com.genuitec.myeclipse.product.ide
--launcher.XXMaxPermSize
256m
-vmargs
-Xms128m
-Xmx256m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
-XX:+UseParallelGC
新:
--launcher.XXMaxPermSize//eclipse啟動時的非堆最大內存
-vmargs//設置jvm
-Xms//JVM初始分配的內存
-Xmx//JVM最大分配的內存,默認空余堆內存小于40%時,JVM就會增大堆直到-Xmx的最大限制,空余堆內存大于70%時,JVM會減少堆直到-Xms的最小限制
-XX:PermSize//非堆內存初始值
-XX:MaxPermSize//最大非堆內存
-XX:+UseParallelGC//雙核使用加快gc
D:\ProgramFiles\MyEclipse6.6\eclipse\eclipse.ini
-clean
-showsplash
com.genuitec.myeclipse.product.ide
--launcher.XXMaxPermSize
256m
#JVMheapsize參數設置
-vmargs
#初始物理內存的1/64,一般與-Xmx相同或1/2
-Xms512m
#最大物理內存的1/4,一般小于物理內存80%
-Xmx1024m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
《MyEclipse6Java開發中文教程》
ftp://beansoftdown:1234@219.141.70.147/v
http://www.blogjava.net/beansoft/archive/2008/08/17/222589.html
EclipseCommunity
http://www.eclipseworld.org/bbs/index.php
MyEclipsejavaDcompilerTool反編譯
--LinuxEclipse反編譯
linux(ubuntu)使用反編譯工具jad
http://jiangnanguying.iteye.com/blog/506947
軟件包
1.jad包 / jd-gui-windows-1.4.0.rar
http://www.kpdus.com/jad.html#download
http://dl.iteye.com/topics/download/65b6326e-9335-3430-b041-b5174b6cf913
http://dl.iteye.com/topics/download/cf3ee06d-733f-31ba-b84c-b9d76fb96947
2.downloadjadclipse包
http://jaist.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar
http://dl.iteye.com/topics/download/837b27e3-5f52-3341-ac3b-f0bd238afe31
安裝步驟
1.解壓jad158e.linux.static.zip到/home/XXXX/jad/下
2.net.sf.jadclipse_3.3.0.jar此包copy到eclipse\plugins目錄下
3.啟動Eclipse后,在Windows—>Perference—>Java下有個JadClipse目錄,
修改配置jadclipse:設置pathtodecompiler路徑,如:/home/XXXX/jad/jad.
Directoryfortemporaryfiles中指定臨時文件的路徑
如果無法反編譯設置Eclipse的Windows——>Perference—>General->Editors->FileAssociations中修改“*.class”默認關聯的編輯器為“JadClipseClassFileViewer”
4.安裝完成,雙擊class文件,Eclipse將自動反編譯了。
http://komei.iteye.com/blog/127359
for*.class
http://www.bysoft.se/sureshot/cavaj
http://cavaj-java-decompiler.en.softonic.com/
for*.jar;*.class
http://java.decompiler.free.fr/
http://java.decompiler.free.fr/jd-gui/downloads/jd-gui-0.2.4.windows.zip
java反編譯軟件jd-gui-0.3.3.windows.zipjd-gui-0.3.3.windows.zip
http://download.csdn.net/detail/hxtahml10000y/4143562
http://dldx.csdn.net/fd.php?i=506641435628204&s=94c9eed28d136bc70340f70cc132cc72
forjdk1.6
MyEclipse7.0config:Windows--Preference--java--JadCipse--Pathtodecompiler--D:\jdk1.6\bin\jad.exe
http://www.kpdus.com/jad.html
http://www.kpdus.com/jad/winnt/jadnt158.zip
foreclipse3.1
http://jode.sourceforge.net/
http://www.technoetic.com/eclipse/update
http://www.technoetic.com/eclipse/update/features/net.sourceforge.jode.feature_1.0.3.jar
foreclipse3.4
http://jadclipse.sourceforge.net/
http://sourceforge.net/projects/jadclipse
http://internode.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar
MyEclipseEnterpriseWorkbench6.5forMAC
http://downloads.poweredbypulse.com/downloads/products/pulse/installer/myeclipse-6.5-pulse-macosx.tgz
MyEclipseEnterpriseWorkbench6.5forLinux
http://downloads.poweredbypulse.com/downloads/products/pulse/installer/myeclipse-6.5-pulse-linux-gtk-x86.tgz
MyEclipseEnterpriseWorkbench6.5forWindows
http://downloads.myeclipseide.com/downloads/products/eworkbench/6.5.1GA/MyEclipse_6.5.1GA_E3.3.2_Installer.exe
MyEclipseEnterpriseWorkbench7.0.0M1forWindows
http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe
MyEclipseEnterpriseWorkbench6.0.1
http://www.myeclipseide.com
http://downloads.myeclipseide.com/downloads/products/eworkbench/6.0.1GA/MyEclipse_6_0_1GA_E3_3_1_Installer.bin
D:\ProgramFiles\MyEclipse6.0\myeclipse\eclipse\plugins\com.genuitec.myeclipse.doc_6.0.1.zmyeclipse601200710\html\overview\release-notes.htm
EuropaSimultaneousReleaseproject
http://www-128.ibm.com/developerworks/eclipse/downloads/europa/?S_TACT=105AGX44&S_CMP=ECL&ca=dgr-eclipse-1
-------------------------------------------------------------------------------------------------------
MyEclipseCrack
http://www.1cn.biz/node/416
MyEclipse5.5&6.5Pro
Subscriber:lindows
Subscribercode:yLR8ZC-655556-655166514433351
MyEclipse5.5&6.5Stand
Subscriber:lindows
Subscribercode:yLR7ZL-655556-655166545470143
Eclipsewebtools
http://java.chinaitlab.com/tools/726446.html
性能檢測工具:jprofiler
Profiler性能跟蹤、測量工具,能跟蹤、測量BS程序
http://netfork.iteye.com/blog/286789
一、P6Spy的安裝與使用
p6spy:http://www.p6spy.com/
P6Spy是一個可以用來在應用程序中攔截和修改數據操作語句的開源框架.
二、結合SQLProfiler進行圖形化監控與使用
SQLProfile:http://www.jahia.net/jahia/page597.html
IronTrackSQL:http://www.irongrid.com/ironeyesql
三、結合IronTrackSQL進行圖形化監控與使用
http://laies.iteye.com/blog/168964
http://www.open-open.com/open4904.htm
http://sourceforge.net/projects/eclipsecolorer/
http://www.prosyst.com/products/tools_jprofiler.html
http://blog.ej-technologies.com/search/label/screencast
冗余代碼檢查:SimianUI
InternetExplorerDeveloperToolbar
FirefoxFirebug
softwaredownload
svnclient
http://tortoisesvn.net/downloads
-------------------------------------------------------------------------------------------------------
linux下配置eclipsepliugin
在eclipse根目錄下建立links目錄
然后把插件解壓到一個地方如/root/eclipse-plugins/cdt
如cdt下建立eclipse目錄把解壓的文件全部放到eclipse目錄下
在links目錄下創建一個cdt.link,其中path=//root/eclipse-plugins/cdtcdt目錄下為cdt插件解壓后得到的子目錄./eclipse/plugins和./eclipse/features。
注意,link文件中保存的path路徑只到cdt,之后是eclipse文件夾,再往下才是plugins和features文件夾
Windows下配置eclipseplugin
在eclipse根目錄文件夾里新建Links文件夾,用以鏈接插件集,
文件:wtp.link
內容:path=E:\\eclipse-jee-europa-win32\\plugin\\wtp
文件:emf-sdo.link
內容:path=E:\\eclipse-jee-europa-win32\\plugin\\emf-sdo
文件:gef.link
內容:path=E:\\eclipse-jee-europa-win32\\plugin\\gef
文件:xsd.link
內容:path=E:\\eclipse-jee-europa-win32\\plugin\\xsd
文件:implementors.link
內容:path=E:\\eclipse-jee-europa-win32\\plugin\\implementors
文件:spring_ide.link
內容:path=E:\\eclipse-jee-europa-win32\\plugin\\spring_ide
文件:vss.link
內容:path=F:\\MikeWang\\plugin\\vss
文件:svnplugin.link
內容:path=E:\\program\\eclipse\\plugins\\svnplugin
文件:dwr.link
內容:path=F:\\MikeWang\\plugin\\dwr
文件:jadclipse.link
內容:path=F:\\program\\eclipse\\myplugins\\jadeclipse
文件:propedit.link
內容:path=E:\\Programmer\\Apps\\Eclipseplugins\\propedit
文件:jseclipse.link
內容:path=E:\\Programmer\\Apps\\Eclipseplugins\\jseclipse
文件:AptanaJS.link
內容:path=E:\\Programmer\\Apps\\Eclipseplugins\\AptanaJS
、、、
在..路徑里放入Eclipse插件jar包,以便用,如:D:\..\*\eclipse\plugins\*.jar
resume:jadclipse.link需把jad.exe放入%JAVA_HOME%/bin即可
有些eclipse的plugin用link方式不能安裝的解決方式
http://chinaxyw.iteye.com/blog/474237
在eclipse使用當中,會發現有些plugin用link方式不能安裝上。檢查了再檢查,拼寫沒有錯誤,什么都沒有錯誤,不停的重啟eclipse發現還是沒有成功安裝。
下面是我遇到然后解決的方式:
1、第一種解決方式:有些plugin不一定需要建立eclipse目錄,直接拷貝到你設定的目錄下面就可以了。如安裝常規,需要建立eclipse目錄,然后再把plugin等文件拷貝到eclipse目錄下面。遇到沒有安裝成功,那么試試看上面的方式;
2、第二種解決方式:有些plugin下載解壓之后,會有一個文件site.xml。如subclipse插件,如果有這個文件,新版的eclipse默認情況會認為該插件是網絡安裝,把它刪掉就可以link的方法安裝。(但不是所有包含site.xml都會如此)
目前我用的是eclipse3.4.2
-------------------------------------------------------------------------------------------------------
MyEclipceDoradoStudioPlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
DoradoStudio
http://61.151.239.187/download/eclipse/com.bstek.ide.site
MyEclipsePropertiesEditorPlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
PropertiesEditor
http://propedit.sourceforge.jp/eclipse/updates/
MyEclipseImplementsPlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
ImplementsPlugin
http://eclipse-tools.sourceforge.net/updates/
MyEclipseJIRAPlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
JIRAPlugin
http://jira-dashboard.tigris.org/update
MyEclipseSVNPlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
SVNPlugin
http://subclipse.tigris.org/update_1.4.x
subversiveplugin
http://download.eclipse.org/technology/subversive/0.7/update-site/
MyEclipseCheckStylePlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
CheckStylePlugin
http://eclipse-tools.sourceforge.net/updates/
MyEclipseSpringIDEPlugin
----help----SoftwareUpdates----findandInstall
----Searchfornewfeaturestoinstall----next----NewRemoteSite
SpringIDEPlugin
http://dist.springframework.org/release/IDE
MyEclipsejodeDcompilerPlugin
----help----SoftwareUpdates----AddSite
http://www.technoetic.com/eclipse/update
MyEclipseAutocodeprompt
http://topic.csdn.net/u/20080418/12/192c0073-c7b3-42c8-9181-e1c0bd8bfc06.html
MyEclipse6.0:Windows--Preference--java--Editor--Content--Assist--AutoActicationtrigersforjava--.abc
MyEclipse6.0:File----import----Preferences
E:\Programmer\Apps\Eclipseplugins\AutoActivationtriggersforjava.epf
MyEclipse6.0:Windows--Preference--java--Editor--Content--Assist--AutoActivationdelay=300--
lazyloadingpromptok!!!
MyEclipseSyntaxclassescoloring
Windows----Preperences----java----edit----SyntaxColoring--Element:java--classes--Enable
MyEclipseSyntaxclassessynchronizationcoloring
Windows----Preperences----java----edit----MarkOccurrentces--slecttall--ok
-------------------------------------------------------------------------------------------------------
JcreatorpluginJDKHelp
選項—JDK配置文件--編輯—文檔—添加—確定
Ctrl+F1ok
-------------------------------------------------------------------------------------------------------
MyEclipseJavaScriptEdit打開顯示亂碼注釋
解決:
文件右鍵----properties----Tesxtfileencoding----other----選擇新的編碼方式或創建GBK等編碼----Apply----ok
或者:
MyEclipse6.0:Windows--Preference--MyEclipse--FilesandEditors--JavaScript--Encording--Chinese,NationalStandard--ok
-------------------------------------------------------------------------------------------------------
eclipsecapabilityoptimization
http://hi.baidu.com/injava/blog/item/3eb365f0e3b3c9aba50f5232.html
eclipse關聯javadoc和source
菜單項Window(窗口)--Preference(首選項)--左邊菜單項中的Java--InstalledJRE中選擇正在使用的JDK(選項前面打勾得)點擊EDIT(編輯),你就能看到JRESystemLibraries(JRE系統庫)你可以一批熟悉的類庫將每個類庫展開就能看到兩個選項一個是源代碼的,另一個是Javadoc的,或者選擇一個類庫點擊右邊的按鈕SourceAttachment...(關聯源代碼),進行設置。
或者在同樣的界面下有JREhomeDirectory(JRE目錄)把它換成JDK目錄(就是把后面路徑中的\jre去掉)在點擊確定,就能夠成功了(必須保證你安裝JDK時也選擇安裝了源代碼或者JDKhome下有src.zip文件)。
刪除遺留workspace
D:\ProgramFiles\MyEclipse6.0\eclipse\configuration\.settings
文件:org.eclipse.ui.ide.prefs
內容:
#MonMay1909:50:23CST2008
RECENT_WORKSPACES_PROTOCOL=3
MAX_RECENT_WORKSPACES=5
SHOW_WORKSPACE_SELECTION_DIALOG=false
eclipse.preferences.version=1
RECENT_WORKSPACES=D\:\\workspace\nC\:\\DocumentsandSettings\\Lindows\\\u684C\u9762\\workspace\nc\:\\s*****
修改:
、、、
RECENT_WORKSPACES=D\:\\workspace\n
、、、
ok
MyEclipseLinuxsetup
http://forum.ubuntu.org.cn/viewtopic.php?p=815331
http://duanni.iteye.com/blog/235826
這個6.5GA.zip文件不是解壓來用的,是使用eclipse的離線升級程序。在幫助中選擇軟件升級,選擇本地包,進行升級就可以了。
linux下安裝myeclipse6.5+eclipse3.3(ubuntu8.04下安裝myeclipse6.5+eclipse3.3)
首先請下載eclipse3.3,我下載的是3.3.2.下載頁面在這里下載地址在這里
然后下載myeclipse6.5,我下載的是MyEclipseArchivedUpdateSite-6.5.1GA(07/19/2008)(myeclipse的離線安裝包).下載頁面在這里,下載地址在這里
然后按照myeclipse官方步驟,進行如下操作
引用
besureEclipse3.3"Classic"isinstalled.DownloadtheMyEclipsearchivedupdatethengotoHelp>SoftwareUpdates>FindandInstall>New>Features,andaddanewArchivedUpdatesiteandpointitattheZIP.Fromthereyoujust"Next"yourwaythroughthewizardandMyEclipsewillbeinstalledforyou.ThisdownloadalsoincludesthelatestMatisse4MyEclipse,ICEfacesAjaxforJSF,andMyEclipseReports.
參考資料:
eclipse3.3.2的下載頁面http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/linPlatform.php#EclipseSDK
eclipse3.3.2的下載地址http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/download.php?dropFile=eclipse-SDK-3.3.2-linux-gtk.tar.gz
MyEclipseArchivedUpdateSite-6.5.1GA下載頁面http://www.myeclipseide.com/index.php?name=Downloads&req=viewsdownload&sid=24
MyEclipseArchivedUpdateSite-6.5.1GA下載地址http://www.myeclipseide.com/Downloads-index-req-getit-lid-100.html
如何安裝MyEclipse6,5GA?http://forum.ubuntu.org.cn/viewtopic.php?p=815331
-------------------------------------------------------------------------------------------------------
文件:MyEclipse6.5key.epf
MyConfig>>>.abc+classes2red+cvs+plugins+servers
softwaredownload
aboutsubversion
http://www.subversion.org.cn/?action-channel-name-product
eclipsepluginsubversion
http://subclipse.tigris.org/
http://www.subversion.org.cn/
http://www.collab.net/downloads/subversion/
Eclipse3.2/Callistoand3.3/EuropaLinksfor1.4.xRelease:
Changelog:http://subclipse.tigris.org/subclipse_1.4.x/changes.html
EclipseupdatesiteURL:http://subclipse.tigris.org/update_1.4.x
Zippeddownloads:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
eclipsepluginsubversive
http://www.eclipse.org/subversive/
http://www.polarion.org/index.php?page=download&project=subversive
UpdateSite:http://download.eclipse.org/technology/subversive/0.7/update-site/
clienttortoisesvn
http://tortoisesvn.net/downloads
http://www.nbdown.net/8971/soft.aspx
安裝和配置Windows下SVN開發環境
http://marshal.iteye.com/blog/153131
Subversion(SVN)和TortoiseSVN配置實例
http://seawavecau.iteye.com/blog/101619
Eclispe3.3Debugger介紹
http://eclipsetutorial.sourceforge.net/debugger01/lesson01.html
eclipseshortcut
Ctrl+/添加代碼注釋“//被注銷的代碼”
Ctrl+/去消代碼注釋
Ctrl+T查看該類實現類
Ctrl+K選中文字高亮所有關聯
Ctrl+Shift+/增加代碼注釋“/**被注銷的代碼*/
Ctrl+Shift+\取消代碼注釋
F3打開申明Windows--ShowView--Declaration
Control-Shift-G搜索引用(reference)
重構的前提,與此相關的功能是開啟“標記”功能(occurrencemarking)
Windows->Preferences->Java->Editor->MarkOccurrences,MarkLocalVariables
Q:更改projet名稱為project2,重新部署后登陸訪問,還是原project名稱
A:在D:\workspace\project\.mymetadata里修改:context-root="/project2"即可
MyEclipsepdtpluginsetup
http://huzhangsheng.blog.163.com/blog/static/34787784200881241312753/
我用的是eclipse3.2,安裝pdt1.03和aptana1.1,安裝方法是這樣的:
1、在eclipse目錄下新建一個links文件夾,在links文件夾下放置兩個文本文件,分別是
pdt.txt
apatana.txt
pdt.txt的內容是:path=d:/pdt
apatana.txt的內容是:path=D:/aptana
安裝一個插件,用一個文本文件,我要裝兩個插件,就用了兩個文件
目錄結構是:
d:\eclipse
d:\eclipse\links
2、安裝pdt(phpforeclipse)
從官方網站下載org.eclipse.php_feature-I20080909.zip
解壓縮到d:\pdt
目錄結構應該是這樣的:
d:\pdt
d:\pdt\eclipse
d:\pdt\eclipse\features
d:\pdt\eclipse\plugins
3、安裝aptana
從官方網站下載aptana_update_015414.zip
解壓縮到d:\apatana
目錄結構應該是這樣的:
D:\aptana
D:\aptana\eclipse
D:\aptana\eclipse\features
D:\aptana\eclipse\plugins
4、啟動eclipse,可以看到這兩個插件安裝成功了。
MyEclipseAptanajssetup
http://www.blogjava.net/vip01/archive/2008/09/08/227738.htmlcrack
http://huzhangsheng.blog.163.com/blog/static/34787784200881241312753/
downfile:aptana_update_015414.zipdecompress
configuration:MyEclipse6.6---help---softwareUpdates---FindandInstall---Searchfornewfeaturestoinstall
---NewLocalSite---E:\program\JavaScript\aptana\aptana_update_015414---ok
E:\program\JavaScript\aptana\aptana_update_015414>dir/a
2009-02-1217:06<DIR>.
2009-02-1217:06<DIR>..
2008-07-3113:18<DIR>features
2008-07-3113:181,719fix_policy.vbs
2008-07-3113:185,434index.html
2008-07-3113:18<DIR>plugins
2008-07-3113:18551policy.xml
2008-07-3113:181,567site.xml
2008-07-3113:181,661site_rcp.xml
5個文件10,932字節
4個目錄2,464,743,424可用字節
http://www.wycom.cn/firefox.html
http://bluelzx.iteye.com/blog/231796
解決MyEclipse7.5安裝錯誤的方法
http://ajava.org/course/tool/10448.html
http://202.111.173.106/d/fid/b4029d6f3fb2651f47427de55706fd6a9ee7a8f6a5050000/sid/b07e33d5/fn/myeclipse7.5%20安裝.txt
注冊碼兩組:
MaYong
ZLR8ZO-655444-54678656985359684
yaojunguang
lLR8ZO-655444-65678656109935953
試試,本人試過能用!
國內用戶不能成功安裝的原因(以下引用myeclipse官方管理人員對unabletoinstallmyeclipse提問的答復,請注意下面的china這個單詞):
PulseSupportPosts:n/a
newMyEclipseUser,
ThisissuelookslikeyourIPaddressmightbeinadvertantlyblockedbyafirewallbetweenyourcomputerandourservers.CanyoupleasepostyourpublicIPaddresssowecaninvestigatethis?Youcaneasilyfindthatoutbyvisitinghttp://www.whatismyip.comAlso,whatregionoftheworldareyouphysicallylocatedin?IaskbecauseIknowweaddedalargenumberofblockrecentlythataffectChinaduetosomelarge-scaleDNSattacks.
Ifyou'drathernotpostyourIPtotheseforums,pleaseemailittopulseatgenuitecdotcom.PleaseincludetheURLofthisthreadsowecanmatchthemup.
--Scott
PulseSupport
解決方案:
國內用戶安裝必須借助國外VPN代理(比如美國的,國內IP已被myeclipse官方查封)
安裝步驟:
1、上網找一個有美國IP地址的免費vpn或付費vpn(當然,免費是最好的,我找的也是免費的)
2、連接上vpn
3、點擊安裝
4、由于受vpn帶寬的影響,有可能一次安裝成功不了,多試幾次(我試了三次,終于搞定)
5、myeclipse7.5是6月17日釋出的,我是6月18日用迅雷從官網上下的,當天晚上就搞定(要在迅雷里設置http代理才能下載,我用的代理是140.239.56.38:80@HTTP)
6、寫這個安裝教程的時間:2009年6月19日上午9:00
FailedtoloadtheJNIsharedlibraryjvm.dll
http://www.oschina.net/question/12_26790
如果你下載了64位的Eclipse,但電腦上的JDK是32位的,那可能啟動Eclipse就會報錯:FailedtoloadtheJNIsharedlibraryjvm.dll錯誤。
如果你下載了32位的Eclipse,但電腦上的JDK是64位的,那可能啟動Eclipse就會報錯:FailedtoloadtheJNIsharedlibraryjvm.dll錯誤。
都匹配成64bit或32位的對應的版本,問題解決。
end

浙公網安備 33010602011771號