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:
$ 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.
$ ./runSample.sh
and here is the output when i try to run the application using double click on icon.
/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.