Webutil with IE=native, can't get it up and running

Hi,
I'm impressed on the WebUtil functionality. Got it up and running smoothly using JInitiator. Great Stuff!
My problem appears with a customer that wants me to deploy this functionality through native JVM of IE6.0.
Did anyone of you manage to get Webutil up and running not using JInitiator but the native IE JVM??
(When will webutilbase.htm be included in WebUtil?)
Any help would be appreciated!!
Kind Regards, Marc Vahsen
=====================================================
Details:
I managed to:
- create cab files for webutil.jar and jacob.jar, resulting in webutil.cab and jacob.cab
When I try to invoke the first form that uses the webutil object group, I get errors:
- FRM-92100 (connection to server lost)
- Details: FRM-92040 Java class not found, javax.swing.JLabel
Trying to analyze this with my restricted java knowledge, I see that this class is present in rt.jar, which is added to my (server) classpath in default.env.
Should I make a cab file for this one also??
Further analysis shows that the webutiljini.htm contains an extra "section" that calls oracle.forms.webutil.common.RegisterWebUtil.
As the file 'webutilbase.htm' is missing in webutil_102.zip, I tried to create this htm file myself, with extra section:
<!-- Registration applet definition (start) -->
<APPLET CODEBASE="%codebase%"
CODE="oracle.forms.webutil.common.RegisterWebUtil"
WIDTH="0"
HEIGHT="0">
<PARAM NAME="cabbase" VALUE="webutil.cab,jacob.cab">
<PARAM NAME="serverURL" VALUE="%serverURL%">
<PARAM NAME="networkRetries" VALUE="%networkRetries%">
</APPLET>
<!-- Registration applet definition (end) -->
This however does not work, and reduced my left options to 1: post a topic on OTN!

