On Sun, Apr 6, 2014 at 9:02 PM, Michael Hall wrote:
> On Apr 6, 2014, at 2:10 AM, Abu Abdullah 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. NullPointerExcep
On Apr 6, 2014, at 9:45 AM, Joe McGlynn 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 classes into
> a JAR fil
On Apr 6, 2014, at 2:10 AM, Abu Abdullah 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 many things without
I 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 classes into a JAR
file for it to work properly, but that is just a guess.
I’
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
my.app/C