Could someone explain to me the last part of these instructions.

HELO Experts,

I am trying to set up a schedule in forms 6i but do not really understand how to do the deployment.
It's as follows:

You must perform the following steps to install and configure the JavaBean for development and deployment of an Oracle Forms Server application:

* Copy the directory oracle integer and its subdirectories in the directory of classes in < ORACLE_HOME > \orant\forms60\java directory. This will place the JavaBean class files in the location where the Oracle Form Builder can locate them at development time.

* Place the JAR JavaBean (CalendarWidget.jar) file in the base directory of code used to deploy Oracle Forms 6i Server applications. This will allow the client computer to download the files of class for use when running.

* Change the HTML page used to launch the Oracle Forms application to reference the JAR file in the tag of the ARCHIVE. This should be added the standard JAR of Oracle Forms Server files and notifies the client JVM which archive files must download before you start the application.

< ARCHIVE = "f60all.jar, CalendarWidget.jar" >

Thank you

Kevin,
Your Forms 6i application deployed over the web or Client/Server (CS)? If it's CS, this method will not work. If deployed on the web, then you must change the configuration of forms so that he knows where your file of Java Archive (JAR).

To deploy your application on the web, you must have an application server. The following instructions apply to the Application Sever, not your development workstation.
>
* Copy the entire oracle directory and its subdirectories in the directory of classes in the \orant\forms60\java directory. This will place the JavaBean class files in the location where the Oracle Form Builder can locate them at development time. >
I'm not sure that I understand perfectly why you must copy all class files in the directory/FORMS60/JAVA , but OK. In general, you just copy the .jar file in this directory. When it is deployed on the web, your Forms application is converted into a Java Applet. All the Java files that are required to perform this conversion and run your form application are found in this directory.
>
* Place the JAR JavaBean (CalendarWidget.jar) file in the base directory of code used to deploy Oracle Forms 6i Server applications. This will allow the client computer to download the files of class for use when running. >
Client computers must have a compatible Java Runtime Environment (JRE) installed. Forms 6i is only compatible with Oracle JInitiator and comes with the 1.1.7.31 version. So that your calendar to work, you must copy the file CalendarWidget.jar in the directory/FORMS60/JAVA.
>
* Change the HTML page used to launch the Oracle Forms application to reference the JAR file in the tag of the ARCHIVE. This should be added the standard JAR of Oracle Forms Server files and notifies the client JVM which archive files must download before you start the application.

>
I think that this statement is in error. Jar files are generally listed in the FORMS60/SERVER/formsweb.cfg file. Again, this change should be made to the file on the application server. Open the formsweb.cfg and scroll down to the SETTINGS section of the USER. Find ARCHIVE =, ARCHIVE_JINIT = and ARCHIVE_IE = variable and add ", CalendarWidget.jar" to each entry. (without the quotes - of course.  :))

Hope this helps,
Craig B-)

If someone useful or appropriate, please mark accordingly.

Tags: Oracle Development

