How do I add a directory to the eclipse classpath?

后端 未结 5 1239
礼貌的吻别
礼貌的吻别 2020-12-03 14:18

I\'m attempting to run an already existing eclipse project created by another person.
After importing it to eclipse, and attempting to Run As->Java Application, it fails

5条回答
  •  醉酒成梦
    2020-12-03 15:12

    If you don't want the properties file to be copied to the bin folder, you can try the following:

    1. Right click your project, select Build Path, select Configure Build Path..

    2. Select Libraries tab

    3. Select Add class folder..

    4. Add your resource folder.

提交回复
热议问题