Is it possible to conditionally import libraries in Java? -


this question has answer here:

is possible check if library exist before importing in java. instance have code:

if (library.java exists) import library

no, not possible do conditional import.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -