Eclipse debug: java.lang.IllegalArgumentException: Executable name has embedded quote, split the arguments

3
Hi, Our client pc has recently been upgraded to Java 7, update 21. We now get an error when initiating the Debug functionality in Eclipse. Also we seem to encounter issues contacting webservices from Modeler deployed DEV environments. Anybody any workarounds (except for downgrading the java install > centrally managed by IT). Kind regards, Brian
asked
1 answers
4

This is caused by the java update see here and here under heading "Changes to Runtime.exec" so other than Mendix changing the way the command strings are passed to the RunTime.exec method I don't see another option than to downgrade.

answered