Archived

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

IceGridAdmin GUI for Linux

Hi,

i am using Ice/IceGrid C++ on Linux. is there a GUI for icegridadmin on linux?

thanks,
-r

Comments

  • mes
    mes California
    Hi,

    The IceGrid GUI is written in Java, so you'll need a suitable JVM to run it (Java 1.4.2 or later). Whether you already have the necessary classes on your system depends on how you installed Ice. For example, if you installed the Ice RPM, you'll find the JAR file in /usr/lib/Ice-3.1.1/IceGridGUI.jar, and you can simply run

    $ java /usr/lib/Ice-3.1.1/IceGridGUI.jar

    to start the program. If you didn't use an RPM, you can download the Ice for Java distribution here. The JAR file is conained in the lib subdirectory.

    Hope that helps,
    - Mark
  • is there a manual or tutorial available on how to use the icegridadmin GUI?
  • mes
    mes California
    Hi,

    Please edit your profile to include your name and organization.

    Thanks,
    - Mark
  • i have updated my profile.
  • mes
    mes California
    rlimberger wrote: »
    is there a manual or tutorial available on how to use the icegridadmin GUI?
    Not yet, but ask me again in a day or two and the answer should be different. :)

    Take care,
    - Mark
  • The new Ice 3.2 beta release includes the IceGridAdmin documentation. You can also browse the documentation online.