问题描述
- 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"按钮在哪里呢?能截个图给我看下吗,找不到
解决方案
时间: 2024-09-25 17:11:29