Skip to content

stephentu/webide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

==WebIDE 
Built by Amber Feng, Allen Chen, and Stephen Tu for the 2010 Yahoo Hack Day at UC Berkeley

WebIDE is a collaborative (real-time) browser IDE complete with syntax highlighting, compile/warning line highlighting, method list via reflection and byte-code analysis, and in-browser console (with standard input).

==Build instructions
1) Download sbt: http://code.google.com/p/simple-build-tool
2) Download source code:
git clone git@github.com:afeng/webide.git
3) Run sbt to build:
cd webide
sbt update ~jetty-run
4) Now go to http://localhost:8080

Note that this requires JDK 1.6 (not just JRE, since we use javax.tools.*)

About

Java Collaborative Web IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published