How to create WebSphere share library

Prepare library
  1. Export library class to Jar file
  2. Ftp library file to server
Login to WebSphere console
  1. From Environment menu, choose Share Library
  2. Choose scope
  3. WebSphere will Shared Libraries Screen, then click New
  4. Input Name, Description and Class Path of jar file and click OK
  5. Save configure to server
Set Shared Library to Application
  1. Form Application Menu, choose Enterprise Applications
  2. Select Application for assign Share Library
  3. In Application Configuration at References topic, click Shared library references 
  4. Select Application and click Reference shared libraries
  5. WebSphere will show Library Reference, then click Add
  6. Select Library and click OK
  7. Save configure to server and Restart Application or Restart Server 
  8. Application will include share library, finish
top