Jre and jinitiator both in formweb.cfg

Gud Evening all,
I have one problem, actually my application running on 200+ user with jinitiator. Now some computer os is window 7 so i have to change the jinitiator with jre. But it is not simple task to update all client machine. Can i update my formweb.cfg
for jinitiator and jre both?
Please help..

Can i update my formweb.cfg for jinitiator and jre both?I don't see why not. You can create as many config entries as you want in formsweb.cfg.

Similar Messages

  • JRE and Jinitiator

    If JRE and Jinitiator are both installed and co-exist in my desktop, how can I force my IE(internet explorer) to run JRE instead of jinitiator when reading Java page? Do I need to uninstall Jinitiator first?
    Please advise...I appreciate the suggestion from everybody!

    Welcome to the forums !
    The topic of this forums is "Community Feedback and Suggestions (Do Not Post Product-Related Questions Here)"
    Pl re-post is a more appropriate forum.
    Are you in an EBS environment ? If so, this is controlled by a setting in EBS
    HTH
    Srini

  • EBS 11i how to check if JRE or JInitiator is used for Forms.

    How can I find out in EBS 11i whether application has been configured to use JRE or JInitiator when using Oracle Forms on Client's Desktop?
    Thanks,
    Gulam.

    959674 wrote:
    Hi Hussein,
    I have reviewed both the documents and both documents have mentioned how to find out details about JRE/JInitiator using the Java Console on Clients Windows PC.
    Is there any way to check it on the server side?
    Any configuration file on the server side which will give me this details?Yes. Search the application context file for:
    s_sun_plugin_ver
    s_sun_plugin_type
    s_sun_clsid
    s_jinit_ver_dot
    s_jinit_ver_comma
    s_jinit_clsid
    R11i / R12: Component Version In Oracle Applications [ID 1327288.1]
    Oracle EBS R12 Context Variables [ID 458282.1]
    Thanks,
    Hussein

  • Whats is difference between Java JRE  and  Java SDK

    Hi,
    what is the difference between Java JRE and Java SDK...
    i think both of them have the same set of files to be installed...
    I am not able to understand where they differ

    The JRE (Java runtime Environment) contains just the stuff necessary to run Java and the SDK (System Development Kit) contains the extra stuff necessary (and also helpful) to develop in Java.

  • Can JRE and MVM Coexist???

    In an IE6 environment, I realize I can install both the MVM from MS and the JRE from Sun, and that I can toggle the use of the JRE within IE's advanced settings, but...
    Can they both be used by different apps at the same time? I've got a PDM web app that needs the JRE, and a web-based colaboration tool that needs the MVM...
    Thanks for any input.
    JonnyB
    [email protected]

    By using the <EMBED> tag instead of <APPLET>, you can force the browser to detect the JRE even if MSJVM is the default. The JDK incudes a utility (HtmlConverter) that will convert your <APPLET> statements for you.
    Downsides (there's always a downside, isn't there?) are that I don't think <EMBED> is supported by all OS/browser combinations in the same way, and many corporate firewalls block embedded content, so you gotta be careful where you use it.

  • Installing JRE and webserver on client machine

    I want to deploy J2se application having tomcat webserver and mysql database.This application is to be installed on client's machine from CD as a single-click application.How can we setup JRE and webserver using JavaWebStart?
    Is it possible to install JRE using WebStart?This is most urgent requirement for us.Any who worked on it?Pease help!!!!

    You need a JRE installed to run Java WebStart (because Java WebStart is a Java program itself). However, this does not need to be the same JRE that your application uses, because you can specify the JRE to use in your JNLP file and Java WebStart will automatically (most of the time) download and install the correct JRE.
    As to the original question of installing a webserver and database on the client: you will have to distribute both as (or in) one or more jar file (which are likely to be quite large), unpack the jar file(s) on the local machine and then run an installation script, using Runtime.exec(). This requires the user to grant "all-permissions" to your WebStart app, as well a fool-proof installation script for the webserver and database.
    Webstart may not be the ideal solution for your situation. If the users are always connected to the network, why the local webserver and database (can't they just use one connected to the net)? If the users aren't connected to a network, why Webstart?

  • Discoverer and Jinitiator

    The issue I am experiancing is due to the SSLVerifyClient being set to required within OHS. If this value is set to none or optional that Discover Plus works fine. Requirement at out site require that SSLVerifyClient be set to required. When this is set JInitiator can not handle the connections to the server correctly. Is there a way around this using JInitiator? My version of Jinitiator is 1.3.1.21. The Jinit window opens but an error message is displayed in the console window-I have included the message below.
    I will point out that I am working at a Dept. Of Defense site with a certificate issued by the government. Discoverer and Jinitiator must work with this certificate since a majority of the user base are using the same type of certificate issued from the exact samecertificate authority. I am also constrained in that my version of Jinit. is currently set at 1.3.1.21 and I can not move up or down a version without a LOOOONG chain of approvals and cost to my department.
    This is my second thread about this problem, I am not certain what happened to the first thread, so any help is greatly appreciated and welcomed.
    Error message from the Jinit window:
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed:
    SSLConnectionClosedGraceful
    at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.New(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsURLConnection$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jinitiator.proto .https.HttpsURLConnection.connect(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpURLConnection.getInputStream(Unknown
    Source)
    at oracle.jre.proto .jar.HttpUtils.followRedirects(Unknown Source)
    at oracle.jre.proto .jar.JarCache$CachedJarLoader.download(Unknown Source)
    at oracle.jre.proto .jar.JarCache$CachedJarLoader.load(Unknown Source)
    at oracle.jre.proto .jar.JarCache.get(Unknown Source)
    at oracle.jre.proto .jar.CachedJarURLConnection.connect(Unknown Source)
    at oracle.jre.proto .jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at sun.applet.AppletPanel.loadJarFiles(Unknown Source)
    at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    ### Detail any error numbers/messages that you are receiving. Note:290658.1 ###
    WARNING: Unable to cache
    https://accessdevtst.nswc.navy.mil/plus_files/disco5i.jar
    Could not load progress dialog image:
    https://accessdevtst.nswc.navy.mil/plus_files/images/download.gif
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    load: class oracle.disco.DiscoApplet not found.
    java.lang.ClassNotFoundException: java.io.IOException:
    javax.net.ssl.SSLException: SSL handshake failed: SSLConnectionClosedGraceful
    at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.New(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsURLConnection$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jinitiator.proto .https.HttpsURLConnection.connect(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpURLConnection.getInputStream(Unknown
    Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Message was edited by:
    dlester

    The issue I am experiancing is due to the SSLVerifyClient being set to required within OHS. If this value is set to none or optional that Discover Plus works fine. Requirement at out site require that SSLVerifyClient be set to required. When this is set JInitiator can not handle the connections to the server correctly. Is there a way around this using JInitiator? My version of Jinitiator is 1.3.1.21. The Jinit window opens but an error message is displayed in the console window-I have included the message below.
    I will point out that I am working at a Dept. Of Defense site with a certificate issued by the government. Discoverer and Jinitiator must work with this certificate since a majority of the user base are using the same type of certificate issued from the exact samecertificate authority. I am also constrained in that my version of Jinit. is currently set at 1.3.1.21 and I can not move up or down a version without a LOOOONG chain of approvals and cost to my department.
    This is my second thread about this problem, I am not certain what happened to the first thread, so any help is greatly appreciated and welcomed.
    Error message from the Jinit window:
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed:
    SSLConnectionClosedGraceful
    at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.New(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsURLConnection$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jinitiator.proto .https.HttpsURLConnection.connect(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpURLConnection.getInputStream(Unknown
    Source)
    at oracle.jre.proto .jar.HttpUtils.followRedirects(Unknown Source)
    at oracle.jre.proto .jar.JarCache$CachedJarLoader.download(Unknown Source)
    at oracle.jre.proto .jar.JarCache$CachedJarLoader.load(Unknown Source)
    at oracle.jre.proto .jar.JarCache.get(Unknown Source)
    at oracle.jre.proto .jar.CachedJarURLConnection.connect(Unknown Source)
    at oracle.jre.proto .jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at sun.applet.AppletPanel.loadJarFiles(Unknown Source)
    at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    ### Detail any error numbers/messages that you are receiving. Note:290658.1 ###
    WARNING: Unable to cache
    https://accessdevtst.nswc.navy.mil/plus_files/disco5i.jar
    Could not load progress dialog image:
    https://accessdevtst.nswc.navy.mil/plus_files/images/download.gif
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    load: class oracle.disco.DiscoApplet not found.
    java.lang.ClassNotFoundException: java.io.IOException:
    javax.net.ssl.SSLException: SSL handshake failed: SSLConnectionClosedGraceful
    at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.<init>(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsClient.New(Unknown Source)
    at oracle.jinitiator.proto .https.HttpsURLConnection$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jinitiator.proto .https.HttpsURLConnection.connect(Unknown Source)
    at sun.plugin.proto .jdk12.http.HttpURLConnection.getInputStream(Unknown
    Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Message was edited by:
    dlester

  • Multiple JREs and applets

    I work in an environment that has, over the years, purchased a number of browser-based applications requiring different versions of JREs. We are now getting to the point of JREs clashing with each other.
    I'm a little hesitant to believe that more recent versions of the JRE are not compatible with earlier versions of JREs, i.e. JRE 1_4_2_03 and JRE 1_4_2_05 (this is only a conceptual example).
    Is it the application with these conficts, JAVA in general or both?
    I feel like our environment may be missing something. We would like to be able to launch http://application1 using this JRE, 1.4.2.03 and http://application2 using another JRE, 1.4.2.05.
    I aplologize for posting with such vagueness. Please direct me to a more appropriate forum if deemed appropriate.
    Bart Perrier

    Are those bona fide requirements, or are they just CYA requirements? They'd be the former if the application crashes with any other JRE and the latter if the designers happened to test with a particular JRE and therefore won't guarantee the application will work with anything else.
    My bet would be on the latter (which would mean you don't need a large JRE collection), although it is possible that some of those applications ran into a specific bug in JRE version X which was fixed in version X.01.

  • Java Runtime (jre) and Jinit

    I've been using Firefox for some time now, it's a great browser and works well with oracle too, unless you install JRE plugin for Firefox.
    As soon as you get the splash screen Firefox.exe crashes. The workaround is to disable Java in firefox, by doing so, you wont be able to browse most of today's websites.
    My question:
    Is there any other workaround, or has anyone successfully managed to keep Java enabled in Firefox and used both Jinit and JRE at the same time??
    Firefox 1.5
    Forms 9.0.2.9.0 (DS 9i R2)
    JRE 5.01
    Jinit 1.3.1.9
    Thanks
    Tony Garabedian

    Okay fine...where can i get JDK1.4 version...I mean, in which site...becoz, what i guess is, i am trying to compile my Java program using JDK 1.2 and trying to run it using the JAVA RUNTIME ENVIRONMENT 1.4 version...most probably, the invisiblity of components on the JFrame arises only because of the above said reason.
    So, i am planning for an updated version of compilation for the JAVA RUNTIME ENVIRONMENT version of 1.4.
    could u pl. suggest me...the place of availability of JDK1.4 or the version which is in PAR for the "j2re-1_4_1_01-windows-i586.exe".
    bye,
    GEETHA C.

  • Why does the JDK come with a JRE and JDK?

    I was wondering why when I download the JDK does it install a JRE and JDK. The JDK (I believe) includes all the JRE files as well as the compiler files. I can just as easily get rid of the JRE and as far as I know it wouldn't make a difference so why both?

    I thought it was a 2-for-1 deal ;-)
    Seriously, it doesn't make sense for me either. What
    would make more sense
    is for the JDK installation to install that separate
    JRE, but to use that JRE instead of
    installing a second one inside its folders.That would make much more sense, but I am guessing there is some intracacies that I'm not aware of or speed reason or something of the sort that would explain this. The first thing that comes to mind is knowing people might be copying the jre, someone might accidentally pull the jre out so they still wanted the sdk to work with the built in one. This is a pretty big stretch i know but there must be a reason somewhere.

  • What is difference between sy-index and sy-tabix and where both are using ?

    what is difference between sy-index and sy-tabix and where both are using ?

    hi nagaraju
    sy-tabix is in Internal table, current line index. So it can only be used while looping at the internal table.
    sy-index is in Loops, number of current pass. This you can use in other loop statements also (like do-enddo loop, while-endwhile)
    SY-INDEX is a counter for following loops: do...enddo, while..endwhile
    SY-TABIX is a counter for LOOP...ENDLOOP, READ TABLE...
    Here is an example from which you can understand the difference between sy-tabix and sy-index.
    Itab is an internal table with the following data in it.
    id Name
    198 XYZ
    475 ABC
    545 PQR.
    loop at itab where id > 300.
    write :/ itab-id, itab-name , sy-tabix, sy-index.
    endloop.
    My output will be :
    475 ABC 2 1
    545 PQR 3 2
    Sy-tabix is the index of the record in internal table.
    sy-index gives the no of times of loop passes.
    So, for the first record in the output (475 ABC), 2 is the index of the record in internal table and as it is first time loop pass occured, sy-index value is 1.
    Regards,
    navjot
    award points

  • HT3529 My wife and I both have an iphone.   We initially created it under her apple id.   We will receive each others text messages from certain people not all.   Any ideas why and what we can do to stop it

    My wife and I both have an iphone.  We initially set them up under one apple id account.  When we text sometimes we will receive each others text messages from others.   Example I will text a friend...she will not see my text but the reply comes to both of us.  It seems to be random which ones.  Any ideas how to correct this

    Yup, get your own AppleID.
    The messages that are being sent to both phones are technically not text, they are Apple's iMessage. They use the data part, not the texting part. So if you have an iPad or a Mac computer, you can send/receive the iMessages there too.
    KOT

  • My husband and I both have iPhones . How do I use one account for purchases and keep the email separate when using iCloud?

    My husband and I both have iPhones . How do I use one iTunes account to share music, photos and apps, and keep our email accounts separate since all data will use the iCloud function.

    You shouldn't be using the same account on phone iphones. Have him setup his own and make sure his iCloud is logged in with that one

  • Lightroom will not import my photos.   It did up to a week ago.   I have changed cards and cameras (both worked two weeks ago).   I can import the photos to Picasa and iPhoto

    Lightroom will not import my photos.   It did up to a week ago.   I have changed cards and cameras (both worked two weeks ago).   I can import the photos to Picasa and iPhoto.   I get the following error message:  
    Some import operations were not performed.
    The following files were not imported because they could not be read  [followed by a list of the files I wanted to import]
    Thumbnails show up.  LR just will not import them.
    Any idea what is going wrong?

    If the Import button is not clickable, that means that Lightroom thinks you have no new photos to import (one possible reason is that they are duplicates)
    So, you need to figure out why Lightroom thinks that. The way I would do this is to search your Library module for at least one of the photos, by file name. To do this, you would follow all 4 of these steps in sequence:
    Click on All Photographs in the Catalog Panel on the left of the Library Module
    Turn off all Filters (Ctrl-L or Cmd-L once or twice)
    Expand all stacks: Photo->Stacking->Expand All Stacks
    Search for one or more of the photos using the Filter Bar (press backslash), search by File Name

  • HT201077 hi my itunes wont open itunes store and my icloud uploads some then stops . i have deleated and reloaded both and still the same i am using a pc on windows 8

    I am using windows 8.1 my itunes close down if i try and go into the itunes store. my icloud works for about 5 minnutes then stops. i have deleated itunes and cloud and reloaded both and they still fail.

    Check these tips:
    iOS: Device not recognized in iTunes for Windows

Maybe you are looking for