setenv.bat
上传用户:xfwatch
上传日期:2020-12-14
资源大小:872k
文件大小:1k
源码类别:

中间件编程

开发平台:

Java

  1. @echo off
  2. rem
  3. rem JBoss, Home of Professional Open Source
  4. rem Copyright 2008, Red Hat, Inc., and others contributors as indicated
  5. rem by the @authors tag. All rights reserved.
  6. rem See the copyright.txt in the distribution for a
  7. rem full listing of individual contributors.
  8. rem This copyrighted material is made available to anyone wishing to use,
  9. rem modify, copy, or redistribute it subject to the terms and conditions
  10. rem of the GNU Lesser General Public License, v. 2.1.
  11. rem This program is distributed in the hope that it will be useful, but WITHOUT A
  12. rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. rem PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
  14. rem You should have received a copy of the GNU Lesser General Public License,
  15. rem v.2.1 along with this distribution; if not, write to the Free Software
  16. rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  17. rem MA  02110-1301, USA.
  18. rem
  19. set BLACKTIE_HOME=REPLACE_WITH_INSTALL_LOCATION
  20. set BLACKTIE_SCHEMA_DIR=%BLACKTIE_HOME%schemasxsd
  21. set PATH=%PATH%;%BLACKTIE_HOME%bin
  22. set PATH=%PATH%;%BLACKTIE_HOME%lib
  23. set PATH=%PATH%;.
  24. setlocal ENABLEDELAYEDEXPANSION
  25. FOR /R codeGeneration %%G IN (*.jar) DO set CLASSPATH=!CLASSPATH!;%%G
  26. FOR /R btadmin %%G IN (*.jar) DO set CLASSPATH=!CLASSPATH!;%%G
  27. endlocal & set CLASSPATH=%CLASSPATH%