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

Unable to find class: ch.cyberduck.ui.cocoa.CDMainApplication #2013

Closed
cyberduck opened this issue May 7, 2008 · 4 comments
Closed

Unable to find class: ch.cyberduck.ui.cocoa.CDMainApplication #2013

cyberduck opened this issue May 7, 2008 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

anonymous created the issue

Although Java1.5 is set explicitly in Info.plist, I still get this error. Installed Java1.6 but all symlinks in /System/Library/Frameworks/JavaVM.framework/Versions show to Java1.5
(Using Leopard)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Have you a thing like WindowDragon installed?

@cyberduck
Copy link
Collaborator Author

3f8ec04 commented

I am seeing this error when I try to run Cyberduck.
$> cd /Applications/Cyberduck.app/Contents/MacOS/
$> ./Cyberduck
2008-05-10 15:30:39.098 Cyberduck[33836:10b] Unable to find class: ch.cyberduck.ui.cocoa.CDMainApplication, exiting

This may have something to do with how my java environment is set up.

$> java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13-120)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_05-b13-52, mixed mode)

I am getting this error even when running with Cyberduck 2.8.5

Please give me a workaround or something.

@cyberduck
Copy link
Collaborator Author

anonymous commented

Wow, That formatting is bad.

$> cd /Applications/Cyberduck.app/Contents/MacOS/

$> ./Cyberduck

2008-05-10 15:30:39.098 Cyberduck[33836:10b] Unable to find class: ch.cyberduck.ui.cocoa.CDMainApplication, exiting

$> java -version

java version "1.6.0_05"

Java(TM) SE Runtime Environment (build 1.6.0_05-b13-120)

Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_05-b13-52, mixed mode)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Update to the latest beta of 3.0. It specifies 5.0 as the required VM and will not try to use 1.6 which breaks Cocoa Applications.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants