Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java Desktop Application Crashes

n.nagarJul 31 2013

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


Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 28 2013
Added on Jul 31 2013
0 comments
989 views