Re: jpackage OS X Classes directory

2019-01-19 Thread Michael Hall
> On Jan 19, 2019, at 9:16 AM, Scott Palmer wrote: > > I don’t see the need. Can’t you just include whatever files you want in the > application image? > > Scott > >> On Jan 19, 2019, at 9:41 AM, Michael Hall wrote: >> >> Going back to old legacy application building code on OS X the orig

Re: jpackage OS X Classes directory

2019-01-19 Thread Scott Palmer
I don’t see the need. Can’t you just include whatever files you want in the application image? Scott > On Jan 19, 2019, at 9:41 AM, Michael Hall wrote: > > Going back to old legacy application building code on OS X the original OS X > port project came up with AppBundler. That had included a

jpackage OS X Classes directory

2019-01-19 Thread Michael Hall
Going back to old legacy application building code on OS X the original OS X port project came up with AppBundler. That had included a feature where a Classes directory was included in /Contents/Java/Classes. This directory was also automatically added into classpath. I found it convenient for a