Date Name Downloads
Feb 27, 2015 1.1.1 739
Sep 29, 2010 1.1.0 581
Sep 21, 2010 1.0.0 154
1.1.1
1.1.1
Feb 27, 2015
Apache License
739

This addresses an issue reported here (German only) and reproduced by me on Domino 9.0.1FP3.

On current Domino versions, getting a handle on java.util.regex.Pattern.compile(String, int) from LS2J no longer works. An exception “LS2J Error: Threw java.lang.InternalError” will be thrown.
You can, however, get the handle by iterating over all methods and selecting the desired one.

This release makes use of this workaround.