Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/HowTo/4.0/Fixing the windowspasswordprovider exception

< Scout‎ | HowTo‎ | 4.0
Revision as of 03:44, 15 May 2014 by Samuel.eiben.bsi-software.com (Talk | contribs) (Problem description)

This how-to describes how to fix the windowspasswordprovider exception

Steps

  1. Go to the Swing or SWT UI project and open the product file
  2. Go to the "Dependencies" tab
  3. Click on "Add"
  4. Search for "org.eclipse.equinox.security.win32.x86"
  5. Click on OK and Save the file
    PasswordProviderExceptionPlugin.png
  6. Go to the "Overview" tab
  7. Click on Synchronise
  8. Launch the application from the product file
    PasswordProviderExceptionProduct.png

Launching the client now should no longer throw the exception.

Back to the top