# Start with I-X class files

cpath=$ix/java:$ix/java-listofs:$ix/java-ide

# Put all the usual .jar files in imports in the CLASSPATH

cpath=$cpath:`echo $ix/imports/*.jar | tr " " ":"`

# /\/: The resources dir is added as imports/ix-resources.jar
# because this won't work: cpath=$cpath:$ix/resources
# and we don't want to add the $ix dir.
