Community
Participate
Working Groups
Build Identifier: 8.0.0.201106081058 While browsing library/Win32ProcessEx.c in org.eclipse.cdt.core.win32.source_5.2.0.201106081058.jar (part of CDT 8.0), I found the following code: ThrowByName(env, "java/io/Exception", "Command line too long"); and later: ThrowByName(env, "java/io/Exception", "Not enough memory"); There is no class java.io.Exception. It should probably be java.io.IOException or java.lang.RuntimeException. Reproducible: Always