JavaAppLauncher and working directory

2014-04-06 Thread Abu Abdullah
Hi, I'm trying to bundle my application using Oracle JavaAppLauncher (from the AppBundler project files). all app classes are not in Jar but in a simple directory structure as follow: my.app/Contents/Java/ my.app/Contents/Java/classes my.app/Contents/Java/setting my.app/Contents/Java/lib

Re: JavaAppLauncher and working directory

2014-04-06 Thread Michael Hall
On Apr 6, 2014, at 2:10 AM, Abu Abdullah falcon.sh...@gmail.com wrote: I'm using scripting to do this and not by AppBundler. Once i launch the application, it didn't recognize its location and hence other folders are not seen. NullPointerException are thrown because of this. I tried

Re: JavaAppLauncher and working directory

2014-04-06 Thread Michael Hall
On Apr 6, 2014, at 9:45 AM, Joe McGlynn joe.mcgl...@oracle.com wrote: don’t believe the “app bundler” project is maintained any longer. That code was subsumed into the “FX Packager” (which works for non-FX apps) about a year ago. FWIW, I suspect that you need to put your application