⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build_client.cmd

📁 weblogic应用全实例
💻 CMD
字号:
@REM Copyright (c) 2000 BEA Systems, Inc. All Rights Reserved.
@REM You must set your environment by running the setExamplesEnv shell script 
@REM prior to executing this script.
@REM Build the Client:
@Note: %WL_HOME% variable gets set when you run the setExamplesEnv script.

@REM Set VISIBROKER_HOME variable as the installation directory of your VisiBroker for Java 4.0
@REM Edit VISIBROKER_HOME depending upon your VisiBroker for Java 4.0 installation 
set VISIBROKER_HOME=c:\Inprise\vbroker

@REM Create the corbaclient directory
mkdir %WL_HOME%\config\mydomain\corbaclient

@REM Set the CLASSPATH to build the client 
set CLASSPATH=%CLASSPATH%;%WL_HOME%\config\mydomain\corbaclient;%WL_HOME%\lib\ir.idl;%WL_HOME%\lib\orb.idl;%VISIBROKER_HOME%\lib\vbjdev.jar;%VISIBROKER_HOME%\lib\vbjorb.jar;%VISIBROKER_HOME%\lib\vbdev.jar;%VISIBROKER_HOME%\lib\migration.jar

@REM Set the PATH to build the client
set PATH=%PATH%;%VISIBROKER_HOME%\bin

@REM Compile the HelloWorld.idl file with the VisiBroker idlj utility to generate
@REM Java classes into the subdirectory \mydomain\rmi_iiop\hello underneath the current directory
@REM (samples\mydomain\rmi_iiop\hello).  
idlj -I%WL_HOME%\lib -IidlSources idlSources\examples\rmi_iiop\hello\HelloWorld.idl

@REM Compile the generated Java files by HelloWorld.idl into the corbaclient directory
javac -d %WL_HOME%\config\mydomain\corbaclient examples\rmi_iiop\hello\*.java

@REM Compile the HelloClient file into the corbaclient directory
javac -d %WL_HOME%\config\mydomain\corbaclient HelloClient.java

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -