Select to view content in your preferred language

Solaris Console App Error.  Cannot open X display (not specified)

322
0
11-12-2010 06:59 AM
thomaslepkowski
Emerging Contributor
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!
0 Kudos
0 Replies