Sunday, May 04, 2008

Java Classpath

In the olden days, setting the library jars for an application is a pain. Because, You had to set each and every jar individually in the classpath. Now, with the recent releases of java, you can do this very easily without pain. All you need to do include /* in the the classpath. This includes all the jars in the .