随笔分类 -  java

eclipse4.2-juno的支持jQuery自动提示插件
摘要:1) Install the plugin of following id JSDT jQuery Integration 1.5.0 org.eclipselabs.jsdt.jquery_feature.feature.group安装JSDT jQuery Integration插件(地址:http://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite)2) Go to Project Explorer--> Javascript ResourcesProject Explorer视图下出现Javascript Res 阅读全文
posted @ 2013-10-18 16:30 冰墨白 阅读(320) 评论(0) 推荐(0)
Eclipse中JRE System Library、Web App Libraries的作用
摘要:今天部署工程时发现了一个问题, 在eclipse打包成war包时, war包中只有编译文件, 没有jar包,没有css和image文件夹等等, 导致部署失败.在网上找了资料发现是因为我的web工程中没有Web App Libraries,也加载不了, 后来重新从svn检出工程才有Web App Libraries了,然后打包, 这时war包里, 数据都对了.现在就出错原因做说明(以下转载自weiling的博客): 当我们在Eclipse中建立java的web工程时,会产生JRE System Library和Referenced Libraries,Web App Libraries不生成.. 阅读全文
posted @ 2013-10-11 18:00 冰墨白 阅读(1365) 评论(0) 推荐(0)