Coderunner is a java web application, Users of this application can run java code from web browsers
How to run this application?
- One way is doing mvn jetty:run (default port is 8080), you can setup according to your use
- another way is creating war and then deploying on tomcat or any other servlet container, If you deploy on tomcat , change the log configuration in resources directory according to your use
What is not supported now?
- Currently Package is not supported
- Following Libraries are also not supported
a)java .io
b)java .net
c)java.awt
d)java.applet