开发者

Unknown Java Result Message

开发者 https://www.devze.com 2023-02-19 21:56 出处:网络
I was running a code to retrieve XML documents from the web and simultaneously parsing them to extract some information. I was doing it for about 5000 documents. After a certain point the code hung up

I was running a code to retrieve XML documents from the web and simultaneously parsing them to extract some information. I was doing it for about 5000 documents. After a certain point the code hung up. The process h开发者_如何转开发ad not completed. So I stop it and got the following message.

`Java Result: 2147483647`

What does it mean? Thanks


It's the exit code from the (JVM) process. Specifically, it's the one you'll get when you kill it.

0

精彩评论

暂无评论...
验证码 换一张
取 消