Re: Java Custom JRE Support (Extensions)

2019-09-23 Thread Stephan Bergmann
On 16/09/2019 13:42, Rob Barry wrote: I've been developing an extension for LibreOffice in Java and have defaulted to targeting the v1.8 JDK. One issue I've noticed with this is that LibreOffice on Windows requires the x64 JRE in order to execute the extension. Given this is not the standard/s

Re: Java Custom JRE Support (Extensions)

2019-09-16 Thread Stephan Bergmann
On 16/09/2019 14:34, Rob Barry wrote: On Mon, 2019-09-16 at 14:22 +0200, Stephan Bergmann wrote: There are no such plans by anyone I'm aware of at least. As above, LO uses a single in-process JVM for all of its Java needs (from extensions and from whatever core components that use Java). If e

Re: Java Custom JRE Support (Extensions)

2019-09-16 Thread Rob Barry
On Mon, 2019-09-16 at 14:22 +0200, Stephan Bergmann wrote: > On 16/09/2019 13:42, Rob Barry wrote: > > I've been developing an extension for LibreOffice in Java and have > > defaulted to targeting the > > v1.8 > > JDK. > > > > One issue I've noticed with this is that LibreOffice on Windows requir