Why does my eclipse project not have a build path?

后端 未结 10 1503
南方客
南方客 2021-02-07 18:00

What is the advantage with not having a build path in eclipse? Why is that setting default when it\'s like something you\'d never use? It seems eclipse indigo was developed to m

10条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-07 18:23

    Eclipse has a build path. It's stored in a (by default hidden) .classpath file in your project. You can also access it through the UI in project properties (right click on your project, properties, java build path).

提交回复
热议问题