Is it possible to provide a multiple source files each with their own destination file in a single command? That way Java won't have to load up for each file I compile. I am using SIMPLE_OPTIMIZATIONS.
I know there are better ways than the one at a time,, but they all seem to require code modifications which I take too much time for the projects in question.