Table of Contents

Fitnesse - ClassPath

About

Java - What is the Classpath? in Fitnesse

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.

Documentation / Reference