The problem here is that you named the JadeScript
createborrowers instead of createBorrowers.
JADE is case-sensitive, so createborrowers and
createBorrowers are not the same.
The naming convention used in this tutorial is called Studley caps.
Spaces between words are removed and the first letter of the second and
succeeding words is capitalised.
Instructions
- Select the Methods | Rename menu command.
- Change the name to createBorrower.
The status line in the Class Browser displays the message
«Source synchronized»
- Select the Jade | Execute it menu command.
The status line will then display the message
«Execution complete»
|