Skip to content

Coderunner is a java web application, Users of this application can run java code from web browsers

License

Notifications You must be signed in to change notification settings

vineetsemwal/coderunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coderunner

Coderunner is a java web application, Users of this application can run java code from web browsers

How to run this application?

  1. One way is doing mvn jetty:run (default port is 8080), you can setup according to your use
  2. 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?

  1. Currently Package is not supported
  2. Following Libraries are also not supported
    a)java .io
    b)java .net
    c)java.awt
    d)java.applet

About

Coderunner is a java web application, Users of this application can run java code from web browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published