由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Classpath questions
相关主题
Re: Where can i find this package?Hibernate question
Jar questionin eclipse, how do you use inter dependencies?
入门Java CLASSPATH问题:各位,我看那些老将小将实在是愚蠢,你们有没有兴趣我们自己搞一个?
makefile to set classpath请问javax.portlet包在JDK的哪个jar文件里面(在线等)
JSP程序中如何在客户端启动另外的JAR程序java ee新手求教eclipse问题
eclipse can't resolve transitive dependency projects ?请问protected的使用
一个class file dependencies 太多怎么搞?设计模式的问题
一个读log以后的问题 spring + hibernateMaven浅淡(一)
相关话题的讨论汇总
话题: classpath话题: questions话题: java话题: jar
进入Java版参与讨论
1 (共1页)
T*****e
发帖数: 361
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
A**o
发帖数: 1550
2
Q1, dependency analysis
Q2, write another program to generate the jar list for classpath
or use the ide to run it, and copy/paste how ide start the jvm...

a
the
database,
directory.
of

【在 T*****e 的大作中提到】
: 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

z***h
发帖数: 405
3
classpath can be built into your jar file

【在 A**o 的大作中提到】
: Q1, dependency analysis
: Q2, write another program to generate the jar list for classpath
: or use the ide to run it, and copy/paste how ide start the jvm...
:
: a
: the
: database,
: directory.
: of

T*****e
发帖数: 361
4
Thanks a lot for your help. I will include the classpath in my jar file for
now and deal with dependency issue at a later time.
1 (共1页)
进入Java版参与讨论
相关主题
Maven浅淡(一)JSP程序中如何在客户端启动另外的JAR程序
请教一个spring的问题eclipse can't resolve transitive dependency projects ?
Generics应该怎么得到它的class?一个class file dependencies 太多怎么搞?
Eclipse可以让一个项目使用refer另一个项目吗一个读log以后的问题 spring + hibernate
Re: Where can i find this package?Hibernate question
Jar questionin eclipse, how do you use inter dependencies?
入门Java CLASSPATH问题:各位,我看那些老将小将实在是愚蠢,你们有没有兴趣我们自己搞一个?
makefile to set classpath请问javax.portlet包在JDK的哪个jar文件里面(在线等)
相关话题的讨论汇总
话题: classpath话题: questions话题: java话题: jar