简体   繁体   English

监视Java应用程序以获取访问文件的列表

[英]Monitor Java Application to get list of accessed files

i am working with a complex application and like to know which files it creates and accesses. 我正在使用一个复杂的应用程序,并且想知道它创建和访问了哪些文件。 Is there a way to monitor the application or the jvm it runs with to get this information? 有没有一种方法可以监视应用程序或与它一起运行的jvm以获取此信息?

EDIT: i am working with windows 7 编辑:我正在使用Windows 7

matthias 马蒂亚斯

您可以为此尝试JConsole: 使用JConsole监视应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM