Find the answer to your Linux question:
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 ...
  1. #1
    Just 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...

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Pretty sure Ubuntu installs java or "jre" to /opt. Try:
    Code:
    sudo /opt/<jre_version>/bin/java -jar botHunterInstall.jar
    If you don't remember the version of jre you installed, do:
    Code:
    cd /opt
    Code:
    ls
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just 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...

  4. #4
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by Casey2003 View Post
    I am using SuSE Enterprise Edition 10. There was no java folder in the /opt directory. Thank you for the reply...
    Oupes sorry.... so many posts it gets confusing sometime. I haven't used SuSE in a long time.

    If it's not in /opt, it's likely in /usr. Once you find where it is, do the path, to jre, followed by /bin/java -jar botHunterInstall.jar as root or 'su.'
    Linux Mint + IceWM Registered:#371367 New Members: click here

  5. #5
    Just Joined!
    Join Date
    Oct 2007
    Posts
    3
    That was it!! Thank you very much!!!

  6. #6
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    You're welcome, anytime! I'm really glad you got it going for you!
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...