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 -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -