Error while opening workflow/process in Process-studio

Error in process-studio logs: Error : org.eclipse.swt.SWTException: Unable to load graphics library [GDI+ is required] (java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gdip.GdiplusStartupInput)
at org.eclipse.swt.SWT.error(Unknown Source) ~[swt.jar:?]

Solution:

  • Go to the process-studio-5.4.1\libswt\win64 directory
  • Right-click on the swt.jar file and extract the jar file on the same location
  • Copy the swt-gdip-win32-4623.dll and swt-win32-4623.dll files and paste it into C:\Users\your_PCusername\.swt\lib\win32\x86_64 folder
  • Keep only swt.jar file in the process-studio-5.4.1\libswt\win64 folder and remove all other extracted files and folders from this directory
  • Restart the process-studio and check. It will resolve your issue
2 Likes

@rakesh.kale Thank You!!!