Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set the runtime classpath in Eclipse 4.2?

Tags:

eclipse

When I select Run Configurations from the Run menu I see no tab named Classpath as in previous versions of Eclipse. Where do I set the runtime classpath?

like image 448
August Karlstrom Avatar asked Apr 30 '12 11:04

August Karlstrom


1 Answers

In Eclipse look at Project -> Properties for the project you want a runtime configuration. Choose Run/Debug settings and choose new or edit one you already have. When creating a New run/debug config make sure to choose Java Project. When the dialog box opens you will see a tab for classpath directives.

like image 187
apesa Avatar answered Nov 15 '22 07:11

apesa