Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency #8860

Closed
cyberduck opened this issue Jun 4, 2015 · 1 comment
Closed

Missing dependency #8860

cyberduck opened this issue Jun 4, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

be85312 created the issue

Currently running duck 4.8.17696 on Ubuntu Utopic, this happens when I try to run it, with or without --help:

$ duck --help
Expected to find launcher class: [ch/cyberduck/cli/Terminal]
Exception thrown from main method of ch/cyberduck/cli/Terminal
Exception in thread "main" java.lang.NoClassDefFoundError: ch/cyberduck/fs/FilesystemBackgroundAction
Caused by: java.lang.ClassNotFoundException: ch.cyberduck.fs.FilesystemBackgroundAction
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 2ff44a2.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants