Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前我使用引入了暂存文件功能的 Intellij15,它在那里成功执行了 java 代码。但是在升级到 intellij16 后,我无法执行 java 类型的暂存文件。有人可以告诉我在 intellij16 中工作的方法吗
Scratch文件在 Intellij IDEA 2016.3 上运行良好
后续步骤:
class Blah{ public static void main(String[] args){ System.out.println("Blah"); } }
请参阅下面的实际操作: