I've been always working on my software C++ & Java (build with Microsoft Visual Studio 2008 & Eclipse), and I've been trying to move it from a 32-bit system to a 64-bit one.
The compilation phase is alright, but on execution I get an error that says:
"Windows has triggered a breakpoint in javaw.exe. This may be due to corruption of the heap, which indicates a bug in javaw.exe or any of the DLLs it has loaded-. This may also be due to user pressing F12 while javaw.exe has focus. The output window may have more diagnostic information. [BREAK] [CONTINUE] [IGNORE]"
You can see a snapshot of the error here:
Have you any idea of what this error means? What does "corruption of the heap" mean? Have you evere had any experience with this kind of error before?
Thank you so much!