Crash under Windows in bsfUnloader when jvm.dll not found (svn trunk).
A possible fix is to add this line :
if (defaultJVM->jvm == NULL) return;
before
res1=defaultJVM->jvm->GetEnv((void **) &jenv, USE_DEFINED_JNI_VERSION);
Side note :
BSF4ooRexx.cc has inconsistent line endings (mix of CR & CRLF).
Detected when loading in Visual Studio.
Better to fix that, because otherwise the debug infos are out of sync.
Fixed with revision 337, which also includes the binaries compiled in 32- and 64-bit for Windows, Linux and MacOSX (to be found in "trunk/bsf4oorexx.dev/source_cc/32" and "trunk/bsf4oorexx.dev/source_cc/32" respectively.
@Jean-Louis: please feel free to apply corrections and patches directly, you should have all necessary privileges.