Re: jcc InitVM() creates menu on macOS
On Nov 11, 2020, at 21:43, Andi Vajda wrote: > Add this to initVM's vmargs: '-Djava.awt.headless=true' That works! Thanks! Andrew da...@dalkescientific.com
jcc InitVM() creates menu on macOS
Hi all, I am trying to use jcc on macOS 10.14.4 (Mojave) to build Python 3.9 bindings for cdk-2.3.jar from https://github.com/cdk/cdk/releases/tag/cdk-2.3 . I managed to build "pycdk" but when I run initVM() like this, from the Python console: >>> import pycdk >>> pycdk.initVM() the consol