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

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

    steps:

    1. Right click on any package where you want to create your .properties file or create a new package as required
    2. now select new then select file (if you dont find file then go to location of your package and create it there)
    3. now named it as yourfilename.properties

提交回复
热议问题