This means that your runtime configuration includes the class in question in the jar file as a library dependency, and not as a project dependency. Since the jar does not contain the source, so you get an error.
You donβt know what configuration you have or what tools you use, but just adding the project to the build path, as the dependency will probably solve your problem.
Robin source share