Java web server example

Introduction

This is an example that demonstrates building a webserver library from Java. This web server is used as the basis for the basic java webserver and the gpio webserver.

Building the example library

Change directory to the java webserver example
    cd %LF_HOME%\examples\webserver

Rebuild the application
    lfmake clean all

This just builds a library, not an entire application, so it is not possible to run it.

Features

This example demonstrates the following SDK features.