Classpath questions# Java - 爪哇娇娃
T*e
1 楼
I am developing a quite simple Java application, which will be running as a
Windows service via "Java Service Wrapper". I have some questions about the
loading of some jar files.
My application connects to a PostgreSQL database and an SQL Server database,
which means I need to load their drivers. The application also makes use
of EarthWhere API, which in turn uses Hibernate, Sprint, Batik, ... The
list is quite long, and there are more than 100 jars in its "lib" directory.
Right now, I have
Windows service via "Java Service Wrapper". I have some questions about the
loading of some jar files.
My application connects to a PostgreSQL database and an SQL Server database,
which means I need to load their drivers. The application also makes use
of EarthWhere API, which in turn uses Hibernate, Sprint, Batik, ... The
list is quite long, and there are more than 100 jars in its "lib" directory.
Right now, I have