diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webapp/WEB-INF/README.txt	Wed Nov 27 11:10:43 2013 +0000
@@ -0,0 +1,14 @@
+You need to copy the following files to this folder: 
+
+Copy the javabuilder.jar file from your MATLAB or MCR install root in
+the directory /toolbox/javabuilder/jar/javabuilder.jar to the web
+applications lib folder ./webapp/WEB-INF/lib
+
+
+
+You should copy the generated JAR file here: 
+
+cp ./scratch/examples.jar ./webapp/WEB-INF/lib 
+
+
+