Mercurial > hg > human-echolocation-java-webapp
annotate webapp/WEB-INF/README.txt @ 0:b6acfffd25cd
Initial commit of code. Not in a working state yet. This code is based on the JavaEndToEnd example described on Mathwork's MATLAB Application Deplyment (Web Example Guide for R2013b) - see this project's documentation for more details.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 27 Nov 2013 11:10:43 +0000 |
parents | |
children |
rev | line source |
---|---|
luis@0 | 1 You need to copy the following files to this folder: |
luis@0 | 2 |
luis@0 | 3 Copy the javabuilder.jar file from your MATLAB or MCR install root in |
luis@0 | 4 the directory /toolbox/javabuilder/jar/javabuilder.jar to the web |
luis@0 | 5 applications lib folder ./webapp/WEB-INF/lib |
luis@0 | 6 |
luis@0 | 7 |
luis@0 | 8 |
luis@0 | 9 You should copy the generated JAR file here: |
luis@0 | 10 |
luis@0 | 11 cp ./scratch/examples.jar ./webapp/WEB-INF/lib |
luis@0 | 12 |
luis@0 | 13 |
luis@0 | 14 |