Location of 'icebox' binary on Linux?

in Help Center
I can't locate the 'icebox' binary on our Linux install. I presume it normally lives in /usr/bin? I found 'iceboxadmin' there.
Which RPM do I need to install to get 'icebox'?
Confused,
-- Chuck

Confused,
-- Chuck
0
Comments
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
-- Chuck
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
Hi Janos,
You need to add icebox.jar to your CLASSPATH
Hi xdm,
Thanks! Turns out, I needed both dependencies:
java -classpath /usr/share/java/icebox.jar:/usr/shareava/ice.jar IceBox.Server
.