If the JAR files are the things that are already in the WebSphere classpath (things in the AppServer/lib directory or in the JDK) then you don't need to add them to the WAR file.
If they are 3rd party JARs then
you should import them into the WAR file inside WSAD, which will automatically make sure they're packaged correctly into the WAR's lib directory.
kyle