User Guide

 Previous Next Contents View as PDF  

Introduction

BEA WebLogic JRockit 7.0 SDK provides tools, utilities, and a complete runtime environment for developing and running applications using the Java programming language. The WebLogic JRockit SDK includes the WebLogic JRockit Java Virtual Machine (JVM), the first commercial server-side JVM. The WebLogic JRockit JVM was developed uniquely for server-side applications and optimized for Intel architectures to ensure reliability, scalability, and manageability for Java applications.

This user guide provides instructions for using WebLogic JRockit on the Window and Linux platforms.

This section, Introduction, contains information on the following subjects:

 


Installing JRockit

For installation instructions, please see the BEA WebLogic JRockit 7.0 SDK Installation and Migration Guide.

 


Hardware and Operating System Requirements

BEA WebLogic JRockit 7.0 SDK runs on 32-bit Intel Pentium (Pentium Pro or better) and Xeon systems as well as on 64-bit Intel Itanium Platform Family systems. For a complete listing of the hardware and O/S configurations for BEA JRockit 7.0 (J2SE 1.3.1), please refer to BEA JRockit 7.0 (J2SE 1.3.1) Supported Configurations at:

http://download.oracle.com/docs/cd/E13188_01/jrockit/jrdocs/suppPlat/supp_70.html

 


Tuning JRockit

For information on tuning WebLogic JRockit's threading and memory management features, please refer to Performance Tuning at:

http://download.oracle.com/docs/cd/E13188_01/jrockit/docs70/tuning/index.html

 


Reporting Problems and Bugs

Should you experience any problems or find any bugs, please send us an e-mail at support@bea.com. We would appreciate if you could provide as much information as possible about the bug such as hardware, version, the program you ran, stack dumps (if any), and a small code example that will reproduce the bug.

 


If WebLogic JRockit Crashes

If JRockit crashes, it will dump the information to stderr. It will also create, in the directory where the VM was started, a file called jrockit.dump, which contains the same information as the dump to stderr.

 

Back to Top Previous Next