Richard S. Hall | 930fecc | 2005-08-16 18:33:34 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # | ||||
4 | # The following variable should be automatically | ||||
5 | # assigned during install, if not, edit it to reflect | ||||
6 | # your Java installation. | ||||
7 | # | ||||
8 | |||||
9 | java_home=%%Java directory%% | ||||
10 | |||||
11 | # | ||||
12 | # You don't need to edit the following line | ||||
13 | # | ||||
14 | |||||
15 | exec ${java_home}/bin/java -jar lib/felix.jar |