论坛首页 Java企业应用论坛

Groovy动态加载jar

浏览 1963 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (11) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-10-22  

		CompilerConfiguration conf = new CompilerConfiguration();
		conf.setSourceEncoding(prop.getProperty("script-encoding"));
		
		List<String> cll = new ArrayList<String>();
                // TODO
		cll.add ( your jar path )
		conf.setClasspathList(cll);
 下面不管是GroovyShell 还是ClassLoader方式,都用这个conf就可以了
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics