We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@weberjn
zip seems not to have a Default Artifact Handler. But POM Reference > Dependencies > type reads:
zip
New types can be defined by plugins that set extensions to true, so this is not a complete list.
extensions
What if you rename the file to *.jar? It's in the classpath either way so names shouldn't matter.
*.jar
Sorry, something went wrong.
No branches or pull requests
Looks like zip dependencies are not displayed in Package Explorer - Maven Dependencies
So one cannot set method breakpoints.
Ran into this with
Eclipse IDE for Enterprise Java and Web Developers
Version: 2024-09 (4.33.0)
Build id: 20240905-0614
The text was updated successfully, but these errors were encountered: