Archived

This forum has been archived. Please start a new discussion on GitHub.

Location of 'icebox' binary on Linux?

I can't locate the 'icebox' binary on our Linux install. I presume it normally lives in /usr/bin? I found 'iceboxadmin' there. :confused: Which RPM do I need to install to get 'icebox'?

Confused,
-- Chuck

Comments

  • xdm
    xdm La Coruña, Spain
    Hi Chuck,

    You need ice-servers-3.4.2-1.rhel6.i386.rpm or ice-servers-3.4.2-1.rhel6.x86_64.rpm, icebox will be installed to /usr/bin.

    Best regards,
    Jose
  • Thanks Jose, that's what I needed to know.
    -- Chuck
  • janos
    janos Germany
    edited July 2016

    Hello guys,
    I can't get the java icebox to start. When startin java IceBox.Server, I get:
    Could not find or load main class IceBox.Server
    Am I missing a PATH entry?

    Best regards,
    Janos

  • xdm
    xdm La Coruña, Spain

    Hi Janos,

    You need to add icebox.jar to your CLASSPATH

  • janos
    janos Germany

    Hi xdm,

    Thanks! Turns out, I needed both dependencies:
    java -classpath /usr/share/java/icebox.jar:/usr/shareava/ice.jar IceBox.Server.