Build from source

Prerequisites

Before you can build the WebLogic Remote Console, you need to install the following software in your local build environment:

You can verify you’ve installed the correct versions of the listed software by running the following commands:

   java -version
   mvn --version
   node -v
   ojet --version

Build from source

  1. Clone the repository at https://github.com/oracle/weblogic-remote-console.
  2. In a command window, navigate to the home directory of the cloned repository.
  3. Run mvn clean install.

When the build is successful, a console.zip file is created in the console-backend/installer/target directory. You can now install and run the Remote Console as described in Install the WebLogic Remote Console.