Skip Headers
Oracle® Application Server Release Notes
10g Release 2 (10.1.2) for Microsoft Windows
B15501-14
  Go To Documentation Library
Home
Go To Table Of Contents
Contents

Previous
Previous
Next
Next
 

12 Oracle Workflow

This chapter discusses the following topic:

12.1 Configuration Issues and Workarounds

This section describes configuration issues and their workarounds for Oracle Workflow. It includes the following topic:

12.1.1 Displaying Installation User Interfaces with DirectX Configuration and JDK 1.4.x

On Windows platforms, you may encounter an issue with the DirectX configuration and JDK 1.4.x that prevents the Oracle Universal Installer and Oracle Workflow Configuration Assistant user interfaces from appearing when you start these utilities. Use the following workarounds to display the user interfaces.

If the Oracle Universal Installer does not appear when you run Disk1\install\setup.exe, execute the following command from the command prompt to display the user interface:

setup.exe -J -Dsun.java2d.noddraw=true

Similarly, if the Oracle Workflow Configuration Assistant does not appear after the Oracle Universal Installer completes the installation, edit the configuration assistant script before running it to display the user interface. Open the %ORACLE_HOME%\wf\install\wfinstall.bat script in a text editor and add the following option just before the -classpath option in the same line:

-Dsun.java2d.noddraw=true

Then run the %ORACLE_HOME%\wf\install\wfinstall.bat script to start the Oracle Workflow Configuration Assistant.