My case is that my electron app has to invoke some Java code (Lucene search engine), so I want to pack electron app with JVM + java code and invoke the service in the app, it that possible? do we have any tools to help? Or if JVM is impossible, does electron be able to wrap other languages like c++/c? Because I know Lucene has other language versions.