Eclipse 中的 Java 属性文件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1230464/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 01:09:59  来源:igfitidea点击:

Java Properties File in Eclipse

javaeclipseproperties

提问by Tsundoku

That's basically it...How do I create it?? I've been trying to find it and googling for it but found nothing yet...maybe I'm just overlooking it...but I already got sort of desperate...

基本上就是这样......我如何创建它?我一直试图找到它并在谷歌上搜索它但还没有找到......也许我只是在忽略它......但我已经有点绝望......

采纳答案by Tim Williscroft

Right click in the file tree, new->File. give it the suffix .properties and it will act as a properties file.

右键单击文件树,新建->文件。给它后缀 .properties ,它将作为一个属性文件。