August Karlstrom
August Karlstrom

Reputation: 11377

How do I set the runtime classpath in Eclipse 4.2?

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?

Upvotes: 6

Views: 17686

Answers (2)

Art
Art

Reputation: 24567

I stumbled upon this when developing a plugin for Eclipse - apparently the whole classpath business is slightly different in there.

See this FAQ item for more details

Upvotes: 0

apesa
apesa

Reputation: 12443

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.

Upvotes: 5

Related Questions