Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (3.5k points)

I'm trying to add a directory to the classpath of an application run profile

If I override by using -cp x:target/classes in the VM settings, I get the following error:

java.lang.NoClassDefFoundError: com/intellij/rt/execution/application/AppMain

Any idea on how to add a directory to the classpath for my project?

1 Answer

0 votes
by (46k points)
In Intellij 13, it looks it's slightly different again. Here are the instructions for Intellij 13:

click on the Project view or unhide it by clicking on the "1: Project" button on the left border of the window or by pressing Alt + 1

find your project or sub-module and click on it to highlight it, then press F4, or right click and choose "Open Module Settings" (on IntelliJ 14 it became F12)

click on the dependencies tab

Click the "+" button on the right and select "Jars or directories..."

Find your path and click OK

In the dialog with "Choose Categories of Selected File", choose Classes (even if it's properties), press OK and OK again

You can now run your application and it will have the selected path in the class path
by (100 points)
Thats awesome

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...