Using QuickStart Determining Which JDK Version You Are Using

6 Post-Installation Information 6-1 6 Post-Installation Information This section covers the following topics: ■ Section 6.1, Using QuickStart ■ Section 6.2, Determining Which JDK Version You Are Using ■ Section 6.3, Creating a WebLogic Domain ■ Section 6.4, Installing and Uninstalling the Node Manager Service ■ Section 6.5, Understanding the Windows Shortcuts ■ Section 6.6, Upgrading WebLogic Server ■ Section 6.7, Installing Patches ■ Section 6.8, Configuring Domains to Use the Latest Version of JRockit

6.1 Using QuickStart

When the product installation is completed using graphical-mode installation, the QuickStart application is launched automatically by default. If you do not want to run QuickStart at the completion of the installation process, you can clear the Run QuickStart check box in the Install Complete screen. QuickStart is not invoked for console-mode or silent-mode installations. QuickStart is designed to help first-time users evaluate, learn, and use WebLogic Server. For example, the QuickStart application for WebLogic Server provides quick access to the following tasks: ■ Getting started with WebLogic Server ■ Starting the WebLogic Server samples domain ■ Upgrading WebLogic domains to the current version ■ Accessing documentation online After installation, you can launch QuickStart as follows: ■ On Windows systems, choose Start Programs Oracle WebLogic QuickStart. ■ On UNIX systems: 1. Log in to the target UNIX system. 2. Go to the commonbin subdirectory of your installation. For example: cd MW_HOMEwlserver_10.3commonquickstart 6-2 Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server 3. Enter the following command: sh quickstart.sh

6.2 Determining Which JDK Version You Are Using

You can determine which version of the JDK you are using by issuing a command, as follows: 1. Open a command prompt window and go to the appropriate directory: Windows system: WL_HOME \server\bin UNIX system: WL_HOME serverbin 2. Make sure that your environment is set up properly by entering the following command at the prompt: Windows: setWLSenv.cmd UNIX: . .setWLSenv.sh 3. Enter the following command at the prompt: java -version If you are using JRockit, JRockitR is displayed in the output.

6.3 Creating a WebLogic Domain