mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
![]() The ThrowNew JNI method requires the message to be encoded in "modified UTF-8". The FormatMessage WinAPI method can return a string using any encoding, so it needs to be converted to UTF-8 in order to have it visible in the exception message. To further help, try to extract the message in English and fall back to the Windows installation language as a last resort. Prefix the error message with the error code from the GetLastError() function. Contributed by STMicroelectronics Change-Id: Id76ffd83e2d3ad1f061780c7ee0892c9b378649b Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com> |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.aarch64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |