Ok before I or anyone else goes into a huge discussion about how to do this..
Could you provide some info on what the situation is..
Such as making sure java is installed via: java -version
Do you know how to download and extract the bot using wget, tar etc..
Have tried to use the CommandLineConfiguration.jar yet, or even realise it's there etc..
Give us some information so we know where you're at, for the most part it's as simple as using:
java -jar ./CommandLineConfiguration.jar
To configure things
Then to run the bot..
java -jar ./JavaOp2.jar
But this assumes you know what you're doing on the command line in general well enuff to get the files downloaded, extracted, and possibly know how to navigate to these files.
If not you need to to know how to use these commands:
wget, to download the files...
general usage: wget
http://path_to_some_site/path_to_some_archive.tar.gztar, or some other archive tool to extract the files.
general usage: tar zxvf path_to_some_archive.tar.gz
cd, to navigate to the files..
Look this up on google, if you don't know how to use cd or the commands above you probably need to spend some time learning basic shell commands.