Java - What is the Classpath? in Fitnesse
Because Fitnesse variable are also Java proeprty, you can show the classpath everywhere with this code
${java.class.path}
!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.