Message12187

Author jeff.allen
Recipients alanb, amak, darjus, fwierzbicki, jeff.allen, mr, rpan, sfelts, zyasoft
Date 2018-11-25.13:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543154197.9.0.788709270274.issue2362@psf.upfronthosting.co.za>
In-reply-to
Content
@Alan: thanks for the reply; didn't mean to disturb your Sunday.

Good, so my understanding of jlink was right. The case in point would not be a --module-path argument to Jython, so much as an application written in Python that expects to import packages from a module path given the JVM. We'd have to scan that, I assume, but not as we scan jrt.

I looked at the API Java 9 offers. However, I'm trying only to write code that still compiles on Java 7. In that sense, we are cross-targeting. I think this can wait until we no longer support pre-9 JVMs and the API can be used.
History
Date User Action Args
2018-11-25 13:56:37jeff.allensetmessageid: <1543154197.9.0.788709270274.issue2362@psf.upfronthosting.co.za>
2018-11-25 13:56:37jeff.allensetrecipients: + jeff.allen, fwierzbicki, amak, zyasoft, darjus, rpan, sfelts, mr, alanb
2018-11-25 13:56:37jeff.allenlinkissue2362 messages
2018-11-25 13:56:37jeff.allencreate