| Author |
which jar file for classpath ?
|
hasan khan
Ranch Hand
Joined: Aug 04, 2003
Posts: 222
|
|
At my office on my machine i have weblogic 8.1 and tomcat installed. weblogic have 2.3 version of servlet and tomcat have 2.4 version of servlet weblogic is for production purpose (development of servlet, jsp and ejb) and tomcat is for my own practice. (just for servlet and jsp) i have weblogic.jar as well as servlet-api.jar in my class path. now when i compile my servlet which jar file compiler will use to create the classes. if the compiler chooses servlet-api.jar will my servlet run in weblogic else if the compiler chooses weblogic.jar will my servlet run in tomcat
|
SCJP, SCWCD
|
 |
Nobuhiro Watsuki
Ranch Hand
Joined: May 07, 2004
Posts: 81
|
|
|
i'd use the classpath option in the javac command
|
SCJP, SCMAD, SCWCD, SCBCD, CCIE (written), IBM 287<a href="http://hollandiahaven.blogspot.com/" target="_blank" rel="nofollow">.</a>
|
 |
 |
|
|
subject: which jar file for classpath ?
|
|
|