Advance thanks, who are be going to help me.
Story: till date my application is using JDK8
, but right now I am migrating my application to Open JDK11
and using IVY
as dependency manager and Ant
as a build tool.
Problem: I was facing compile-time issues in eclipse for javax
, but then I change JRE
lib in the build path, from classpath
to Modulepath
. Now everything is working fine. But now the main problem is, while running antbuild.xml
using Ant
, this still giving me the same compile-time errors. I think I know what to do now, but how to do I don't know. I have to add Open JDK11
as module path somewhere in antbuild.xml
.
Main Question: How to set Open JDK11
as module path in antbuild.xml
(BASICALLY ANT BUILD FILE).
if the question is still not understandable, please let me know.