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:
here is the command i used to run the application using shell script. the script file contains the above command.
and here is the output when i try to run the application using double click on icon.
Please Help.
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.jarCode:
$ ./runSample.shand 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