runtimeBits JRE Option not working (Patch included)
Brought to you by:
grzegok
Running from my ant build when then "runtimeBits" JRE Option is set, the application won't find any JRE.
During debugging through the source, I found out that the corresponding bit is not set, because the String comparison fails (The are compared by "==" instead of "equals").
The attached patch fixes the problem.
Oops, too much c#. Thanks for the patch.
Grzegorz