Is it possible to check if a library exist before importing it in Java. For instance you have a code:
if (library.java exists) import library
Is it possible to check if a library exist before importing it in Java. For instance you have a code:
if (library.java exists) import library
No, it is not possible do do a conditional import.