Can't run packaged app on Mac OSX

Hello, I’m new to jME and game development.

I have been experimenting with some small samples and having a great time but, whenever I try to run a project as a packaged executable, it will crash with:

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff9365eb28

The only post I found here that was related died without resolution: http://hub.jmonkeyengine.org/forum/topic/prolem-with-mac-support-when-packaging/

When I run my samples from the IDE they run fine. When I run the .jar files in the dist/ directory they run fine; it’s only when I try to run the .app executable that things go awry.

System info:
Intel Core 2 Duo
NVIDIA GeForce 9400M 256 MB
OSX 10.9.2

SDK java 1.7.0_51-b13
System java 1.6.0_65

jMonkeyEngine SDK 3.0

Thanks,
Glasgow