Cyberduck 2.73 does not start up
Posted: Fri Apr 20, 2007 12:58 pm
The output log of trying to run Cyberduck 2.73 in a terminal is:
Cyberduck used to work on my machine (macosx 10.4.9 PPC) before I installed Java 1.6. So I figured it had something to do with having upgraded Apple's Java to 1.6:
However, when I use the Java preferences panel to switch to an earlier version of Java 1.5...
...I still get the exact same error message in the terminal:
Earlier versions of Cyberduck refuse to start up in the same vein. I have deleted all Cyberduck preferences and caches. Any ideas?
Code: Select all
/Applications/Cyberduck.app/Contents/MacOS/Cyberduck
-[NSJavaVirtualMachine initWithClassPath:] FATAL: cannot initialize ObjCJava. Exit
Code: Select all
java -version
java version "1.6.0-dp"
Java(TM) SE Runtime Environment (build 1.6.0-dp-b88-34)
Java HotSpot(TM) Core VM (build 1.6.0-b88-17-release, interpreted mode, sharing)Code: Select all
java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-154)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)Code: Select all
/Applications/Cyberduck.app/Contents/MacOS/Cyberduck
-[NSJavaVirtualMachine initWithClassPath:] FATAL: cannot initialize ObjCJava. Exit