There seems to be an issue with the latest version...
# tornadofx
m
There seems to be an issue with the latest version in Idea EAP and the Fine TornadoFX plugin…
Copy code
java.lang.NoClassDefFoundError: no/tornado/tornadofx/idea/configurations/TornadoFXConfiguration$TornadoFXConfigurationOptions
	at no.tornado.tornadofx.idea.configurations.TornadoFXConfiguration.getOptionsClass(TornadoFXConfiguration.kt:48)
	at com.intellij.execution.configurations.RunConfigurationBase.createOptions(RunConfigurationBase.java:61)
Copy code
$ jar tf '183.2635.13/IntelliJ IDEA 2018.3 EAP.app/Contents/lib/idea.jar' | grep ApplicationConfigurationProperties
$
$ jar tf '182.4323.18/IntelliJ IDEA.app/Contents/lib/idea.jar'  | grep ApplicationConfigurationOptions
com/intellij/execution/application/ApplicationConfigurationOptions.class
Perhaps Jetbrains changed their API. The plugin a’splodes on load breaking the ability to run stuff