How do I set the runtime classpath in Eclipse 4.2?

后端 未结 2 1018
迷失自我
迷失自我 2020-12-03 18:59

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?

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 19:49

    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.

提交回复
热议问题