Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/HowTo/4.0/Fixing the windowspasswordprovider exception"

< Scout‎ | HowTo‎ | 4.0
(Problem description)
(Steps)
Line 1: Line 1:
 
This how-to describes how to fix the windowspasswordprovider exception
 
This how-to describes how to fix the windowspasswordprovider exception
 
= Steps  =
 
 
#Go to the Swing or SWT UI project and open the product file
 
#Go to the "Dependencies" tab
 
#Click on "Add"
 
#Search for "org.eclipse.equinox.security.win32.x86"
 
#Click on OK and Save the file<br>[[Image:PasswordProviderExceptionPlugin.png]]
 
#Go to the "Overview" tab
 
#Click on Synchronise
 
#Launch the application from the product file<br>[[Image:PasswordProviderExceptionProduct.png]]
 
 
Launching the client now should no longer throw the exception.
 

Revision as of 03:44, 15 May 2014

This how-to describes how to fix the windowspasswordprovider exception

Back to the top