Transferring the files
We are now going to locate the directory on the application server and transfer the files onto our local computer. We need to transfer the page and we will also need to transfer the java class files associated with the page.
How to do it...
To transfer the files, do the following:
Open a new PuTTY session and log on to the application server.
Navigate to the location for all of the FND java objects by typing in
$JAVA_TOP/oracle/apps/fnd
on the command line.Type
pwd
to view the full path, as shown in the following screenshot:Make a note of the full path:
/oracle/apps/r12/visr12/apps/apps_st/comn/java/classes/oracle/apps/fnd
Now, we are going to transfer the files from this directory to our local computer.
Open your preferred FTP client (we are using WinSCP in this book).
Transfer the whole
fnd
directory from the Apps server to themyclasses
directory in your JDeveloper home,C:\oaf\jdevhome\jdev\myclasses\oracle\apps\fnd
The following screenshot shows the transfer from the...