easy way to add jar dependencies to a scratch file in intelij

Jim :

I have created a scratch file scratch.java

I added a new plain java module that contains the following:

enter image description here

I have specified the dependency in the build configuration for the scratch file:

The dependencies are not found when I try and edit and build the scratch file.
How can I easily add dependencies to a scratch file in intelij?

enter image description here

Taher Khorshidi :

In Run/Debug Configuration... setting you can make your scratch-file to be run using a specific classpath or module. Just change Use classpath of module or Program arguments.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=468436&siteId=1