NetBeans - where to find the IDE log?

夙愿已清 提交于 2019-12-02 02:13:57

问题


I reported a bug to http://issues.apache.org I have to give them a IDE log, but I have no clue where to find it?

I searched in C:\Users\MyUser but there is no folder for netbeans.

I am on windows.


回答1:


The logfile is stored in the "User Directory".
The location of the user directory is shown under "Help -> About". Inside that directory the logfile itself can be found in the sub-directory var\log and is named messages.log

You can display the log file directly inside the IDE using "View -> IDE Log". The first view lines of the logfile also include the information about the user directory.

That is helpful if you just want to copy & paste a part of the logfile (e.g. the exception of the error you are reporting).




回答2:


The NetBeans IDE keeps its log messages in a file called /var/log/messages.log in the NetBeans userdir.

Windows 7 : C:\Users\joe\AppData\Roaming\NetBeans\7.2\var\log\messages.log

Windows XP : c:\Documents and Settings\joe\Application Data\NetBeans\7.3\var\log\messages.log Application Data directory is localised to your Windows XP installation language

Source : http://wiki.netbeans.org/FaqLogMessagesFile



来源:https://stackoverflow.com/questions/50462124/netbeans-where-to-find-the-ide-log

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!