How to include provided dependencies with the new Application Run configuration UI in IntelliJ IDEA?

Viewed 3843

Where is the "include dependencies with provided scope" check box in the new IntelliJ IDEA 2020.3 interface for running a java application? On the earlier version it was present and then suddenly it disappeared.

2 Answers

Modify options, Use classpath of module:

classpath of module

Click on the module, enable the Include dependencies with "Provided" scope checkbox:

enter image description here

Vote for the corresponding issue to make it easier to find.

I was not able to find it mentioned as above but

I found the option inside the Modify options itself. you can check it.

Related