Create Project

JFinal recommands developers to use Eclipse IDE for Java EE Developers as develop environment.

Download URL

Quick start for IDEA users

Dynamic Web Project

Fill up basic information of project

NOTE: Target runtime should be

NOTE:The `Default out folder` here must be the same as `WebRoot\WEB-INF\classes` folder , in order to use Jetty embedded in JFinal to start project.

NOTE: Default value WebContent can be used here ,but WebRoot\WEB-INF\classes in previous step should be modified to WebContent\WEB-INF\classes.