Running the language tool on my server

I was trying to run the language tool on my server. Running the command on the command line repeatedly needs the .jar files to be loaded into the memory again and again. Is there a way that the .jar file can be loaded once into the memory and then be used.

I’m not sure I understand - once the server is running, everything is in memory for performance reasons. Of course if you stop the server (Ctrl-C) and start it again, everything will be reloaded by definition.