I know you can add jars easily as part of your library, however, is it possible to use a zip file as a library or would I have to find a way to turn it into a jar
c
carlw
11/25/2017, 1:24 AM
A jar is a zip file and an optional manifest. In the early days, .zip was more common like the old classes.zip for oracle jdbc drivers