Extra information:
The code section that is unreadable in the topic description above (without the less than / greater than signs reads:
APPLET CODEBASE="%codebase%"
CODE="oracle.forms.webutil.common.RegisterWebUtil"
WIDTH="0"
HEIGHT="0"
PARAM NAME="cabbase" VALUE="webutil.cab,jacob.cab"
PARAM NAME="serverURL" VALUE="%serverURL%"
PARAM NAME="networkRetries" VALUE="%networkRetries%"
/APPLET

Similar Messages

  • Need help with volume I can't get rid of and terminal

    I own a external HD named "elements". One day a second volume appeared named "elements". Every time I tried to save files to my external HD they were written on this mysterious volume. The volume isn't showed on my desktop - only when I try to save something with Opera (browser) or in the terminal I can see it.
    I renamed my external HD so I can write files to it. So far so good.
    But how can I get rid of this volume? The finder does not show it. Spotlight does noch find it. Only in the terminal I can see this volume and I can see the files in it.
    the terminal command "diskutil eject /volumes/elements" or "diskutil unmount force /volumes/elements" did not help.
    what can I do?

    It sounds like a "false clone" was created on your internal HD, which can happen if the target volume of a backup program becomes unavailable during the copy process.
    Try this:
    First eject and disconnect all external drives, then:
    Finder>Go menu> Go to Folder
    enter /Volumes and click Go
    Don't touch the alias to your internal HD volume, or any other alias.
    If you see "elements," and it is NOT an alias, trash it and empty the trash.
    jd

  • Can't get console up and running in eclipse

    Hi tried to get the system.console() up with a console object, using code from java tutorial, here: http://java.sun.com/docs/books/tutorial/essential/regex/test_harness.html
    But when I try to run the code, the console never pops up and the return is null. I am using eclipse with java 1.6 installed. I have programmed on this with many other classes before and have not had a problem.
    I am using the fall 07 version of eclipse on windows vista home premium.
    Please advise
    Thanks
    -Z
    Edited by: zhuberg on Aug 16, 2008 9:19 PM
    Edited by: zhuberg on Aug 16, 2008 9:22 PM

    Hi tried to get the system.console() up with a console object,Do you mean you invoked System.console()? If so, you should take the [API docs|http://java.sun.com/javase/6/docs/api/java/lang/System.html#console()] at face value: "Returns the unique Console object associated with the current Java virtual machine, if any". If any.
    If I compile and run the following within Eclipse:
    public class ConsoleEg {
        public static void main(String[] args) {
            System.out.println("System.console()=" + System.console());
    }then I get the output:
    {noformat}
        System.console()=null
    {noformat}The [Console documentation|http://java.sun.com/javase/6/docs/api/java/io/Console.html] elaborates: "Whether a virtual machine has a console is dependent upon the underlying platform and also upon the manner in which the virtual machine is invoked. If the virtual machine is started from an interactive command line without redirecting the standard input and output streams then its console will exist and will typically be connected to the keyboard and display from which the virtual machine was launched. If the virtual machine is started automatically, for example by a background job scheduler, then it will typically not have a console.
    If this virtual machine has a console then it is represented by a unique instance of this class which can be obtained by invoking the System.console() method. If no console device is available then an invocation of that method will return null."
    Perhaps you should use the other methods for I/O: buffered reader and the print stream methods.

  • Firefox cannot be launched code: -0661. I do not have another web browser on my computer. computer is old 10.4.11 How can I get firefox up and running?

    When I turned on my computer today, Firefox had a circle with a line through it. Clicking on it I got an error message which reads "Firefox cannot be launched - 0661". I am running an old powerbook G4 OS 10.4.11. There is no other browser on my computer. I have a desktop with internet access. How can I get my laptop up and running?

    Disregard the above since Firefox 10 (or any version after Firefox 3.6) won't work on Mac OS 10.4.11. You will have to download Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html and copy it to your old powerbook G4 OS 10.4.11
    Ref: [[Firefox will not start]] link: https://support.mozilla.org/en-US/kb/Firefox-not-start#w_firefox-will-not-start-on-os-x-10-4-or-earlier-or-with-a-powerpc-processor

  • How can we get Dynamic columns and data with RTF Templates in BI Publisher

    How can we get Dynamic columns and data with RTf Templates.
    My requirement is :
    create table xxinv_item_pei_taginfo(item_id number,
    Organization_id number,
    item varchar2(4000),
    record_type varchar2(4000),
    record_value CLOB,
    State varchar2(4000));
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'USES','fever','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'HOW TO USE','one tablet daily','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'SIDE EFFECTS','XYZ','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'DRUG INTERACTION','ABC','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'OVERDOSE','Go and see doctor','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'NOTES','Take after meal','TX');
    select * from xxinv_item_pei_taginfo;
    Item id Org Id Item Record_type Record_value State
    493991     224     1265-D30     USES     fever     TX
    493991     224     1265-D30     HOW TO USE     one tablet daily     TX
    493991     224     1265-D30     SIDE EFFECTS     XYZ     TX
    493991     224     1265-D30     DRUG INTERACTION     ABC     TX
    493991     224     1265-D30     OVERDOSE      Go and see doctor     TX
    493991     224     1265-D30     NOTES     Take after meal     TX
    Above is my data
    I have to fetch the record_type from a lookup where I can have any of the record type, sometime USES, HOW TO USE, SIDE EFFECTS and sometimes some other set of record types
    In my report I have to get these record typpes as field name dynamically whichever is available in that lookup and record values against them.
    its a BI Publisher report.
    please suggest

    if you have data in db then you can create xml with needed structure
    and so you can create bip report
    do you have errors or .... ?

  • How can I get my games to run smooth with apple tv. I'm getting jerky movement

    How can I get my games to run smooth with apple tv?

    Check your network for interference (www.istumbler.net, check router manual in regards to changing channels) and other activities possibly running in the background.

  • HT201269 when i back up my iphone 5 so that i have all the info from my 4s on it, it wont put my music on it or let me do anything with it. how can i get my itunes to recognize that it is my new iphone and let me put stuff on it with out completely resett

    when i back up my iphone 5 so that i have all the info from my 4s on it, it wont put my music on it or let me do anything with it. how can i get my itunes to recognize that it is my new iphone and let me put stuff on it with out completely resetting it?

    What version of iTunes are you running on your computer? You need to update to the current version.

  • I recently got a new computer and it wont sync with my ipod. How can i get my music and stuff on my computer

    I recently got a new computer and it wont sync with my ipod. How can i get my music and stuff on my computer?

    iPods and other iDevices are not backup or storage devices.
    Copy the ENTIRE iTunes folder (and all other desired data) from the old computer to the new computer.

  • I got an iTunes account years ago with an ID and password...them later got a mobile me and password...now I have an iPad and downloaded iCloud and I can't get my movies and tv shows on iPad because different account name and password from my mobile me.

    I can't get my movies and tv shows on iPad now that I have added iCloud. The problem is that my iTunes account has different name and password from my mobile me account.  Can I change my iTunes account name and password so that they will transfer to my iPad with the mobile me / iCloud account? I need to figure out how to make the two accounts one or iCloud has to be able to accept my iTunes account with years of music and movies.

    Hunter of Sock Monsters thanks...I did follow your advise.  I went to the iforgot site and tried answering the secret questions twice.  I got the "wrong answer", so the next time I asked for an email authentication.  I am still waiting. I don't know what the usual time for waiting normally is. I am still waiting for an email reply from three days ago.  I'm not going to hold my breath.  My ipad is out of warranty but I may have to beg for help from support? I'll wait awhile longer.  Maybe there is another thing someone could come up with.  I appreciate your fast reply Hunter.

  • If i got an iphone 5 and synced it with my computer, can i get the contract from my iphone 4 to a iphone 5 without upgrading the contract? (So that i will still have the same contract)

    If i got an iphone 5 and synced it with my computer,
    can i get the contract from my iphone 4 to a iphone 5 without upgrading the contract?
    (So that i will still have the same contract) (I have verizon.)

    Ask Verizon.
    You will have to activate the phone through them.

  • Issue with Illustrator CS6 - can't get it to run

    Since a couple of weeks ago, I have an issue with Illustrator CS6 - can't get it to run When starting the application I get the following error:
    "The procedure entry point ?AcquireVarient@ImageInterface@drawbot@dvaui@@QBE?BV?$intrusive_ptr@UImageInterface@drawb ot@dvaui@@@boost@@V?$rational@J@5@@Z could not be located in the dynamic link library D:\Program Files\Contents\Windows\Illustrator.exe."
    I'm running it on Windows 8 (x64). I have multiple other Adobe applications installed, which are running fine. I've tried solving the issue with reinstalling Illustrator - multiple times. My GPU driver is updated to the latest version.

    I have this issue as well on my Mac and called tech support 4 times and they can't fix it. Adobe has really gone down hill in a short amount of time!!
    Only thing that worked (as a temporary fix) is to create a new user and toggle back and forth between two users which is very annoying. Adobe has tried uninstalling, reinstalling, taking over my computer remotely, trashing plugins, verifying permissions but the fact remains that we bought CS6 four weeks ago and Illustrator doesn't work.
    I'm going on Facebook to let others know.....don't buy Adobe, it doesn't work and they don't know how to fix.

  • I wiped my ipod classic and then my computer crashed, so i no longer have the songs i purchsed from itunes on my ipod or computer! I have a new computer now with itunes installed, can I get the songs purchased previously from itunes somehow?

    I wiped my ipod classic and then my computer crashed, so i no longer have the songs i purchsed from itunes on my ipod or computer! I have a new computer now with itunes installed, can I get the songs purchased previously from itunes somehow?

    Yes, you can!(:
    STEP 1: Open iTunes
    STEP 2: Navigate to the "iTunes Store". It can be found under the "STORE" tab.
    STEP 3: On the right side of the store there should be a "Quick Links" Section. Click on the "Purchased" link.
    STEP 4: Navigate to the "Music" tab and click on "All Songs". Then at the bottom of the screen there will be a button that says "Download All". Click the button and your songs will be begin downloading!
    NOTE: This will only work with songs that you bought from the iTunes store, if you imported them from a CD, you will have to do it again.
    NOTE: You can also do this with Apps, Movies, TV Shows, and Books.
    NOTE: You may have to sign in with your Apple ID to verify the download.
    Hope this helped! Enjoy your music!(:

  • Is there an issue going on with the iPhones? And iPads? I cannot send text pics.  I can't get on Facebook, and I can't get on anything that uses Facebook ex Slotomania.  This has been going on for a few days!!!  It is happening with and without upgrades.

    Is there an issue going on with the iPhones? And iPads? I cannot send text pics.  I can't get on Facebook, and I can't get on anything that uses Facebook ex Slotomania.  This has been going on for a few days!!!  It is happening with and without upgrades.

    Contact facebook to address the facebook issues.

  • Computer Crashed with CS4 - How can I get these programs to my new computer?

    Computer Crashed with CS4 - How can I get these programs to my new computer?

    You will want to install them from the installation media.

  • I plugged my Iphone into the computer to put my pics on the computer.  It went strait to itunes an erased all my contacts and pictures and replaced them with my husbands contacts and photos.  Can i get the contacts and photos back?

    I plugged my Iphone into the computer to put my pics on the computer.  It went strait to itunes an erased all my contacts and pictures and replaced them with my husbands contacts and photos.  Can i get the contacts and photos back?

    Have you synced your iPhone with iTunes on this computer before? If not, nothing is selected automatically under the various tabs for your iPhone sync preferences with iTunes.
    Was this the first time your iPhone was connected to iTunes on any computer? If so, the first time an iPhone is connected to iTunes for the first time that is used to sync with another iPhone or iOS device, you are prompted to transfer the backup for the other iPhone or eyeless device to the iPhone or set up the iPhone as a new iPhone. This is not automatic, it must be manually selected.

Maybe you are looking for