Other |
---|
1.2.0 1.2fcsFixed |
Relates :
|
These procedures should return a null-terminated string in the platform's encoding that describes the most recent OS-level error. On Unix systems sysLastErrorString will simply call strerror(errno); on Win32 it will call GetLastError and then FormatMessage. For the classic VM, the JVM entry point is just a call-through to sysLastErrorString. -- mr@eng 8/20/1998
|