Before you can build the WebLogic Remote Console, you need to install the following software in your local build environment:
npm install --location=global @oracle/ojet-cli@~14.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
. After the build finishes, confirm that /installer/target/console.zip
was created.build-electron.sh
script.The WebLogic Remote Console executable file is created under /electron/dist/
.
To install the WebLogic Remote Console, follow the instructions at Get Started.