简体   繁体   English

Eclipse,PyDev,Jython,外部JAR

[英]Eclipse, PyDev, Jython, external JAR

I'm using Eclipse, PyDev and Jython together on a project. 我在一个项目上一起使用Eclipse,PyDev和Jython。 It works well, but I have a problem with an external jar. 它运作良好,但是我在使用外部jar时遇到了问题。

This jar is special, has no .class files inside it just a manifest which uses Class-Path attribute to list additional jars (just aggregating a bunch of jars). 这个jar很特别,里面没有.class文件,只是一个清单,该清单使用Class-Path属性列出了其他jar(只是聚合了一堆jar)。 It seems like adding this as an external jar ignores this attribute and because it has no .class files, it doesnt add anything visible to the project. 似乎将其添加为外部jar会忽略此属性,并且由于它没有.class文件,因此不会添加对项目可见的任何内容。

Do I have to add all the jars by hand now? 我现在必须手动添加所有罐子吗?

是的,PyDev无法读取“聚合”罐子,因此,您实际上必须手动添加其他罐子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM