<nowherefast[m]>
Spent some time this weekend on a way overdue refresh of a couple of jruby-javafx apps, jdk 8 -> jdk 17. Besides JRubyFX off the main branch and switching ant out for jpackage, everything else just worked. 🙇
<nowherefast[m]>
Seems to be looking for the file on the system than in the classloader namespace. Do I need to be explicit in some way with the `require_relative` in files that will be compiled?
<headius>
If I'm remembering right we removed the search for class files because it basically doubled the overhead of every require
<headius>
There is a flag you can specify that will search for them again
<headius>
Oh but you were saying the compiled files don't do the relative require correctly
<headius>
Yeah that could be a bug
<headius>
nowherefast:
<nowherefast[m]>
yup, if I don't put them through compile, it all works, all the way through to running off the jar and after packaging.
<headius>
Yeah that's worth an issue
subbu has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
subbu has joined #jruby
<byteit101[m]>
nowherefast: "JRubyFX off the main branch" Oh good, that works! there are some bugs that I need to get around to fixing in FXML components, but good to hear someone is getting it to work