How to add a Java Properties file to my Java Project in Eclipse

前端 未结 8 890
[愿得一人]
[愿得一人] 2020-12-15 20:22

I was using Unix before to compile and edit my Java. In that I have used property files right inside my current working directory where the class file exists. Now i have swi

8条回答
  •  独厮守ぢ
    2020-12-15 20:47

    If you have created a Java Project in eclipse by using the 'from existing source' option then it should work as it did before. To be more precise File > New Java Project. In the Contents section select 'Create project from existing source' and then select your existing project folder. The wizard will take care of the rest.

提交回复
热议问题