Hi All,
Lets first assume I know nothing about anything.
I run a mac pro on Snow Leopard 10.6.6 and have an Nvidia GeForce 8800GT card.
I am attempting to get DiabloMiner up and running, join a mining pool and mine.
At this point in time I have attempted to run the DiabloMiner-OSX.sh file in terminal. And I am met with this message:
fifths-mac-pro:~ Fifth$ /DiabloMiner-OSX.sh
Exception in thread "main" java.lang.NoClassDefFoundError: com/diablominer/DiabloMiner/DiabloMiner
Caused by: java.lang.ClassNotFoundException: com.diablominer.DiabloMiner.DiabloMiner
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
fifths-mac-pro:~ Fifth$
From what I can see (googled the error message) this is a fairly common error message. Yet I can only find it displayed here:
http://bitcointalk.org/index.php?topic=1721.0The question of 'what the heck is this and why is it doing it' is dignified a few times but the process to fix it is not explained in a method or using language I personally am familiar with. Would anyone help me out here?