Fitnesse - ClassPath
About
Java - Classpath variable in Fitnesse
Articles Related
Management
Show
Because Fitnesse variable are also Java proeprty, you can show the classpath everywhere with this code
${java.class.path}
Define
!path lib/*.jar
Fitnesse build its own internal class path recursively in the tree by concatenating all !path directives from the current page, and all ancestor pages.