Richard S. Hall | 930fecc | 2005-08-16 18:33:34 +0000 | [diff] [blame] | 1 | @echo off |
2 | |||||
3 | rem | ||||
4 | rem The following 'set' command should be automatically | ||||
5 | rem assigned during install, if not, edit it to reflect | ||||
6 | rem your Java installation. | ||||
7 | rem | ||||
8 | |||||
9 | set JAVA_HOME="%%Java directory%%" | ||||
10 | |||||
11 | rem | ||||
12 | rem You do not need to edit the following. | ||||
13 | rem | ||||
14 | |||||
15 | %JAVA_HOME%\bin\java -jar lib\felix.jar | ||||
16 |