Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zip dependency not shown in Package Explorer #1894

Open
weberjn opened this issue Nov 19, 2024 · 1 comment
Open

zip dependency not shown in Package Explorer #1894

weberjn opened this issue Nov 19, 2024 · 1 comment

Comments

@weberjn
Copy link

weberjn commented Nov 19, 2024

Looks like zip dependencies are not displayed in Package Explorer - Maven Dependencies

So one cannot set method breakpoints.

Ran into this with

<dependency>
  <groupId>com.ibm.db2</groupId>
  <artifactId>sqlj4</artifactId>
  <version>4.33.31</version>
  <type>zip</type>
</dependency>

Eclipse IDE for Enterprise Java and Web Developers
Version: 2024-09 (4.33.0)
Build id: 20240905-0614

@gerib
Copy link

gerib commented Dec 27, 2024

@weberjn

zip seems not to have a Default Artifact Handler. But POM Reference > Dependencies > type reads:

New types can be defined by plugins that set extensions to true, so this is not a complete list.

What if you rename the file to *.jar? It's in the classpath either way so names shouldn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants