Is there any online IDE for Java? [closed]
It doesn't have to be full blown of course, and console out开发者_开发技巧put only would be enough. I'd like it to be able to work on some program parts on any PC which has internet connection.
I'm really looking for a lightweight IDE I can also use for quick tests
You can use ideone.com - it serves a simple java (and many more languges) compiler and executions environment.
http://cloud-ide.com is probably your best option for Java development.
Check http://www.cloud-ide.com indeed
With Java Debug Online capabilities as viewable in that video http://vimeo.com/40872612
I've been working on my own online java editor. Check it out and let me know what you think!
Ceclipse is an online Java IDE which supports Firefox and Chrome.
They say that Eclipse might provide that in their next version.
[update - 2016]
Eclipse cloud IDE avaiable at http://www.eclipse.org/che/
Not sure if it's exactly what you're looking for, but Bespin is an online editor that looks interesting...
Try this http://www.innovation.ch/java/java_compile.html
There is an online editor for any FTP server. It's tageted to PHP (bacause it's the common way to work with PHP), but you can use it for java too. http://online-php.com
精彩评论