Domanda

I'm using Eclipse, PyDev and Jython together on a project. It works well, but I have a problem with an external 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). 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.

Do I have to add all the jars by hand now?

È stato utile?

Soluzione

Yes, PyDev is not able to read an 'aggregating' jar, so, you really have to add those other jars manually.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top