The Vehicle Commander template demonstrates best practices for building in-vehicle military applications with ArcGIS Runtime. The Vehicle Commander template contains source code for an in-vehicle application.
In vehicle-commander\source\VehicleCommander\nbproject\project.xml :
Use a property in the classpath for the ArcGIS Runtime install location (like build.xml does) to make it easier to change versions or between x86 and 64, 10.1.1 & 10.2.
I'm guessing this is just a Netbeans setting file so doesn't affect those using Ant/Eclipse. This is the section of project.xml in question:
In vehicle-commander\source\VehicleCommander\nbproject\project.xml :
Use a property in the classpath for the ArcGIS Runtime install location (like build.xml does) to make it easier to change versions or between x86 and 64, 10.1.1 & 10.2.
I'm guessing this is just a Netbeans setting file so doesn't affect those using Ant/Eclipse. This is the section of project.xml in question: