setenv.bat
上传用户:xfwatch
上传日期:2020-12-14
资源大小:872k
文件大小:1k
- @echo off
- rem
- rem JBoss, Home of Professional Open Source
- rem Copyright 2008, Red Hat, Inc., and others contributors as indicated
- rem by the @authors tag. All rights reserved.
- rem See the copyright.txt in the distribution for a
- rem full listing of individual contributors.
- rem This copyrighted material is made available to anyone wishing to use,
- rem modify, copy, or redistribute it subject to the terms and conditions
- rem of the GNU Lesser General Public License, v. 2.1.
- rem This program is distributed in the hope that it will be useful, but WITHOUT A
- rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- rem PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- rem You should have received a copy of the GNU Lesser General Public License,
- rem v.2.1 along with this distribution; if not, write to the Free Software
- rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- rem MA 02110-1301, USA.
- rem
- set BLACKTIE_HOME=REPLACE_WITH_INSTALL_LOCATION
- set BLACKTIE_SCHEMA_DIR=%BLACKTIE_HOME%schemasxsd
- set PATH=%PATH%;%BLACKTIE_HOME%bin
- set PATH=%PATH%;%BLACKTIE_HOME%lib
- set PATH=%PATH%;.
- setlocal ENABLEDELAYEDEXPANSION
- FOR /R codeGeneration %%G IN (*.jar) DO set CLASSPATH=!CLASSPATH!;%%G
- FOR /R btadmin %%G IN (*.jar) DO set CLASSPATH=!CLASSPATH!;%%G
- endlocal & set CLASSPATH=%CLASSPATH%