M
Martyr2
Is there anyway I can put a bunch of classes into a jar file (no entry
point) and simply import that jar file into java applications I am
working on and access the individual classes through something like
dot notation? Much like a package, but actually zipped together in a
jar and my application be able to just pull out classes as needed.
Any guidance you can provide would be fantastic.
point) and simply import that jar file into java applications I am
working on and access the individual classes through something like
dot notation? Much like a package, but actually zipped together in a
jar and my application be able to just pull out classes as needed.
Any guidance you can provide would be fantastic.