eclipse中"Execute selected code"按钮在哪里呢?

看到一段eclipse常用技巧:

十一 怎么快速运行一段java代码?用scrapbook

有时候我们想要临时写段java代码运行,譬如不清楚当前jvm系统变量.

应该用 System.out.println(System.getProperties());

在eclipse中可以新建一个 scrapbook来运行这行代码而不需要正儿八经写一个class类.

步骤如下:

新建( ctrl+n) --> 输入 "scrap",选择 scrapbook page,然后生成一个 *.jpage,输入上面的代码,选中,点击工具栏的"Execute selected code"按钮就可以运行了.

想问一下"Execute selected code"按钮在哪里呢?能截个图给我看下吗,找不到

这个我知道,选中代码后,右键有一个execute。如下:
图片说明