# Integrate the Java adapter
Here are the steps to integrate the Java adapter into your application:
- Make sure that your application is configured (please see previous section) and that the configuration folder is accessible by your web server.
- Set a system property for your web server named adapter.properties.file with the value equal to the adapter.properties configuration file path.
- Add the
sp-client-saml-*.jar
to your project. The jar can be found in the provided archive under thelib
folder
You are now set, you can use the Java adapter in your application.
# The Java adapter API
The API is described in the “javadoc” folder that can be found in the provided archive.