Runs in development, wont initialize engine when run standalone (Solved)

1106
0
01-29-2017 02:21 PM
PhilScadden
New Contributor II

If you have been banging head about an AO-Java application that run in development but not standalone, then I found a solution which I am sharing.

You need to both compile AND RUN it with a 32 bit version of Java JDK. ie "C:\Program Files (x86)\Java\jdk1.7.0_07/bin/java" -jar "C:\Tools\ParseArcMap\dist\parseArcMap.jar"

If your default java version  is a 64 bit, then double-clicking the jar wont work.

Tags (1)
0 Kudos
0 Replies