Hello,
I'm using Java and ArcGIS Engine 10 on Solaris. When I try to initialize the ArcGIS Engine, I get a nasty segmentation fault with the message: "Cannot open X display (not specified)"
This is a console-only app.
Here's the offending init code :
try{
//Step 1: Initialize the Java Componet Object Model (COM) Interop.
EngineInitializer.initializeEngine();
}
...
Why does Engine want X-display?
Any ideas on how to fix this?
Thanks!