第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何使eclipse工程導(dǎo)入myeclipse

如何使eclipse工程導(dǎo)入myeclipse

蕭十郎 2019-03-01 07:03:36
如何使eclipse工程導(dǎo)入myeclipse
查看完整描述

2 回答

?
SMILET

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超4個(gè)贊

工具:

myeclipse

方法:

1. 在myeclipse中建立一個(gè)java web工程。File-->New-->Web Project

2. 開(kāi)始導(dǎo)入工程中的文件。File-->import

3. 因?yàn)閑clipse中的web部署文件夾叫做webContent,而myeclipse中叫做webRoot,針對(duì)這個(gè)不同需要做一系列的修改。首先在新建的工程上點(diǎn)擊右鍵,選擇"Properties",出現(xiàn)以下對(duì)話(huà)框。請(qǐng)注意紅框區(qū)域,一般都需要修改。

4.將以上webRoot的地方全部改為webContent即可。



查看完整回答
反對(duì) 回復(fù) 2019-03-07
?
江戶(hù)川亂折騰

TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超5個(gè)贊

具體步驟:
1、通過(guò)eclipse的import方式,將web項(xiàng)目導(dǎo)入。
2、打開(kāi).project文件,將原配置文件中的<buildSpec>...</buildSpec><natures>...</natures>部分替換為以下內(nèi)容: <buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.Jsdt.core.javaScriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDeScriptorValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.Jsdt.core.JsNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures> 3、刷新項(xiàng)目,項(xiàng)目->右鍵->Properties->Project Facets->Configuration->custom,選擇Java和Dynamic Web Module(注意版本,如果無(wú)法確定自己的版本,請(qǐng)從高往低測(cè)試)

4、修改.settings目錄(可在navigator視圖下查看)中org.eclipse.wst.common.component文件的如下內(nèi)容:
<wb-resource deploy-path="/" source-path="/WebContent"/>
改為: <wb-resource deploy-path="/" source-path="/WebRoot"/>
5、刷新項(xiàng)目,然后查看classpath是否有問(wèn)題。
6、最后,刪除eclipse默認(rèn)的WebContent目錄,Myeclipse默認(rèn)的是WebRoot。



查看完整回答
反對(duì) 回復(fù) 2019-03-07
  • 2 回答
  • 0 關(guān)注
  • 917 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)