Message12174

Author jeff.allen
Recipients alanb, amak, darjus, fwierzbicki, jeff.allen, mr, rpan, sfelts, zyasoft
Date 2018-11-09.02:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541729362.79.0.788709270274.issue2362@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Alan, that's a good pointer. I think the answer is probably to have a list of selected modules, then enumerate packages in each, somewhat as if each were a JAR.

Having this as a notional file system means I can write this using classes Java 7 understands. (So it compiles, but fails to find a provider for jrt: at run-time.) I wonder what happens if I compile on 7 and run on 9?
History
Date User Action Args
2018-11-09 02:09:22jeff.allensetmessageid: <1541729362.79.0.788709270274.issue2362@psf.upfronthosting.co.za>
2018-11-09 02:09:22jeff.allensetrecipients: + jeff.allen, fwierzbicki, amak, zyasoft, darjus, rpan, sfelts, mr, alanb
2018-11-09 02:09:22jeff.allenlinkissue2362 messages
2018-11-09 02:09:21jeff.allencreate