Good day! Faced such a problem: the JRE cannot find the required library, although it is listed in the manifest.
Here is the manifesto:
Manifest-Version: 1.0 Class-Path: jintellitype-1.3.7.jar Main-Class: yanislavPackage.CloudBufferClient
.jar
file structure:
And the error itself when running from the console:
(The error, of course, is related to the problem in finding the library: HotKeyListener
(see error) comes first in the import, and if you swap it with any other class imports from this library, the corresponding error will be issued)
Maybe someone faced a similar problem and can help me?