Yes, with java 9 and the jlink tool you can get jvms as small as 13mb. Your experiment sounds like alot of fun :)
Von meinem iPad gesendet > Am 19.03.2018 um 20:52 schrieb Neil C Smith <[email protected]>: > >> On Mon, 19 Mar 2018 at 14:24 Toni Epple <[email protected]> wrote: >> >> On linux a natively packaged JavaFX application is about 40mb (without >> webview). > > > Is that with the JRE as well? On disk or as distributed? That's smaller > than I expected. I don't really use JavaFX, and native packaging doesn't > seem to want to work on my system at the moment or I'd have checked. > > >> I don‘t think we need any of the Electron / NodeJS APIs when we use our >> HTML/Java APIs, since we have access to the complete Java API. We’ve been >> developing reasonably large applications with it, and we didn‘t miss >> anything so far. >> > > Is that with use of any AWT things though? > > Spent the last few hours getting my head around HTML4J and Electron (and > more Gradle :-\ ). Got your visual demo working on the JVM inside > Electron, using your browser presenter for now. No idea how useful any of > that will prove to be, but good to start getting my head around the APIs we > have anyway. :-) > > Best wishes, > > Neil > -- > Neil C Smith > Artist & Technologist > www.neilcsmith.net > > Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
