Re: Application Support directory to classpath

2016-03-12 Thread Michael Hall
> Not sure what javapackager does. Perhaps this is helpful for you. javapackager is the current Oracle supported application builder. It automatically handles the signing related for sandboxed. The infinitekind app bundler fork might be worth a look as well though. Michael Hall

Re: Application Support directory to classpath

2016-03-12 Thread Hendrik Schreiber
Hey Michael, FWIW, I have been using https://bitbucket.org/infinitekind/appbundler as packager/launcher for a while now. It passes a couple of additional environment variables to the JVM: • LibraryDirectory • DocumentsDirectory • CachesDirectory • ApplicationSupp

Re: Application Support directory to classpath

2016-03-12 Thread Michael Hall
> On Mar 11, 2016, at 3:47 AM, Michael Hall wrote: > >> > > Maybe someone else can answer the question of whether or not this has been > considered for sandboxed java applications so that you actually do get > something different for these properties that is usable? Given no one has tried an