javapackager feedback and questions

2017-11-29 Thread Mani Sarkar
Hi all, First I hope I'm writing to the correct mailing list, if not please suggest where to write instead. Also if it is worth writing back as separate messages per issue or item, please do let me know. Some of my observations and feedback when using *javapackager*: *Positives* - .dmg and .msi

javah deprecated?

2017-11-29 Thread Johan Vos
Hi, I learned javah might be removed in Java 10 ( http://openjdk.java.net/jeps/313) but as far as I know, it is still used in OpenJFX: defineProperty("JAVAH", cygpath("$JDK_HOME/bin/javah${IS_WINDOWS ? '.exe' : ''}")) Are there already plans to move to javac -h instead? It seems a relative easy

Re: javah deprecated?

2017-11-29 Thread Kevin Rushforth
Hi Johan, Thanks for pointing this out. I had missed that this was targeted to JDK 10. We eliminated all but one use of javah, in favor of javac -h, in JDK 9 [1]. The only one remaining is in the web module. I can't remember why that wasn't switched at the same time (I have a fuzzy

Font metrics in JavaFX Canvas

2017-11-29 Thread David Gilbert
Hello, I have an open source project FXGraphics2D [1] that provides a Graphics2D API for the JavaFX canvas. It is open source and used to provide JavaFX support for JFreeChart [2] and Orson Charts [3]. It can also be used more generally for any code that targets the Java2D API. One

Re: javapackager feedback and questions

2017-11-29 Thread victor . drozdov
Hi, Mani. Thanks for providing the feedback! We will consider adding more examples and more details in the docs as you proposed(there is an arg named jvmOptions but that's not mentioned in the table). Looks like there is a bug when you specify systemWide=true on the MacOSX in non-gui mode.