xref: /Lucene/lucene/distribution/src/binary-release/bin/luke.cmd (revision 627ef4d469975044cce21fcfcf08ed65afbe7e0d)
1*627ef4d4SDawid Weiss@rem Licensed to the Apache Software Foundation (ASF) under one or more
2*627ef4d4SDawid Weiss@rem contributor license agreements.  See the NOTICE file distributed with
3*627ef4d4SDawid Weiss@rem this work for additional information regarding copyright ownership.
4*627ef4d4SDawid Weiss@rem The ASF licenses this file to You under the Apache License, Version 2.0
5*627ef4d4SDawid Weiss@rem the "License"); you may not use this file except in compliance with
6*627ef4d4SDawid Weiss@rem the License.  You may obtain a copy of the License at
7*627ef4d4SDawid Weiss@rem
8*627ef4d4SDawid Weiss@rem     http://www.apache.org/licenses/LICENSE-2.0
9*627ef4d4SDawid Weiss@rem
10*627ef4d4SDawid Weiss@rem Unless required by applicable law or agreed to in writing, software
11*627ef4d4SDawid Weiss@rem distributed under the License is distributed on an "AS IS" BASIS,
12*627ef4d4SDawid Weiss@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*627ef4d4SDawid Weiss@rem See the License for the specific language governing permissions and
14*627ef4d4SDawid Weiss@rem limitations under the License.
15*627ef4d4SDawid Weiss
16*627ef4d4SDawid Weiss@echo off
17*627ef4d4SDawid Weiss
18*627ef4d4SDawid WeissSETLOCAL
19*627ef4d4SDawid WeissSET MODULES=%~dp0..
20*627ef4d4SDawid Weissstart javaw --module-path %MODULES%\modules;%MODULES%\modules-thirdparty -cp %MODULES%\modules-thirdparty\${log4j.api.jar} --module lucene.luke
21*627ef4d4SDawid WeissENDLOCAL
22