I have Windows 10 and have installed JDK 9 and Maven. I am not aware that there is a MigLayout forum, so I am coming here for help.
From Github I cloned the MigLayout distribution and tried to compile and install it. The compile didn't show any errors. But when I doo "mvn install" it gives me the following errors:
[INFO] Processing classes with Retrolambda
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MiGLayout .......................................... SUCCESS [ 0.812 s]
[INFO] MiGLayout Core ..................................... SUCCESS [ 6.423 s]
[INFO] MiGLayout Swing .................................... SUCCESS [ 3.853 s]
[INFO] MiGLayout SWT ...................................... SUCCESS [ 3.698 s]
[INFO] MiGLayout JavaFX ................................... FAILURE [ 0.250 s]
[INFO] MiGLayout IDEUtil .................................. SKIPPED
[INFO] MiGLayout Demo ..................................... SKIPPED
[INFO] MiGLayout Examples ................................. SKIPPED
[INFO] MiGLayout NetBeans platform library wrapper ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.317 s
[INFO] Finished at: 2017-12-27T12:44:07-06:00
[INFO] Final Memory: 21M/70M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.orfjackal.retrolambda:retrolambda-maven-plugin:2.1.0:process-main (default) on project miglayout-javafx: Failed to run Retrolambda: Method java.util.stream.Stream.of([Ljava/lang/Object;)Ljava/util/stream/Stream; must be InterfaceMethodref constant -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :miglayout-javafx
Can anyone help me? I really like MigLayout and was hoping I can use the Github distribution.
Thanks in advance