Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

执行时出现了问题 #8

Closed
Thump123 opened this issue Aug 6, 2023 · 1 comment
Closed

执行时出现了问题 #8

Thump123 opened this issue Aug 6, 2023 · 1 comment

Comments

@Thump123
Copy link

Thump123 commented Aug 6, 2023

java8 -jar JDumpSpider-1.1-SNAPSHOT-full.jar ./heapdump
Exception in thread "main" java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "d"
at cn.wanghw.Main.getFileVersion(Main.java:111)
at cn.wanghw.Main.call(Main.java:58)
at cn.wanghw.Main.main(Main.java:29)
Caused by: java.lang.NumberFormatException: For input string: "d"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at cn.wanghw.Main.getFileVersion(Main.java:109)
... 2 more

D:\工具\mat>java -jar JDumpSpider-1.1-SNAPSHOT-full.jar ./heapdump
Exception in thread "main" java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "d"
at cn.wanghw.Main.getFileVersion(Main.java:111)
at cn.wanghw.Main.call(Main.java:58)
at cn.wanghw.Main.main(Main.java:29)
Caused by: java.lang.NumberFormatException: For input string: "d"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
at java.base/java.lang.Integer.parseInt(Integer.java:668)
at java.base/java.lang.Integer.parseInt(Integer.java:786)
at cn.wanghw.Main.getFileVersion(Main.java:109)
... 2 more

@whwlsfb
Copy link
Owner

whwlsfb commented Aug 7, 2023

这个heapdump文件可能是压缩的,建议先解压再尝试

@whwlsfb whwlsfb closed this as completed Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants