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