FRD doesn't launch with Java 9 using the frd.exe file with error saying it requires Java runtime 1.6. Oracle Java 9 is installed and present in PATH.
When I run it from command line, I get a main window. FRD then throws exceptions when updating plugins because of missing java.xml.bind - module must be added by using command line arguments, as it is not default in Java 9:
--add-module java.xml.bind
When adding files to download, it throws exception java.lang.ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
This is due to change in Java 9: https://stackoverflow.com/questions/47571351/how-to-resolve-updating-gui-error-in-jmeter
When I run it from command line, I get a main window. FRD then throws exceptions when updating plugins because of missing java.xml.bind - module must be added by using command line arguments, as it is not default in Java 9:
--add-module java.xml.bind
When adding files to download, it throws exception java.lang.ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
This is due to change in Java 9: https://stackoverflow.com/questions/47571351/how-to-resolve-updating-gui-error-in-jmeter