srinivas_svn wrote: > > Is there any to avoid using those many jars. >
Yes, use JRE 1.6 (or newer) and add to the classpath the dir, as dir/* , where all those jars are in. Java 6 (1.6) does understand to look for jars within the directory. > As a special convenience, a class path element containing a basename of * > is considered equivalent to specifying a list of all the files in the > directory with the extension .jar or .JAR. > > For example, if directory foo contains a.jar and b.JAR, then the class > path element foo/* is expanded to A.jar;b.JAR, except that the order of > jar files is unspecified. > from http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html K<o> -- View this message in context: http://old.nabble.com/Using-CXF-library-files-tp28412496p28413599.html Sent from the cxf-user mailing list archive at Nabble.com.
