Results 1 to 6 of 6
Hello,
I am a Linux newbie, so if this question is dumb, sorry. I am trying to install BotHunter a program that finds botnets. One of the preinstall criteria was ...
- 10-10-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
Installing BotHunter in SuSE
Hello,
I am a Linux newbie, so if this question is dumb, sorry. I am trying to install BotHunter a program that finds botnets. One of the preinstall criteria was to install Java, which I did. The next step is to install BotHunter. The directions tell me that I need to type the command:
root% /<Sun_JRE_path>/java -jar botHunterInstall.jar
I am assuming that the reason that they do not tell you the path is that its different between distros. I have no idea on what this path is. I have tried these paths and none seem to work:
/usr/java -jar botHunterInstall.jar
/usr/java/j2re1.4.2_16 -jar botHunterInstall.jar
What do I need to do? Thanks in advance for any help...
- 10-10-2007 #2
Pretty sure Ubuntu installs java or "jre" to /opt. Try:
If you don't remember the version of jre you installed, do:Code:sudo /opt/<jre_version>/bin/java -jar botHunterInstall.jar
Code:cd /opt
Code:ls
- 10-10-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
I am using SuSE Enterprise Edition 10. There was no java folder in the /opt directory. Thank you for the reply...
- 10-10-2007 #4
- 10-10-2007 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
That was it!! Thank you very much!!!
- 10-10-2007 #6
You're welcome, anytime! I'm really glad you got it going for you!


Reply With Quote
