I tried installing javaFX on my eclipse and it worked fine at first. Then I decided I want to make a specific JRE to save me from doing all the extra steps (adding user library each time, etc..) and I think I followed the tutorial well but now the programs won't run and I get this message from the JVM launcher: (Error:--add-- modules requires modules to be specified) note: the compilation works fine but after running it that happens
I'm not very experienced with these types of things and I have no idea what I did wrong so please ask me for any necessary details
any suggestions?

javaman page (docs.oracle.com): "-add-modules module[,module...]Specifies the root modules to resolve in addition to the initial module. module also can beALL-DEFAULT,ALL-SYSTEM, andALL-MODULE-PATH."gist.github.com) seems to address the issue.