windows下Oracle Tuxedo编译应用前需要配置的相关环境变量

 1 rem    (c) 2003 BEA Systems, Inc. All Rights Reserved.
 2 rem     Copyright (c) 2000 BEA Systems, Inc.
 3 rem       All Rights Reserved
 4 
 5 rem     THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
 6 rem     BEA Systems, Inc.
 7 rem     The copyright notice above does not evidence any
 8 rem     actual or intended publication of such source code.
 9 
10 rem     Copyright (c) 2000 BEA Systems, Inc.
11 rem     All rights reserved
12 rem     ident    "@(#) apps/simpapp/setenv.cmd    $Revision: 1.5 $"      
13 
14 set TUXDIR=D:\oracle\product\10.2.0\db_2\tuxedo12.1.3.0.0_VS2010
15 rem WSNADDR is WSL addr
16 set WSNADDR=//192.168.1.100:23232
17 set APPDIR=D:\oracle\product\10.2.0\db_2\tuxedo12.1.3.0.0_VS2010\samples\atmi\connect-database-test
18 set PATH=%TUXDIR%\bin;%APPDIR%;%PATH%
19 set TUXCONFIG=%APPDIR%\tuxconfig

 

posted @ 2018-03-09 15:00  foo__hack  阅读(285)  评论(0编辑  收藏  举报