| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | snowdosker <snowdos...@academ.org> |
| Subject | Re: Classpath on Cygwin: failed to open native library error |
| Date | Sun, 19 Feb 2006 06:15:24 GMT |
Hi, Enrico Finally HelloWorld is working! in libjc\arch\arch_definitions.h redefine dll name format for cygwin -------------------------------- #if defined(__CYGWIN__) #define _JC_LIBRARY_FMT "cyg%s-0.dll" #elif #define _JC_LIBRARY_FMT "lib%s.dll.a" #endif Hmm but jc do not exit after executing.... I do not call System.exit in my test class, but Sun's java exit without it ok. | |
| Mime |
|
| View raw message | |