Before you can build the WebLogic Remote Console, you need to install the following software in your local build environment:
npm install -g @oracle/ojet-cli@~12.1.0
. On Linux and macOS, you will need to use sudo
.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
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.