Launching command line exceeds the process command limit
Brought to you by:
fabioz
If project have a lot of jar dependency or python's path pydev is generating java process command line which exceeds windows command line limit,
The same defect was already fixed in the 4.3 Eclipse for java debug. Please look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=32719
Waiting for fix or patch.
Thanks,
Vladimir
We need to fix this for both java class path and for python path.
- Java class path fix made in the same way how it was done in eclispe.
- Python path update in interpreter using sys.path.append() and add all jars and python's path to it.
Any progress about this?