配置myeclipse中XML檔案的智慧型提示

2021-09-06 02:47:05 字數 905 閱讀 8070

第一步:將xml編輯器設定預設為myeclipse edit 

window-->preferences-->general-->editors-->file associations

找到*.xml,選擇myeclipse xml editor,點default

第二步:配置dtd或者xsd檔案

window-->preferences...-->myeclipse

-->files & editors-->xml

-->xml catalog

example:

...xml catalog-->add-->

location: 選擇dtd的路徑如:d:\j2ee\myeclipse blue 7.0 m2\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_6.9.200.zmyeclipse69200200809\catalog-dtd\struts-2.0.dtd(這個struts-2.0.dtd是自己手動加入進入的)

key type: 使用預設的public id

key:  一般設定為平時xml中宣告的頭如:-//apache software foundation//dtd struts configuration 2.0//en

-->ok

在開啟此型別的.xml檔案就有提示資訊了

myeclipse中xml自動提示問題

在struts,spring,hibernate的配置檔案的時候,有時候xml編輯器的智慧型提示並不好用。造成這個問題的主要原因是,編輯器是從xml頭部的網路位址來讀取dtd或者xsd檔案,比如頭部命名空間的 這些檔案是用來說明xml檔案格式的,解析了這些檔案,編輯器才能給出正確的提示。當網路狀況不...

在MyEclipse中開啟xml檔案

以前預設開啟xml檔案為html編輯模式,突然有一次開啟後就變成了檢視模式。怎麼解決這個問題呢?選擇要開啟的檔案,右鍵 open with,選擇html editor。選擇這種方式開啟後就是我們常見的html格式了。但是這種方法比較麻煩,每次都要右鍵 open with。有沒有什麼方式是預設開啟就是...

Tomcat在Myeclipse中的配置

tomcat版本 7.0 myeclipse版本 10.7 直接解壓就ok 這是我的解壓路徑 e apache tomcat 9.0.27 環境變數新建變數名稱 catalina home 變數值為解壓目錄 e apache tomcat 9.0.27 在path中新增 catalina home ...