44

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

3
18

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

4
  • Thanks, this just got me out of a jam :) Jun 2 '11 at 23:42
  • 5
    -1 because ideone.com is not easy to use for java May 31 '12 at 12:54
  • −1 because ideone.com is sloooooww, I use compilejava.net instead. Not blazingly fast, but fast.
    – Pacerier
    Aug 23 '15 at 0:51
  • Try codiva.io, because it compiles as you type and it is also fast. As a bonus, it also works well on mobile. Oct 26 '16 at 5:54
9

http://cloud-ide.com is probably your best option for Java development.

1
  • 4
    best is relative and open for debate Jun 14 '12 at 1:13
3

Check http://www.cloud-ide.com indeed

With Java Debug Online capabilities as viewable in that video http://vimeo.com/40872612

2
  • 3
    Please disclose that this is your product within your answer.
    – Brad Larson
    Jun 24 '12 at 1:47
  • Yep, one of our product. Free cloud service though Jun 24 '12 at 2:25
2

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

1
  • 4
    The link no longer works.
    – paranza
    Sep 26 '15 at 23:50
1

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

1
  • The link no longer works.
    – Hulk
    Jan 24 '19 at 7:19
1

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

[update - 2016]

Eclipse cloud IDE avaiable at http://www.eclipse.org/che/

0

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

3
0

Try this http://www.innovation.ch/java/java_compile.html

0

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

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