I want to add a calendar Link. In the downloaded archive there is a jar file, I know that I need to somehow register the path in the classpath, and how to do it?

    1 answer 1

    It all depends on the development environment. If you use Eclipse, you can do this:

    1. Right click on the project
    2. Click on 'Properties'
    3. Choose Java Build Path
    4. Click the 'libraries' tab
    5. Click on 'Add External Jars'
    6. Select the jar file on the disk.
    7. Is done.