Changes between Version 20 and Version 21 of GENIEducation/HyperNets


Ignore:
Timestamp:
08/19/13 11:55:10 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/HyperNets

    v20 v21  
    195195  - 1.4. It is recommended that you use some sort of IDE for Java, such as eclipse, instead of writing the code in vim and writing your own Makefile.
    196196  - 1.5. The most important: download !HyperNet library from http://www.gpolab.bbn.com/experiment-support/HyperNet/PVNLibrary.tar.gz
    197    -1.5.1. extract it to any directory (e.g., your home directory), and add the library folder to your "CLASSPATH" varialbe by adding the following line to your ~/.bashrc file:  (in eclipse, you need to include the .jar files in that folder as external JARs in the Build Path of your Java project)
     197   - 1.5.1. extract it to any directory (e.g., your home directory), and add the library folder to your "CLASSPATH" varialbe by adding the following line to your ~/.bashrc file:  (in eclipse, you need to include the .jar files in that folder as external JARs in the Build Path of your Java project)
    198198  {{{
    199199  export CLASSPATH=.:~/PVNLibrary/*:$CLASSPATH