Hi all,
I had build and desktop application on RHEL 6.2 which uses swings and arcobjects. the application runs fine when i run the same using the following command:
java -jar -Xss10m SampleJar.jar
when i run the same application through a launcher or by creating a script, the application crashes. (attached terminal output)
/home/gisuser/Desktop/SampleProject/runDemo.sh: line 1: 5266 Aborted (core dumped) java -jar -Xss10m SampleJar.jar
Thanks In advance