Question

Can someone tell me where I can find the VM Options settings in the Run page of the Project Properties?enter image description here

According to the help pages it should be right there. It is a Maven based project which might be the case that the setting is missing. If that's the case, could you please tell me how to define VM options for such projects?

Thx!

Was it helpful?

Solution

Run panel differs based on packaging. Your project is apparently one of the j2ee packagings, which have the Run panel related to deployment. If you want to modify how Run Main Class is executed, please check the Actions panel.

(Run with VM Options only appears for jar projects)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top