Skip to content

Commit a5142d1

Browse files
author
Alan Christie
committed
- Note about installing java before groovy
1 parent c9e6c91 commit a5142d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ text-file format used to both describe and execute built-in tests.
88
## Execution environment
99
You will need: -
1010

11+
- Java
1112
- Conda
1213
- Groovy (v2.4)
1314
- Python
1415

16+
> It is vital that you install and setup a Java installation (especially by
17+
also setting `JAVA_HOME` correctly) _before_ you install groovy. Observed
18+
on Windows 7. If you do not groovy assumes a 32-bit environment and
19+
then cannot call into a 64-bit java.
20+
1521
Although the project is based on [Gradle], which is Groovy-based,
1622
you will need to install **Groovy**. We've tested this framework using Groovy
1723
`v2.4.11`.

0 commit comments

Comments
 (0)