The problem here is that you named the JadeScript createbooks
instead of createBooks.
JADE is case-sensitive, so createbooks and createBooks
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 createBooks.
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»
|