Similar Questions

  • Could someone explain to me what is the problem with this refined expression?

    Hi, could someone explain to me what is the problem with this refined expression

    faultCode:Server.Processing faultString:' unable to invoke CFC - regular expression malformed ' ^ [0-2][0-9][/][0-1][0-2][/][1-2][0-9]{3}+$ '.»»

    Thank you

    I think that the + should not be there. Do you have a match?

  • During the upgrade of vista 64 bit, 7 64 bit process hangs about 2/3 of the way through the last part and I have to reboot that restores Vista.

    7 Windows vista upgrade problem

    During the upgrade of vista 64 bit, 7 64 bit process hangs about 2/3 of the way through the last part and I have to reboot that restores Vista. No idea what could be the cause of the crash?

    Hello

    I suggest you perform the steps in troubleshooting from the following link and check how it works.

    Upgrade stops responding (hangs) at 62% when you upgrade to Windows 7

    Check out the following link for more information about how to upgrade Windows Vista to Windows 7

    Upgrade Windows Vista to Windows 7

  • Photos of subjects - could someone explain

    Continuing my question of "why the forums allow linking them and the display of images from external sites":

    Could someone explain to me how the image in this post Re: block size = DB faster? contribtes somehow to the thread? or the category? or how it benefits the community in some way?

    Hans, I see valid reasons for sometimes wanting to post an image that contributes to the real discussion/explanation. So I would vote against it as a feature of the forum. But like anything, it is open to abuse.

    If you think that this is the case, simply click on the icon "+ report abuse +" next to the icon of the response and report the image as a problem in this post. It seems to work fine as that you mentioned the image has been removed from this announcement.

  • Firefox address field hide the last part of the address when loading.

    Firefox to hide the last part of the address entered when they were loaded.


  • Installation of Windows 7 Home Premium 64 Vista Home Premium 64. It hangs on the last part of "transferring files, settings and programs.

    Install Windows 7 Home Premium 64 Vista Home Premium 64.  It hangs on the last part of "transferring files, settings and programs.  Before installation, the installation program tells me Logitech Quickcam 9.0.2 and Mirotune ATSC Capture Device was born to be unintalled.  But neither are installed that I can see.  What can I do?

    so eager to upgrade to Windows 7, it will depend on if the manufacturer of your computer/laptop has windows 7 drivers available for your computer/laptop as to whether Windows 7 will work properly on your machine

    check with them

    and read this

    Windows 7 upgrade advisor

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=1b544e90-7659-4BD9-9e51-2497c146af15

    Windows 7 system requirements

    http://Windows.Microsoft.com/en-us/Windows7/products/system-requirements

  • How to dynamically change the last part of the url inside the body HTML in e-mail send to Apex process

    Hello

    I need to change the last part of the URL sent by post in the apex dynamically. I have a requirement that a person can register itself with a new user name and other details. When the user clicks on the button register after you have entered all the required values in the page all values will be inserted into the user_details_repository table in the database. At the same time an email with a url link is sent to the user admin for the assertion. When the admin user, click on the link it is redirected to a page where all the details submitted by this particular user is displayed. The admin user can confirm or reject the new user registration. If the admin user says, all the data repository of this particular user table will be inserted in a main table named user_details and data will be deleted from the repository table. Yet once if the admin user rejects, all the data repository of this particular user table will be deleted.

    For this, I have created two pages for this and all of the features mentioned above works correctly except change the link url each time a letter is sent to the admin user when a new user register itself. To send email, I created send e-mail process. I need to change the last word/part of URLs within html body according to the username provided by the new user.

    for example, the url to another user will be like this:

    http://localhost: 8080/apex/f? p = 103:9:3849261906471:NO:USERNAME:Namrata

    http://localhost: 8080/apex/f? p = 103:9:3849261906471:NO:USERNAME:Madhura

    Help, please.

    If there is another way to achieve the same thing please answer.

    Thank you

    Nilesh

    Hi Nilesh,

    You can use a Page element as a substitution variable in the body of the HTML message.

    for example, blah blah blah & P123_MY_PAGE_ITEM. blah blah blah

    The syntax is an ampersand in front of the name of page element and a point after the name.

    brgds,

    Peter

  • Get the last part of channels

    Hello

    I have a table as below

    ID GroupName
    TW product analyst EP 1
    TW 2 SP Tech support analyst
    THIS head of the Tech Support 3 TW
    Manager of TW SP 4
    5 another group without end with 2 characters
    TW 6 MG product Coordinator


    I would get just the last part of chains that ends by 2 characters (these 2 characters are States in the Brazil).
    The query response should looks like below

    ID GroupName
    1 PE
    2 SP
    3
    4 SP
    6 MG

    I appreciate any kind of help.

    Thank you

    Hello

    Try:

    SELECT  id
    ,       SUBSTR (group_name, -2)
    FROM    table_x
    WHERE   REGEXP_LIKE ( group_name, ' [^ ]{2}$');
    

    In the second argument of REGEXP_LIKE
    space has no special meaning; This means that the space character
    [^] means anything except a space
    {2} means exactly 2 of preceding
    $ signifies the end of string
    If the regular expression means "a space, followed by 2 nowheres, at the end of the chain".

  • Could someone explain to me some of the components on this tutorial

    http://CNX.org/content/m13711/latest/

    http://CNX.org/content/m13711/latest/

    Hi I am trying to do this tutorial to VI curve,

    http://CNX.org/content/m13711/latest/

    Hi I am trying to do this tutorial to VI curve,

    I have everything set up, but I really have a problem with the block diagram that I'm supposed to be the copy.

    http://CNX.org/content/m13711/latest/

    Hi I am trying to do this tutorial to VI curve,

    I have everything set up, but I really have a problem with the block diagram that I'm supposed to be the copy.

    For example, how can I know which daq assistant is at the entrance and the exit, then why are there 3 and not 2?

    http://CNX.org/content/m13711/latest/

    Hi I am trying to do this tutorial to VI curve,

    I have everything set up, but I really have a problem with the block diagram that I'm supposed to be the copy.

    For example, how can I know which daq assistant is at the entrance and the exit, then why are there 3 and not 2?

    also the N in a blue box and the I in a blue box in the upper left and lower left, I don't know what here.

    http://CNX.org/content/m13711/latest/

    Hi I am trying to do this tutorial to VI curve,

    I have everything set up, but I really have a problem with the block diagram that I'm supposed to be the copy.

    For example, how can I know which daq assistant is at the entrance and the exit, then why are there 3 and not 2?

    also the N in a blue box and the I in a blue box in the upper left and lower left, I don't know what here.

    Please help its really important I do this.

    http://CNX.org/content/m13711/latest/

    Hi I am trying to do this tutorial to VI curve,

    I have everything set up, but I really have a problem with the block diagram that I'm supposed to be the copy.

    For example, how can I know which daq assistant is at the entrance and the exit, then why are there 3 and not 2?

    also the N in a blue box and the I in a blue box in the upper left and lower left, I don't know what here.

    You have been pretty well pointed in the right direction. LabVIEW help explains the loop for, so I won't bother explaining what the "N" and the "i" are for by simply regurgitate the manual, engineers OR spent a LOT of time to write for the benefit of third parties to learn. Index, index.

    Regarding the questions of the DAQ Assistant:

    1. How do you know what DAQ assistant is the entry and exit? Well, the small triangles on the icons tell you that. If the small triangle on the left, pointing to the icon then it's an entry. If the small triangle pointing out of the icon, then it's an exit. ERGO...
    2. Why are there 3? The last of them outside the loop ensures that the output is disabled by writing all zeros.
  • could someone explain the comparison choose

    I'm supposed to to compare entries on 2 digital controls and if they are equal, they will be light an LED. I figured out how to do with sign =, but I'm supposed to use the select comparison. Could someone help me please?


  • Hello, I am trying to see the tutorials from adobe, but when I press the buttom game that nothing happens. I have this problem for each program on cloud to adobe. Could someone explain that?

    Hello, I am a user of adobe since 2014 and very happy on services cloud. But today, I have one was trying to see the tutorials for the legacy and when I press the buttom game nothing happens. Could someone tell me what to do? I already ordered on other programs and tutorials, and the problem is the same. I'm sitting on a computer in Germany, Stuttgart.

    Many have this problem. Please see my response here: is someone having problems gettint the PS tutorials work?

  • Could someone tell me where the "TAB" key on my MacBook 15 "laptop?

    Could someone please tell me where is placed the "TAB key" on my MacBook Pro 15 "laptop?

    immediately to the left of Q on American English layouts. Mine is labeled "tab.

  • Blue Screen BCCode: 10 d, is could someone help me solve the blue screen issue?

    Hello
    Is that someone could help me to solve the problem of blue screen. Thank you
    BCCode: 10 d
    BCP1: 0000000000000008
    BCP2: 0000057FE24DC4D8
    BCP3: 0000000000000004
    BCP4: FFFFFA801BA97A90
    OS version: 6_1_7601
    Service Pack: 1_0
    Product: 256_1

    We need the log files themselves (called a DMP files) because they contain the only record of the sequence of events that led to the accident, what drivers have been loaded, and what has been loaded.
    Please follow our instructions to find and download the files, we need to help you fix your computer. They can be found at here
    If you have any questions regarding the procedure, please ask
  • When you reply to an e-mail, I hit a key on the keyboard and the last part of my email disappeared. How can I get that back? Do you know what button I hit by mistake.

    How to retrieve lines lost in a note of REPLY when I inadvertently hit an unknown key on the keyboard.
    lost lines went all the time.  Has happened to the part of the last paragraph. Is there a magic key?

    Hello Peo/gdo,

    1. what customer e-mail do you use i.e Microsoft Outlook, Windows Live Mail, Hotmail etc?

    2. you have e-mail saved in the drafts folder?

    If you have already sent the email, then there is nothing that me or you can do about it.

    Thank you.

  • Hello! Could someone lead me to the cancellation of this account?

    I had bought and made an account on Christmas day and want to cancel it see that I do not wish to keep more. Could someone help me this? I can't try to do this on my own and would appreciate any assistance.

    Your best bet is to contact the Support from Adobe directly using chat or by phone.

    Cancel your subscription or membership. Creative cloud

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    https://forums.Adobe.com/thread/1703848

    Chat support - the link below click the still need help? the option in the blue box below and choose the option to chat...
    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails try using another browser.

    https://helpx.Adobe.com/contact.html?step=CCSN_membership-account-payment_cancel-your-memb Governments

    Phone support

    http://helpx.Adobe.com/x-productkb/global/phone-support-orders.html

