本文介绍了Log4j.properties在Eclipse项目中的正确位置在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的Eclipse项目中,我应该添加 log4j.properties
文件,以便它可以按预期工作?
Where in my Eclipse project should I add the log4j.properties
file so that it will work as intended?
推荐答案
你可以添加任何你想要的地方,当你运行你的项目,配置类路径,并通过点击添加log4j.properties文件的位置:
Run- >运行配置 - > [classpath tab] - >单击用户条目 - >高级 - >选择添加文件夹 - >选择您的log4j.properties文件的位置
you can add it any where you want, when you run your project, configure the classpath and add the location of the log4j.properties files by clicking on:Run->Run Configuration -> [classpath tab] -> click on user Entries -> Advanced -> Select Add Folder -> select the location of your log4j.properties file
和然后 - >确定 - >运行
and then -> OK -> run
,它应该加载
这篇关于Log4j.properties在Eclipse项目中的正确位置在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!