Skip Headers
Oracle® Fusion Middleware User's Guide for the Oracle Java CAPS Migration Tool
11g Release 1 (11.1.1.6.0)

Part Number E24884-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

2 Installing the Oracle Java CAPS Migration Tool

This chapter describes how to install the Oracle Java CAPS Migration Tool and associated JAR files, and how to configure the Oracle Java CAPS environment for migration.

This chapter includes the following topics:

2.1 About the Installation

The migration tool is provided in a ZIP file, and installing the tool involves simply downloading and extracting the file. The installation includes the following files:

Before you can use the migration tool, you need to install additional JAR files and configure the Oracle Java CAPS IDE. Both processes are described in this chapter.

2.1.1 Prerequisites

In order to run the migration tool, you must have the following installed and accessible from the location of the migration tool:

  • Oracle Fusion Middleware (specifically, the oracle_common directory)

  • Oracle SOA Suite

Additionally, you need to have access to Oracle Java CAPS 6.x or 5.x because certain projects need to be rebuilt and redeployed prior to migration.

2.2 Installing the Migration Tool

Installing the migration tool includes extracting the tool to a location on your computer, installing additional JAR files, and configuring the Oracle Java CAPS environment.

To install the migration tool

  1. Download the MigrationTool.zip to a folder on your computer where you want to store the tool.

  2. Extract the ZIP file.

To install third-party JAR files

To set up the Oracle Java CAPS environment

Adding a new flag to the Oracle Java CAPS IDE preserves the Java code from any JCDs in the generated EAR files, which is required for the migration to complete successfully.

  1. If you are migrating Oracle Java CAPS 6.x Repository projects that contain Java Collaboration Definitions (JCDs), do the following:

    1. In your Oracle Java CAPS home directory, navigate to /netbeans/etc.

    2. Open netbeans.conf in a text editor.

    3. Append the following flag to the end of the netbeans_default_options property before the closing double quote:

      -J-Drun.mode=debug
      
    4. Save and close the file.

  2. If you are migrating Oracle Java CAPS 5.x projects, do the following:

    1. In your Oracle Java CAPS home directory, navigate to /edesigner/bin.

    2. Open runed.bat in a text editor.

      Do not double-click the file to open it; double-clicking the file launches Enterprise Designer.

    3. Append the following flag to the end of the netbeans_default_options property before the closing double quote:

      "-J-Drun.mode=debug"
      
    4. Save and close the file.