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

support classpath specified inside manifest #14

Open
akozlova opened this issue Dec 16, 2015 · 1 comment
Open

support classpath specified inside manifest #14

akozlova opened this issue Dec 16, 2015 · 1 comment

Comments

@akozlova
Copy link

As by javadoc of java.util.jar.Attributes.Name#CLASS_PATH
/**
* Name object for Class-Path
* manifest attribute. Bundled extensions can use this attribute
* to find other JAR files containing needed classes.
* @see
* JAR file specification

*/
This way it would be possible to compact long classpaths (on win) without introduction of artificial classloader.

Inspired by https://youtrack.jetbrains.com/issue/IDEA-149275

@edwardsa
Copy link

This issue completely prevents cpsuite being usable in IntelliJ 15 when you have a long classpath. This is because in IntelliJ 15 they switched to use manifest classpaths.

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