(schedulix) added to .bashrc:
export SDMSHOME=/home/schedulix/schedulix
export CLASSPATH=$CLASSPATH:/usr/share/java/jflex.jar
export JAVAHOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64
export SWTJAR=/usr/lib64/java/swt.jar
Because it's a 64 bit system, some names differ from the names used in the documentation.
This can also happen if you use another distribution (Ubuntu, SuSE, ...)
(schedulix) . .bashrc
(schedulix) cd schedulix/src
(schedulix) make
That's all. That's fairly easy, isn't it?
Of course, if you use another distribution, yum might be called dpkg, rpm, yast or even something entirely different. The paths mentioned here can also differ.
Anyway I guess you get the picture.
Ronald