Instructions
- 1
Open your Windows Start menu, type "cmd" in the search box and press "Enter" to open the command-line prompt utility.
2Enter the following command in the command-line prompt window:
cd C:BEAinstfolderejb
Replace "BEAinstfolder" with the path of your BEA WebLogic Server installation directory.
3Type the following command in the command-line prompt utility:
java weblogic.ejbc options originalfiles outputfiles
Replace "options" with any option you would like to use, "originalfiles" with the name of the original JAR file or the name of the directory containing the source files and "outputfiles" with the name of the JAR file or directory into which WebLogic.ejbc should place the compiled files.
4Press the "Enter" key to start the compiling process.
No comments:
Post a Comment