Program 5x slower as a .jar file than when ran in eclipse
问题 Currently the speed to run a test function is about 5× slower when done with the jar file vs. doing it in Eclipse. How should I install the jar file so the speed is similar? I am using maven. I am using outside dependencies. I just need to know what is the best code for the build (in the pom file) to make it run as fast as possible, with no concern for copy rights. The only thing I need is for the program to work on a machine without maven installed. Also, based on the last time I asked this,