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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -