I installed the 0.16 version on several computer. On one of them, I was not able to run jcae. In complains that it was unable to load some dependent library for occjava. After some checking with dependancyWalker, I figure out that occjava was looking for msvcp71 and msvcrt71 while it is provided with the 90 version (in jcae-0.16\jcae\modules\lib).
I think that this works fine when vc_redist is installed, but not in this case ... After adding the 71 version in jcae-0.16\jcae\modules\lib, everything is OK ...
FYI:
msvcr90 is for VTK which we built with VS2008.
The Opencascade library is built by opencascade with VS 7.
We will add msvcr71 to the next release. Thanks for reporting this bug.