Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

specify classpath of app launched from intellij [duplicate]

In IntelliJ, I have setup a runtime configuration for a Java (console) application. I need to add the directory c:/tmp to the classpath that the app is run with. I guess I need to add -cp c:/tmp to one of the boxes in this dialog, but I can't figure out which one:

enter image description here

like image 524
Dónal Avatar asked Dec 11 '25 20:12

Dónal


1 Answers

Classpath is configured in the Module Dependencies.

like image 149
CrazyCoder Avatar answered Dec 14 '25 09:12

CrazyCoder