Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

Esri Desktop Application crashes when trying to run by double click on icon in Linux

$
0
0
Hi all,

I am getting a problem when i am trying to run esri desktop application from double click on the icon created on linux, the application runs for a while and crashes showing core dump issue on the terminal window. Although the same application runs fine when i run it using terminal command or with shell script of the application.

here is the command i used to run the application directly on the terminal:

Code:

$ java -jar -Xss10m /home/user/Desktop/sample.jar
here is the command i used to run the application using shell script. the script file contains the above command.

Code:

$ ./runSample.sh

and here is the output when i try to run the application using double click on icon.

Code:

/home/gisuser/arcgis/engine10.1/
file:/home/gisuser/Desktop/ADAssetwidTrack05072013.jar!/adaps.png
/home/gisuser/Desktop/runADAsset.sh: line 4:  4738 Aborted                (core dumped) java -jar -Xss5m /home/gisuser/Desktop/sample.jar

Please Help.

Viewing all articles
Browse latest Browse all 1374

Trending Articles