In a subproject, which creates just a Jar with a lib directory, where we pack some jars into it, we have an entry for a DLL. This results into an entry into “gradleclasspathcontainer”, which itself is an Eclipse error:
Archive for required library: ‘Q:/gradleCache/caches/modules-2/files-2.1/com.jacob/jacob/1.17/2754524f1578dda97ed2657bae02036d817152/jacob-1.17-x64.dll’ in project ‘de.uvdms.ui.main’ cannot be read or is not a valid ZIP file .
Where can I correct this entry? I didn’t find a file representing the"gradleclasspathcontainer".
(This is also funny, because I saw this error - treating a dll as a jar file - before some weeks ago running our Spring based application. It later disappeared, and I don’t know why…).
That said there is no manual way to configure it. But this has to be fixed as Buildship shouldn’t add invalid jar entries to the classpath. Would you mind assemble a small demo build what we can use to reproduce the problem?
I was able to reproduce the problem. Here is a bugzilla for this issue in case you want to subscribe to the updates: https://bugs.eclipse.org/bugs/show_bug.cgi?id=467234
Once this issue is resolved I’ll update this thread too.