office-gobmx/external/beanshell
Jan-Marek Glogowski 42aeb9f906 cross-build: fix Java NI linking
LibreOffice has a JNI component on Windows and Linux, the
officebean. Therefore we need a host JDK for linkage to the
jawt, and a build JDK to compile the Java code.

Change-Id: I4138628ab3ea2ef5900a5b4e9281050ae84e4eb5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102483
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-09-11 20:29:11 +02:00
..
beanshell-invoke.patch
bsh-2.0b1-src.patch
ExternalPackage_beanshell.mk
ExternalProject_beanshell.mk
java9.patch.0
Makefile
Module_beanshell.mk
README
UnpackedTarball_beanshell.mk

Java interpreter from [http://www.beanshell.org/] with some patches.

So you can write java in command shell; interactive java good for prototyping/macros.