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.

Thanks in advance -Bill

link|improve this question
I'll always choose an offline IDE like Eclipse for practicing/learning. – Harry Joy Apr 28 '11 at 8:44
Is there any reason you don't want to use one of the many free offline IDEs? – Peter Lawrey Apr 28 '11 at 8:45
1  
The only reason is that I don't have my computer with me at work and don't have the rights to install any software so i was thinking a cloud based or online ide would be my best solution – Bill 1547 Apr 28 '11 at 8:46
1  
@Bill, I just tried going into CodeRun, created a new ASP.NET application, right-clicked on the "ASPNetApplication" project (i.e. the 2nd item down in the tree-view on the right), selected Add, New Item, Class, and it appeared in the project. Seems to work fine! – Graham Clark Apr 28 '11 at 8:54
1  
@Graham Clark, I guess just right-clicking the solution doesn't do that. Now I feel really dumb :( – Bill 1547 Apr 28 '11 at 8:58
show 6 more comments
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
feedback

Have you tried using Compilr?

I think it's only been up and running for a few months but it's a pretty good website, not sure if it meets your functionality needs though.

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.