<enebo[m]>
typically if you install javafx somewhere you need to do -Dlib.dir={path to shared libs} (add -J before that for jruby)
<enebo[m]>
I fhink if you took that Ruby you made and made a tiny java app you would maybe see a more specific error indicating this
zacts has joined #jruby
zacts_ has joined #jruby
zacts has quit [Ping timeout: 264 seconds]
zacts_ has quit [Quit: leaving]
zacts has joined #jruby
<_davinci_>
I got jars using maven
<_davinci_>
In JavaFX web page it is a tutorial for configuring with Maven. It seems that JavaFX is pure Java code and *jar are enough to execute it. Or so I have understood it
<enebo[m]>
_davinci_: unless something changed with JavaFX I would say that is incorrect
<enebo[m]>
_davinci_: I believe this is working as described in the second link because of the javafx maven plugin which probably uses the appropriate jmod in modular java versions and I don't know how it works for earlier javas
<enebo[m]>
If you look at the dist page on gluonhq you will notice even the jmod dist is based on OS since it is putting native code inside it: https://gluonhq.com/products/javafx/
<enebo[m]>
If you look at those docs scroll down to 'note' for javafx:run where it shows you need to config javafxsdk if you want to run locally with that plugin
<enebo[m]>
I guess I recommend downloading the javafxsdk since it has all the stuff in the zip
<enebo[m]>
A number of individual OSes do package openjfx but each system will have a different package name and install instrs
subbu is now known as subbu|lunch
subbu|lunch is now known as subbu
Liothen has quit [Ping timeout: 240 seconds]
Liothen has joined #jruby
ur5us_ has joined #jruby
nirvdrum has quit [Ping timeout: 256 seconds]
den_d has quit [Read error: Connection reset by peer]