java 寻找在线 IDE
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5815901/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Looking for an online IDE
提问by Bill 1547
I have been looking for a fairly decent online IDE that does well with both c# and java, I have tried Cloud9IDE, CodeRun, and Amy Editor. I really had liked CodeRun until i found that it was impossible for me to add another file into the same project, unless i was just doing it wrong which is possible. Amy Editor was very promising also until i couldn't figure out how to create a new project or compile the sample code i had written. If anyone knows how to use these editors or of any other good online IDE environments then I'm game to learn.
我一直在寻找一个相当不错的在线 IDE,它同时适用于 c# 和 java,我尝试过 Cloud9IDE、CodeRun 和 Amy Editor。我真的很喜欢 CodeRun,直到我发现我不可能将另一个文件添加到同一个项目中,除非我只是做错了这是可能的。Amy Editor 也很有前途,直到我无法弄清楚如何创建新项目或编译我编写的示例代码。如果有人知道如何使用这些编辑器或任何其他好的在线 IDE 环境,那么我很乐意学习。
采纳答案by raymi
Why not run your IDE somewhere on a machine and connect to it remotely? You can even install your own Virtual Desktop on Amazon EC2 for example, so you don't have to run the machine yourself. For an idea on how to do this see http://cloud.ubuntu.com/2010/11/show-off-ubuntu-desktop-on-cloud/for example.
为什么不在机器上的某个地方运行您的 IDE 并远程连接到它呢?例如,您甚至可以在 Amazon EC2 上安装自己的虚拟桌面,因此您不必自己运行机器。例如,有关如何执行此操作的想法,请参见http://cloud.ubuntu.com/2010/11/show-off-ubuntu-desktop-on-cloud/。