History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25666
Type: Bug Bug
Status: Resolved Resolved
Resolution: Obsolete
Priority: Major Major
Assignee: Anna Kozlova
Reporter: Christian Schneider
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

A high number of dependencies causes the launch mechanism (run/debug) to fail

Created: 24 Jan 08 18:08   Updated: 17 Nov 08 16:03
Component/s: None
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP

Build: 7,590
Severity: Extreme


 Description  « Hide
A very long command line (with numerous eclipse jars in my case) causes the Run/Debug function to fail with an error code of 87 from createProcess (command line too long). This could be circumvented by passing the class class. As a result it is impossible to launch any classes from the project.

Note: Additionally the launch function does not display any error after removing some dependencies but does nothing. After restarting IDEA it works again (but is missing dependencies, obviously).



 All   Comments   Work Log   Change History      Sort Order:
Anna Kozlova - 17 Nov 08 16:03
IDEA 8.0 has appropriate property in idea.properties file: idea.dynamic.classpath=true; It would store your classpath in temp file and then read the classpath from the file with custom class loader.