Web-CAT Plug-in Admin

Installation

  1. Invoke Eclipse as root:

    
    [lethe] eclipse-3.6% sudo ./eclipse
    
    

  2. Install the latest version of Web-CAT Eclipse Plug-in:

    
    Help ->
    Install New Software ->
    Work with: http://web-cat.cs.vt.edu/eclipse/
     ->
    Add...
    Set 'Add Repository' Name: == Web-CAT
    Select *only* the 'Web-CAT Eclipse Java Feature', not the 'Web-CAT Eclipse C++ Feature',
    or Eclipse complains on startup that it can't find the libbfd, libintl, and libiberty libraries.
    Next >
    Finish
    
    

Notes

  1. The binutils and binutils-devel packages provide the libbfd and libiberty libraries. Run ldconfig after installing/upgrading them.
  2. Dunno what provides the libintl library. Maybe gettext-devel.