@Ganesh9u
I never used SWT but that error message indicates that a .so (or .dll) file could not be found for loading; the jvm wants to load the file 'swt-extension-win32' but can't find it anywere on the path 'java.library.path' designated for dynamic link libraries.
kind regards,
Jos