Skip to main content

Posts

Showing posts with the label JAVA

Install Sun Java JDK

Before you run the Oracle Business Intelligence installer, you should have completed the Java SDK 1.5.0 or later installations on the same machine on which you are installing Oracle Business Intelligence. ·         To discover the Java version that is installed, run the Java executable with the -version option: $java –version java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode) ·         To determine if JDK is already installed on the LINUX Environment Operating System and configured in the environment, use the following command: $which java /usr/java/jdk1_5.0_16/bin/java ·         Making the Java Platform Installation Writable If you are installing using the Basic installation type, make the user or user group permissions writable for the user installing Oracle Business Intelligence, for all JDK 1....