有没有适用于 Java 的在线 IDE?

2022-01-20 00:00:00 ide java

当然,它不一定要全面,只有控制台输出就足够了.我希望它能够在任何具有 Internet 连接的 PC 上处理某些程序部分.

It doesn't have to be full blown of course, and console output only would be enough. I'd like it to be able to work on some program parts on any PC which has internet connection.

我真的在寻找一个轻量级的 IDE,我也可以用它来进行快速测试

I'm really looking for a lightweight IDE I can also use for quick tests

推荐答案

你可以使用 ideone.com - 它提供了一个简单的 java(以及更多语言)编译器和执行环境.

You can use ideone.com - it serves a simple java (and many more languges) compiler and executions environment.

相关文章