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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -