use JavaVMInitArgs instead of JDK1_1InitArgs in JNI_CreateJavaVM; support -Xbootclasspath option

This commit is contained in:
Joel Dice
2008-07-14 11:02:43 -06:00
parent 17a42c5611
commit 920034e231
4 changed files with 141 additions and 126 deletions

View File

@ -23,8 +23,10 @@
#undef JNIEXPORT
#ifdef __MINGW32__
# define JNIEXPORT __declspec(dllexport)
# define PATH_SEPARATOR ';'
#else
# define JNIEXPORT __attribute__ ((visibility("default")))
# define PATH_SEPARATOR ':'
#endif
#ifdef __i386__