1. Description of the tree structure created: --------------------------------------------- | |-- $STATION | | | |-- lib .so for each package> | | | `-- obj | |-- adm | | | `- $STATION | |-- drv | | | |-- ... | |-- inc | |-- java | | | |-- ... | `-- src | |-- ... 2. Launching the Open CASCADE Technology samples: --------------------------------- You can use JRE from version 1.3 and higher To run the Open CASCADE Technology samples use run.csh file. 3. Modifying and rebuilding the executables: -------------------------------------------- You can rebuild all the Sample distribution with : REBUILD.COMP > csh -f REBUILD.COMP To modify Java source files go to the java directory and edit .java files. To recompile changed files use build.csh file. To modify C++ source files go to the src directory and find the package you want to modify.