How to compile Java tests
To compile your Java tests, you run the javac command as shown from the command line.
Before you begin:
- It is assumed that your Java test files are in the package path.to.myTests and therefore you have placed them in the directory path/to/myTests.
- It is assumed your environment is configured to run Java and the GGC, see Install and configure for Genero Ghost Client
Steps
To compile your tests, type the following:
javac path/to/myTests/*.java