导航

2011年1月24日

摘要: 通常人安装插件时,只直接将其下的plugns与feature文件下的内容分别拷到eclipse相应的文件夹下,但当要移除该插件时就很麻烦了,所以这里介绍links方法安装插件 首先,在eclipse文件根目录下建立一个links文件夹,如果安装了myeclipse之后,则在其所选的eclipse文件的根目录下会建立了links文件夹。 其次,在links文件夹下面建立一个后缀为link的文件,在面输入要引入的插件的文件所在的路径, 如:path=D:\\eclipse\\Log4e 其代表,Log4e插件文件夹存放在D:\\eclipse下了, 另外Log4e插件文件夹内的目录结构应该是: e 阅读全文

posted @ 2011-01-24 12:49 鹤唳九天 阅读(3002) 评论(0) 推荐(0) 编辑

摘要: Supported dropins formats The dropins folder supports a variety of layouts, depending on the scale of your application and the desired degree of separation of its parts. The simplest layout is to just drop plug-ins in either jar or directory format directly into the dropins folder: You can also drop 阅读全文

posted @ 2011-01-24 12:22 鹤唳九天 阅读(1090) 评论(0) 推荐(0) 编辑