Karl Pauls | 4ebe508 | 2006-10-30 15:00:08 +0000 | [diff] [blame] | 1 | @echo off |
| 2 | |
| 3 | rem Licensed to the Apache Software Foundation (ASF) under one |
| 4 | rem or more contributor license agreements. See the NOTICE file |
| 5 | rem distributed with this work for additional information |
| 6 | rem regarding copyright ownership. The ASF licenses this file |
| 7 | rem to you under the Apache License, Version 2.0 (the |
| 8 | rem "License"); you may not use this file except in compliance |
| 9 | rem with the License. You may obtain a copy of the License at |
| 10 | rem |
| 11 | rem http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | rem |
| 13 | rem Unless required by applicable law or agreed to in writing, |
| 14 | rem software distributed under the License is distributed on an |
| 15 | rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | rem KIND, either express or implied. See the License for the |
| 17 | rem specific language governing permissions and limitations |
| 18 | rem under the License. |
| 19 | |
| 20 | rem |
| 21 | rem The following 'set' command should be automatically |
| 22 | rem assigned during install, if not, edit it to reflect |
| 23 | rem your Java installation. |
| 24 | rem |
| 25 | |
| 26 | set JAVA_HOME="%%Java directory%%" |
| 27 | |
| 28 | rem |
| 29 | rem You do not need to edit the following. |
| 30 | rem |
| 31 | |
| 32 | %JAVA_HOME%\bin\java -jar lib\felix.jar |
| 33 | |