right, as I said, you need to put the felix jar on the classpath - then it should work.
regards, Karl On Monday, February 18, 2019, Chuck Davis <cjgun...@gmail.com> wrote: > I start my main class with the following bash script: > > java --module-path > /sata2/modules:/sata2/modules/felix:/sata2/Downloads/javafx/ > javafx-sdk-11.0.1/lib > --add-modules=ALL-MODULE-PATH com.yakridge.jfxfelix.JFXMain > If I comment out all the Felix stuff the program runs fine. My main class > is on the classpath. The felix bundles are in /sata2/modules directory. > > > On Mon, Feb 18, 2019 at 8:00 AM Karl Pauls <karlpa...@gmail.com> wrote: > > > How do you start this main class (and/or, are you embedding felix in a > > module)? > > > > You need to be on the classpath and not on the module path to work. > > > > regards, > > > > Karl > > > > > -- Karl Pauls karlpa...@gmail.com