Post
Topic
Board Beginners & Help
Re: Questions about DibloMiner
by
artgoodluck
on 31/03/2013, 14:33:39 UTC
Looks like whatever folder you placed the diablo miner code isn't in your CLASSPATH environment variable.  (or you haven't set you CLASSPATH environment variable) 

On Windows you set this with the system page on control manager.  (years since I did it, sorry)  on Linux 
export CLASSPATH="$CLASSPATH:/wherever"

Which sets it for one terminal session.   

Hope this helps