Happy to help :). Good luck and happy hacking. -James
>>> [EMAIL PROTECTED] 6/23/2004 1:44:12 PM >>> I can't thank you enough James. Thank you for pointing me in the right direction. Your help is greatly appreciated!!! --Brad. -----Original Message----- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:30 PM To: [EMAIL PROTECTED] Subject: RE: Example Java Servlets for accessing data in Slide? Well, common/lib has a bunch of jar files that are Tomcat specific (you don't need those). And anyway, if you're talking about a client program here you want the jar files from the client download (Tomcat is the server download). For a client you'll need the webdavlib jar and httpclient jar (you may also need commons-logging). Check the javadoc: http://jakarta.apache.org/slide/clientjavadoc/index.html to see which packages to import. Choose the name of the class from the left and the package will be first line after the navigation header. For server Slide programs the easiest way to get a list of jars is to grab the webapp download and look in the lib directory. For compiling you'll probably only need the jar files with "slide" in the name, but you'll need all the others to run the program. -James >>> [EMAIL PROTECTED] 6/23/2004 12:01:52 PM >>> You mean like install ALL the jar files from the following directory: C:\Program Files\Apache Group\jakarta-slide-2.0-tomcat-5.0.19\common\lib Directory? I am trying to do it the old-fashion way with ant from the command line. Even if I did have the correct jar file what would I add to the following: import java.sql.*; import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; Just curious. --Brad --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
