里面有bbscs-src与webapps-bbscs这两个文件!用JBuilder如何创建工程才正确啊?
我是这样创建的:
1.先建一个工程文件gradjob-bbs
2.然后再建一个WebModule,命名为bbs,里面只有WEB-INF
3.接着我在工程文件的同一级目录下创建一个src文件夹,将bbscs-src放进去
4.再接着我把webapps-bbscs拷贝在bbs文件下。
5.然后我rebuilder工程,会报如下错误:"AutoFilter.java": unmappable character for encoding GBK at line 46, column 54
"AutoFilter.java": unmappable character for encoding GBK at line 116, column 43
"AutoFilter.java": unmappable character for encoding GBK at line 122, column 43
"IPEntry.java": unmappable character for encoding GBK at line 23, column 8
.
.
.
"adminIndex.jsp": <2007-8-2 下午04时55分32秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"validateSucceed.jsp": <2007-8-2 下午04时56分06秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"index.jsp": <2007-8-2 下午04时56分39秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"smile.jsp": <2007-8-2 下午04时57分15秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"regSucceed.jsp": <2007-8-2 下午04时57分35秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"roleList.jsp": <2007-8-2 下午04时57分54秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"permissionSet.jsp": <2007-8-2 下午04时58分14秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"faceSet.jsp": <2007-8-2 下午04时58分41秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
"roleSet.jsp": <2007-8-2 下午04时59分10秒 CST> <Warning> <HTTP> <BEA-101248> <[C:\Documents and Settings\Administrator\jbproject\gradjob-bbs1\bbs]: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 2, column 219).> 
.
.
.下面接着还有很多相似的错误!急!!!谁能帮帮我?在线等!