Maybe you are looking for

  • 4.ob10 Firefox Mac: the 'save the tabs?"does not appear when you leave FF

    I have disabled all extensions, modules, started in Safe Mode or try other suggestions on the forum, but still, the tabs are not saved. I can't find an option 'Enable' or "disable registration of tabs" in preferences As suggested, in the profile fold

  • Entry of absolute encoder PWM w / 6008

    Hi, I'm quite new to the DAQ world so please be easy on me. Well basically, I have acquired a free 6008 and want to use it to track the absolute deviation of angle of a device I have. My scope involves the use of a labtab (USB only), as well as a ran

  • Scanner HP Scanjet 5590 digital flatbed disappears as a device

    Why this unit does not disappear as a device? Reinstalling and downloading software are tedious and not fun. You said in your description, is it compatible XP and Vista. Hmmmmmmmmmmmmm. very interesting this problem has not been resolved. Gives me re

  • Change the default settings for registration and opening.

    When I'm in a file and choose "Save as", I need to find the location.  But then the very next file I do the same thing and I looking for it all over again.  Is there a way to backup a specific folder or default directory at any time.  Currently, it i

  • Best way to structure a project to re-brand?

    Hello I have an existing application that I'm re-branding and depopulate some features of a partner. In the end there will be two applications with different launch icon and names, but a common code base. I wish to have a single code for the simplifi