I need to run my simulations on a machine where it might be difficult, maybe even impossible, to build the code.
I was thinking, I should be able to package everything into a Jar file, and then execute it via Java . . .
Before I go too far down this rabbit hole: is there a . . . supported . . . way of launching Gatling from such a Jar? If so, can you give me a sample command-line for running a particular simulation (or point to the relevant documentation page)
Or would I be interacting with something that is internal and not meant to be coded against? Because if that is the case, I’ll honor that and stop this thought experiment right here.