Menu

#134 runtimeBits JRE Option not working (Patch included)

3.x
closed-fixed
None
5
2014-10-06
2014-09-29
Markus
No

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.

1 Attachments

Discussion

  • Grzegorz Kowal

    Grzegorz Kowal - 2014-10-06

    Oops, too much c#. Thanks for the patch.

    Grzegorz

     
  • Grzegorz Kowal

    Grzegorz Kowal - 2014-10-06
    • status: open --> closed-fixed
    • assigned_to: Grzegorz Kowal
     

Log in to post a comment.