You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
As by javadoc of java.util.jar.Attributes.Name#CLASS_PATH
/**
*
Name
object forClass-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
The text was updated successfully, but these errors were encountered: