Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
North American Year End Advisor Web Cast - December 14, 2011 > Information Related to Windows Setup?
Question
Does Screen 18 apply to Release 11i and R12 for Windows customers?
•Define PY_LIB_PATH
•Defines the path to java.dll and jvm.dll
•Must append %PATH%
•Added to %APPL_TOP%/admin/adovars.cmd under “Begin Customizations” section
•Also added to Windows Environment Variables
Example:
Full path of libraries are:
c:\java1.4\bin\client\jvm.dll
c:\java1.4\bin\java.dll
PY_LIB_PATH=c:\java1.4\bin\client;c:\java1.4\bin;%PATH%
0