But if you infact have the module path set up, why...
# tornadofx
e
But if you infact have the module path set up, why doesn't the first one work? It's like Mike talked about, a mix of classpath and modulepath
a
Any clues what's wrong then? I tried to remove jfx jars from classpath, but I get
ClassNotFoundException
As far as I've read, the correct way is to rely on
module-info.java
, but it seems like Kotlin still doesn't have
module-info.java
for their own std libraries, and it is still WIP.
e
I will look more into this in the coming days, as I work on J11 support