Overview of features
Home
Read this first
About
web2py is 100% free
Download
Start learning web2py today
Documentation
Authors and contributors
Staff
Affiliated companies
Support
Edit page
Title:
Security Code:
Body:
(use
this
wiki markup)
Since version 1.64 web2py runs fully on Java and j2ee using jython. Here is what you do (assuming java is installed but nothing else) - download jython [here](http://sourceforge.net/project/downloading.php?groupname=jython&filename=jython_installer-2.5rc4.jar) - install jython `java -jar jython_installer-2.5rc4.jar --console` - download the sqlite jdbc adaptor [here](sqlitejdbc-v056.jar) and copy it in the java lib folder. - (optional) download the sqlite jdbc adaptor [here](http://repo.exist.com/maven2/postgresql/postgresql/8.3-603.jdbc4/postgresql-8.3-603.jdbc4.jar) and copy it in the java lib folder. - cd into the web2py folder and run `/path/to/jython web2py.py` or `/path/to/jython web2py.py -h` for help - point your browser to `http://127.0.0.1:8000` That's it.