what are custom jvm properties?

后端 未结 3 1361
闹比i
闹比i 2021-01-14 04:01

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

3条回答
  •  感情败类
    2021-01-14 04:15

    You can configure custom JVM properties to run your application by specifying them in Run Configurations. Follow the below steps to configure:

    • Right click the project. Click Run as then Run Configurations
    • Goto Arguments tab and give your custom parameters in the VM Arguments box
    • You can use the same set of configurations as default when running the project.

提交回复
热议问题