Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source Web based Java compiler

I want to create a web based java tutorials kind of project which involves jquery, css, jsp, springs etc ., so I actually want to practice these technologies resulting a good product. The content of this tutorial can be edited by any user and rated by clients according to the chapter etc., I have few such ideas.

One primary idea being have a web based compiler and executor . Similar to w3schools. I know its difficult for a compiler of server side technology on a browser.

My questions are:

  1. Are there any such open source java compiler/executor services available which can be used?

  2. Is anyone interested to work on such project (in case there isnt any)?

EDIT: I am planning to use Compiler in java and Beanshell. Any better solutions ?

like image 449
Vamshi Avatar asked Jun 13 '11 07:06

Vamshi


Video Answer


1 Answers

Google App Engine is the one, which one can you help to set up Free online Java Compiler, But for that you need to have an account to proceed.

Few other places you can defnitely Check http://compilr.com/

If you have Applets, http://www.innovation.ch/java/java_compile.html

EDIT : As Stephen Suggests, Download JRE and JDE and use it from oracle website http://www.oracle.com/technetwork/java/javase/downloads/index.html

like image 116
gmhk Avatar answered Sep 28 '22 00:09

gmhk