I am new to Java and I have come across the term \"custom JVM properties\" and how to run configurations with custom JVM properties in eclipse. I want to understand what it
You can configure custom JVM properties to run your application by specifying them in Run Configurations
.
Follow the below steps to configure:
Run as
then Run Configurations
Arguments
tab and give your custom parameters in the VM Arguments
box