可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
I have tried using some browser based IDE's like cloud9 IDE recently. But it doesn't have direct support to code java programs. And I also read that we need to follow certain tedious procedures to write and compile java codes.
Is there any browser based IDE that will permit me to code and compile and share java applications directly? Also, does it have support for java web applications?
回答1:
It's pretty minimal, but http://ideone.com will let you compile and share basic Java programs.
I would not recommend any web-based IDE for serious Java development at this time.
回答2:
A good choice would be Koding.
It offers a free VM with root access, 4Gb disk, 2Gb ram and a burstable CPU.
You can basically install anything on it and it will run because behind all the UI it's a virtual Linux machine.
You can code your Java apps and run them afterwards directly in the browser.
There are a lot of Java developers and even groups that offer support. It offers collaboration features and you can code with your developer friends.
回答3:
There is an ide called eXo Cloud IDE which has support for java language programming.
It is the only cloud IDE to support java language according to this link http://www.sdtimes.com/link/35860.
But this IDE is still in the beta stage.
回答4:
Exo IDE, published by Exo Platform, is a cloud IDE that is focusing primarily on compiled languages with their first target being Java. They have support for maven, a variety of Java project types, auto completion, some types of code refactoring, JRebel, a range of PAAS integrations to deploy the Java project to. http://cloud-ide.com/
Disclosure: This product is going to be spun off from Exo Platform into a new company, and I'll be involved with that firm.
回答5:
回答6:
My team and I work on building http://www.cloud-ide.com with a clear focus on Java.
Check that video that shows how you can Debug Java apps in the cloud directly from the IDE: http://vimeo.com/40872612
回答7:
Eclipse foundation launched their web-based IDE: Orion
I guess it is going to be an important contender.
回答8:
For Java, https://codenvy.com has a powerful Maven based editor that offers git integration, build, run, and deployment. they also plan to expand with other build/run environments this year.
Also if your an Eclipse fan, Codenvy looks very eclipsy*. With a Java debugger which I think is a must for any editor.
回答9:
Here is another one, JDoodle.com, in this you can run save and share java programs online.
回答10:
http://www.compilejava.net/
Here's a new one, which DOES support Applets as well. You don't need to sign up to use it.
回答11:
there is new one - goormIDE
http://goorm.io
http://github.com/xenoz0718/goorm
if you use node.js, just type this : npm install goorm -g