Myeclipse或Eclipse 老是出現JPA project Change Event Handler
Myeclipse或Eclipse 老是出現JPA project Change Event Handler,導致需要執行的處理沒有進行;關閉也關不完。這是Eclipse中的一個GUG:
Bug 386171 - JPA Java Change Event Handler (Waiting)
解決方法:
1.) 退出Myeclipse(或eclipse);
2.) 進入Myeclipse(或eclipse)的安裝目錄;
linux中:
mkdir disabled
mkdir disabled/features disabled/plugins
mv plugins/org.eclipse.jpt.* disabled/plugins
mv features/org.eclipse.jpt.* disabled/features
windows 中:
- 建立名為disabled的資料夾;
- 在disabled資料夾下建立兩個資料夾,名字分別為features 、plugins;
- 將plugins目錄下,以org.eclipse.jpt開頭的jar檔案剪下到disabled\plugins目錄下;
- 將features目錄下,以org.eclipse.jpt開頭的j資料夾剪下到disabled\features目錄下;
- 重新Myeclipse(或eclipse);
- 重啟後第一次會提醒你重新配置content-assist;
可以執行以下命令替代以上操作:
mkdir disabled
mkdir disabled\features
mkdir disabled\plugins
move plugins\org.eclipse.jpt.* disabled\plugins
move features\org.eclipse.jpt.* disabled\features
解除安裝完DALI/JPT的eclipse外掛後,就再也不會出現UI卡頓與儲存檔案的時候需要等待幾秒的問題了。
相關文章
- jquery , find the event handler,找到jquery中的event handlerjQuery
- js: get event handler bound to the elementJS
- 用MyEclipse JPA建立專案(一)Eclipse
- 用MyEclipse JPA建立專案(四)Eclipse
- 用MyEclipse JPA建立專案(二)Eclipse
- 用MyEclipse JPA建立專案(三)Eclipse
- Cannot change version of project facet Dynamic Web Module to 3.0ProjectWeb
- Eclipse出現“錯誤:找不到或無法載入主類”Eclipse
- 【Eclipse】--MyEclipse複製專案,並重寫釋出Eclipse
- eclipse、myeclipse常用快捷鍵Eclipse
- MyEclipse Project Migration功能中文簡單介紹EclipseProject
- netty系列之:Event、Handler和PipelineNetty
- Eclipse myeclipse下配置HanLP的教程EclipseHanLP
- JAVA開發工具Eclipse和MyEclipseJavaEclipse
- eclipse/myeclipse註釋模板的修改Eclipse
- eclipse+myeclipse+tomcat問題EclipseTomcat
- Dynamic Web Project option missing in Eclipse KeplerWebProjectEclipse
- 解決eclipse或MyEclipse下不能使用sun.net包中的類的問題Eclipse
- eclipse中一個project下多個module?EclipseProject
- 解決eclipse的 Invalid project description. overlaps the location of another project: 問題EclipseProject
- Eclipse project 重新命名問題(如何徹底修改Eclipse工程名)EclipseProject
- 匯入Android專案出現Fix Project PropertiesAndroidProject
- 【轉】Eclipse/MyEclipse 最最常用的快捷鍵Eclipse
- Eclipse 3.2 + MyEclipse 5.0GA + WebLogic 9.2EclipseWeb
- maven建立Java 和 Web Project, 並匯入EclipseMavenJavaWebProjectEclipse
- eclipse error .This project needs to migrate WTP metadata.EclipseErrorProject
- Creating Dynamic Web Project using Maven in EclipseWebProjectMavenEclipse
- eclipse在Windows7 64 位下出現Unhandled event loop exception No more handlesEclipseWindowsOOPException
- myeclipse的web專案匯入到eclipse中EclipseWeb
- 【轉載】eclipse 、myeclipse自動提示功能開啟Eclipse
- 請問:myeclipse下面配置resin是出現的問題Eclipse
- elipse或Myeclipse專案轉換;myeclipse2014舉例Eclipse
- SpringBoot專案在Eclipse/MyEclipse中執行Spring BootEclipse
- eclipse中的.project 和 .classpath檔案的具體作用EclipseProject
- Eclipse在已建立的project中匯入其他檔案EclipseProject
- Event Handler 事件處理程式 2 —跨瀏覽器事件物件《高程3》事件瀏覽器物件
- SAP CRM和Cloud for Customer中的Event handler(事件處理器)Cloud事件
- MyEclipse專案裡面出現紅叉的解決方案?Eclipse