myeclipse8.5安裝hibernatetools插件步驟完結(jié)版

myeclipse8.5安裝hibernatetools插件步驟完結(jié)版

ID:34724508

大?。?01.58 KB

頁數(shù):9頁

時(shí)間:2019-03-10

myeclipse8.5安裝hibernatetools插件步驟完結(jié)版_第1頁
myeclipse8.5安裝hibernatetools插件步驟完結(jié)版_第2頁
myeclipse8.5安裝hibernatetools插件步驟完結(jié)版_第3頁
myeclipse8.5安裝hibernatetools插件步驟完結(jié)版_第4頁
myeclipse8.5安裝hibernatetools插件步驟完結(jié)版_第5頁
資源描述:

《myeclipse8.5安裝hibernatetools插件步驟完結(jié)版》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。

1、myEclipse8.5安裝hibernateTools插件步驟完結(jié)版Hibernate-Tools安裝步驟:1、找到下載的插件里的plugins和features文件夾,復(fù)制其路徑,本文路徑為:E:中科軟軟件hibernate-toolEclipsePluginsHibernateTools-3.2.0.beta9a-sinosofteclipse。2、在MyEclipse里新建一個(gè)命名為PluginConfigCreator的java類,將以下代碼復(fù)制到該類中并運(yùn)行:packageapp;i

2、mportjava.io.File;importjava.util.ArrayList;importjava.util.List;/***//***MyEclipse7.5(2009-11-16)插件配置代碼生成器*/publicclassPluginConfigCreator{publicPluginConfigCreator(){}publicvoidprint(Stringpath){Listlist=getFileList(path);if(list==null){return;}i

3、ntlength=list.size();for(inti=0;i

4、lenames=fileName.split("_");Stringfilename1=filenames[0];Stringfilename2=filenames[1];result=filename1+","+filename2+",file:/"+path+"http://"+fileName+"http://,4,false";System.out.println(result);}elseif(file.isFile()){StringfileName=file.getName();if(fileName.index

5、Of("_")<0){continue;}intlast=fileName.lastIndexOf("_");//最后一個(gè)下劃線的位置Stringfilename1=fileName.substring(0,last);Stringfilename2=fileName.substring(last+1,fileName.length()-4);result=filename1+","+filename2+",file:/"+path+"http://"+fileName+",4,false";System.out.p

6、rintln(result);}}}publicListgetFileList(Stringpath){path=getFormatPath(path);path=path+"/";FilefilePath=newFile(path);if(!filePath.isDirectory()){returnnull;}String[]filelist=filePath.list();ListfilelistFilter=newArrayList();for(int

7、i=0;i

8、ingpath){path=path.replaceAll("http:////","/");path=path.replaceAll("http://","/");returnpath;}publicstaticvoidmain(String[]args){/**//*你的插件的安裝目錄.參數(shù)Stringplugin內(nèi)容即為你所要安裝插件的絕對路徑。安裝時(shí)只需要換成自己的插件路徑即可*/Stringplugin="E:中科軟軟

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時(shí)可能會顯示錯(cuò)亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時(shí)聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請聯(lián)系客服處理。