jre目录下有个lib\ext包,可以把常用的第三方jar包拷贝进去,使用的时候直接import,命令行编译运行java文件可以运行,
eclipse会提示错误“ not accessible due to restriction on required library D:\Program Files\Java\jdk1.7.0\jre\lib\ext\jxl.jar”,强制运行也可以运行。
若要eclispe不提示错误,windows->preferences->java->compiler->errors/worning,forbidden reference 后面的error改成warning或者ignore
ext下的类由ExtClassLoader加载
若使用build path下添加第三方jar包,则由AppClassLoader加载