Is it possible to test simple Java app with few classes without any endpoint in JMeter?
Thanks!
That is not possible with JMeter, if you want to run performance test on the jvm then Java Microbenchmark Harness (JMH) is the better choice.