Besides that, you could also consider using the scripting support
r
Rob Elliot
12/16/2020, 4:57 PM
The scripting might meet my needs… I basically want to have a data class compiled in my app that my app uses, but load a file that defines an instance of that data class at startup. So I need my app to be on the compile time classpath when the file is compiled. Scripting might do that for me.