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

前端 未结 8 891
[愿得一人]
[愿得一人] 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:55

    1. Right click on the folder within your project in eclipse where you want to create property file
    2. New->Other->in the search filter type file and in the consecutive window give the name of the file with .properties extension

提交回复
热议问题