梁某人

发展才是硬道理

导航

2005年2月1日 #

ClassLoader对jar的一个处理方式

摘要: /** * @author tom * * 这个类测试动态载入jar文件中的类 */ public class JarLoader { private static void test(String[] args) throws Exception { Object obj = new MyAppClassLoader("").loadClass("TestCCL").new... 阅读全文

posted @ 2005-02-01 18:18 涛仔28 阅读(1052) 评论(1) 推荐(0) 编辑

Eclipse插件体系结构

摘要: Summary Eclipse plug-ins embody an architectural pattern for building an application from constituent parts. This article presents an in-depth view of the participant roles and collaborations of this... 阅读全文

posted @ 2005-02-01 05:26 涛仔28 阅读(1857) 评论(0) 推荐(0) 编辑

How to Use the Eclipse API

摘要: Summary The Eclipse Platform offers a comprehensive API (Application Programmer Interface) to developers writing plug-ins. This article discusses the general ground rules for using the Eclipse Platfo... 阅读全文

posted @ 2005-02-01 02:07 涛仔28 阅读(574) 评论(0) 推荐(0) 编辑