Hi,
I use the arcobjects library (ArcGIS 10.3.1) in my project, working with a 32 bits JVM.
I used to work with python scripts to use geoprocessing functions, but I decide to migrate them to java to have a full java application.
Since that, I encounter memory issues (crash of the JVM) when I process large data with a GeoProcessor and GPTools.
To solve these issues, I would like to use a 64 bits version of Java. But the "ntvinv.dll" library appears to be a 32 bits dll, and I get the error message "a IA 32-bits dll cannot be loaded on a AMD 64-bits platform".
Is there a way to have arcobjects work on a 64-bits JVM ? Or to have a 64-bits version of the "ntvinv.dll" ?
Thanks for your answers.