Hi,
in the context of the IntelliJ project I am mantaining, do you know why jdk.scripting.nashorn doesn't seem to be listed in the make variable $(ALL_JAVA_MODULES) ?

A small grep is giving me this:

make/CompileJavaModules.gmk:ALL_JAVA_MODULES := $(filter-out jdk.scripting.nashorn, $(call FindJavaModules))

is it better to use $(call FindJavaModules) instead?

Thanks
Maurizio

Reply via email to