Building a minimal jar in Eclipse
I’m building a small java project in Eclipse and exporting a runnable jar with package library handling. The jar runs fine. The program needs an HSQLDB JDBC driver so the requisite jar is packaged. This jar drags the entire embedded database server into my jar which is unnecessary as I use the standalone server. Is there an easy way to limit my jar size to contain only my project and the jdbc driver?