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.

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

Related: Web-based Java IDE

link|improve this question

feedback

10 Answers

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

link|improve this answer
Thanks, this just got me out of a jam :) – Andrew Whitaker Jun 2 '11 at 23:42
feedback

Compilr

link|improve this answer
feedback

They say that Eclipse might provide that in their next version.

link|improve this answer
feedback

Vanguard Online IDE, for example.

link|improve this answer
feedback

Not sure if it's exactly what you're looking for, but Bespin is an online editor that looks interesting...

link|improve this answer
Bespin is an online editor - but it's for HTML/CSS/Javascript - not Java. – Nate Nov 16 '09 at 16:53
feedback

I've been working on my own online java editor. Check it out and let me know what you think!

link|improve this answer
feedback

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

link|improve this answer
feedback

have you seen Krazy Koder?

http://www.krazykoder.com

you can code and create all type of apps directly in the cloud. i.e. console apps, web apps, rich media apps.

languages supported: java, j2ee, c#, flex, flash, html5.

plus you can vote, discuss and modify each others' apps too.

link|improve this answer
feedback

Ceclipse is an online Java IDE which supports Firefox and Chrome.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.