What's weird is, that it doesn't find the class th...
# tornadofx
s
What's weird is, that it doesn't find the class the plug in provides, not a dependency. Thanks for the report!
👍 1
m
I think that’s just Java exception weirdness -
NoClassDefFoundError
rather than
ClassNotFoundException
- I assume it’s finding the TornadoFX class, but it can’t be initialized due to a Jetbrains change - likely that
ApplicationConfigurationOptions
thingee.
e
Yeah, that's more likely 🙂