Hendrik Schreiber
Hendrik Schreiber
I'd like to second the idea to push this to some public maven repo. Makes it much easier to use.
That's good news! What's the target JDK version for IntelliJ Darcula? Just asking, because IDEA seems to lag behind a couple of versions (like everybody else, due to this JDK...
If you are using the regular OpenJDK, you need to wait until https://bugs.openjdk.java.net/browse/JDK-8214131 is fixed. Alternatively, you can use a JetBrains JDK from https://bintray.com/jetbrains/intellij-jdk/openjdk8-osx-x64 (or perhaps https://bintray.com/jetbrains/intellij-jdk/openjdk9-osx-x64 , but I...
The banner, yes, but not the *Web Browser Access*.
Looks like the regular maven compiler plugin (v3.7.0) can be configured to spit out the headers like so: org.apache.maven.plugins maven-compiler-plugin -h ${project.build.directory}/native/include
But... to use the plugin on Java9/10, a dependency definitely needs to be updated. Please see https://github.com/mojohaus/maven-native/pull/18.
No, it's not. Java9 and 10 do not have a `javah` executable anymore. So the native plugin should either - somehow execute `javac` with the appropriate flags (not sure, if...