Unknown Java Result Message -
I was running a code to retrieve XML documents from the web as well as to remove some alerts Was parsing. I was doing it for about 5000 documents. After a certain point the code hanging process was not completed. So I stopped it and got the following message
`Java result: 2147483647` What does this mean? Thanks
This is the exit code from the (JVM) process, especially when you hit it You will get it
Comments
Post a Comment