SWT AuthenticationListener Eclipse

Has anyone ever used the AuthenticationListener class in SWT? I have downloaded a zip file named "eclipse-jee-galileo-M7-win32.zip" and according to the eclipse site this listener is available since M6. When I open my project in the IDE, this class does not exist and there is no other authentication class (e.g. addAuthenticationListener, AuthenticationEvent, AuthenticationListener, etc.). It should be part of the org.eclipse.swt.browser library. *.

Am I missing something? need to somehow update the libraries? Any input would be appreciated.

0


a source to share


1 answer


I have uploaded the wrong postcode. I need the "swt-3.5M6-win32-win32-x86.zip" file, which is just an updated SWT project that contains the required class files. I replaced the old swt files in this zip file and everything works fine.



0


a source







All Articles