Desktop Client
Perform the following steps to install GUI Client on Windows Desktop
1. Create the following directory structures
C:\mwagui\lib
C:\mwagui\log
(or)
%MWA_GUI_TOP%\lib
%MWA_GUI_TOP%\log
2. Download and install JDK 1.4.2 from http://java.sun.com/javase/downloads/index.jsp
3. Download the GUI Client patch(4205328) and unzip it to C:\Temp
e.g. PATCH_TOP=C:\Temp\4205328
4. Copy %PATCH_TOP%\j4205328.zip to %MWA_GUI_TOP%\lib
5. Create a .cmd file to run the class file oracle.apps.mwa.awt.client.StartGUI
6. Sample content of .cmd file to launch the GUI Client
set MWA_GUI_TOP=C:\mwagui
set JAVA_TOP=C:\j2sdk1.4.2_09
%JAVA_TOP%\bin\java -classpath %JAVA_TOP%\lib\classes.zip;%MWA_GUI_TOP%\lib\j4205328.zip oracle.apps.mwa.awt.client.StartGUI
7. Enter the hostname and port number in the "Connect" window and hit the "Connect" button. A maximum of 10 connections can be stored. Optionally the host name and port number can be passed as parameters to oracle.apps.mwa.awt.client.StartGUI which would directly connect to the MWA Telnet Server without displaying the "Connect" window to the user.

1 comment:
Hi Murali,
Thanks for the blog.
Our requirement is to use RF device. I'm facing few issues in creating startup file to run the class file oracle.apps.mwa.awt.client.StartGUI
Pls clarify few things like
Do we need to create a jar file (manifest file then jar file)..
What i understood is, we need to install J2ME - supported JVM in our case it is CrEme.
I've creaed the directories lib and log in RF device
Downloaded the client patch in temp.
copied the same in lib.
Now the critical part is to create a startup file.
Do u have any inputs on Sartup files. Please suggest.
Post a Comment