How to disable popup from Java for upate of J2SE?

Dear
We have an instance 12.0.5 running on AIX box.Since last week whenever user tries to login & use ERP, java popup appears. It asks whether to download J2SE update. Once we accept & download, it gets connected to intenet (java.com) for verification. Most of the users does not have internet connection. In this situation, i want to disable this popup.
According to my understanding, Oracle R12 is bundled with J2SE (some version) software though which we run forms based applications. My question is, how do i disable this popup to avoid J2SE update installation & use default J2SE version that is already installed on user PC when they first login to ERP instance?
Secondly, how can i upgrade J2SE for specific ERP instance on AIX server for latest Java version? And is it acceptable according oracle policies. What i mean whenever we have new version of java (J2SE), how do i make it applicable to our instance?
Thanks.

To disable updates, click on Java in the Control Panel, click on Update tab, and clear the "Check for Updates" Automatically" box.
Secondly, how can i upgrade J2SE for specific ERP instance on AIX server for latest Java version? And is it acceptable according oracle policies. What i mean
whenever we have new version of java (J2SE), how do i make it applicable to our instance?Refer to Note: 393931.1 - Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393931.1

Similar Messages

  • Is it possible to disable some popups from FEP Client on the desktop. But how to disable popups from real time protection

    Is it possible to disable some popups from FEP Client on the desktop. But how to disable popups from real time protection. This is so that end users who are non technical are not disturbed and only the I.T is aware of the viruses in teh environment.Shahid Roofi

    You could set policies which when a malware detected an action perform automatically without user interaction but there is no GPO which stop the notification, one reason could be that when notification keep appearing, then user will know something is wrong
    otherwise why FEP should display any warning.

  • How can i open the popup from java class

    Hi,
    Please tell me how can i open the popup from java class.
    I am using jdev 11.1.1.7.0
    I have used the below code which works fine in jdev 2.1 but it will have some errors in 11.1.1.7.0.
    Please tell me some way to do this in all jdev versions.
    Bean obj = (Bean)RequestContext.getCurrentInstance.getExternalContext.getPageFlowScope(“obj”);
    Code for hide pop-up
    FacesContext context = FacesContext.getCurrentInstance();
    String popupId = obj.getPopUpBind().getClientId()
    ExtendedRenderKitService service = Service.getRenderKitService(FacesContext.getCurrentInstance(),
    ExtendedRenderKitService.class);
    String hidePopup = "var popupObj=AdfPage.PAGE.findComponent('" + popupId +
    "'); popupObj.hide();";
    service.addScript(FacesContext.getCurrentInstance(), hidePopup);
    Code to Show pop-up
    StringBuffer showPopup = new StringBuffer();
    showPopup.append("var hints = new Object();");
    showPopup.append("var popupObj=AdfPage.PAGE.findComponent('" +
    obj.getPopUpBind().getClientId() + "');popupObj.show(hints);");
    service.addScript(FacesContext.getCurrentInstance(), showPopup.toString());
    Code need to be added in jsff pop tag
    binding="#{pageFlowScope.bean.popUpBind}
    Variable need to be added in Bean.java
    private RichPopup popUpBind;

    Hari,
    Since you're using a non-public build of JDeveloper, you should be using a non-public forum.
    John

  • How to disable the Directory listing for the whole server or a particular a

    Please let me know how to disable the Directory listing for the whole server or a particular application.
    Thank You

    I want to disable the tab focusing( tab index) for a JTextField objectsLook through the API and find methods with the word "focus" in the method name.
    Also can u tell me about how to change the tab index orders for JTextFields."How to Use the Focus Sub System":
    http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html

  • How to close PopUp (from taskflow region)???

    Can someone, please, explain how to solve this use-case:
    I have PopUp in which I put a region (in which is a small TaskFlow consiting of 2 JSFFs). I want to have Cancel and OK buttons in both JSFFs in TaskFlow. How to close PopUp from within TaskFlow ??? I saw the TaskFlow Return component in ADF TaskFlow diagram components (in palette) but haven't found any help/documentation on it. Or, should I use Return listener on command button used to rise popup (but, still, how to close popup from taskflow?)?
    Any help would be great!
    Thanks in advance,
    Marko

    mimarko,
    Regions/Taskflows are meant to be isolated reusable components. They are not meant to
    have knowledge of their parent or container. That said, code contained with in a region should not attempt to reach out an modify the parent. Regions can fire contextual events that can be handled by a listener declared in the parent pages pageDef. However, attempting to close a popup from a context listener would be bad practice. The easiest fixt is to put the popup in the taskflow for your region. That will create a reusable popup that you can use through out your application.
    --Ric                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to disable the vibration feature for the Alarm?

    How to disable the vibration feature for the Alarm?

    Hi guys , because we have no answer to our issue how to take off the vibration when alarm is on , and our other profiles like ringtones, messages , reminders and so on we need to keep them on vibrate mode , the best solution is to install a free application from store called "alarmed " ; I did put it down on my phone and now i can use the alarm clock without any vibration at all ! That's the answer to our issue , before Apple is going to find a solution !
    Personally , I don't think is going to be fix it soon , as long as the apple script made for pop ups is general one !
    Good luck everyone

  • How to stop Firefox from checking for add-on compatibility every time it opens?

    How to stop Firefox from checking for add-on compatibility every time it opens?

    That can be a problem with the compatibility.ini file in the Firefox profile folder.
    Try to rename (or delete) the compatibility.ini file in the Firefox profile folder to see if that helps.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    You can also check for problems with preferences.
    Delete possible user.js and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • How to invoke Matlab from Java

    Hi, I want to pass some data generated from Java class to Matlab, then invoke Matlab from Java to run the computation program (file written in Matlab, myfile.m). I know Matlab can use classes generated from Java, how to drive Matlab from Java?
    I appreciate your help!
    yaya

    According to their documentation, you can't. Having said that, again according to their documentation, there are plans to support this in future releases.
    m

  • I can take video made in Photo Booth and use in my Smilebox greetings and I can use photos from iPhoto to use there also.  I have not been able to figure out how to take clips from iMovie for that.

    For anyone who has used "Smilebox" for greeting cards:  I can take video made in Photo Booth and use in my Smilebox greetings and I can use photos from iPhoto to use there also.  I have not been able to figure out how to take clips from iMovie for use with Smilebox.

    For anyone who has used "Smilebox" for greeting cards:  I can take video made in Photo Booth and use in my Smilebox greetings and I can use photos from iPhoto to use there also.  I have not been able to figure out how to take clips from iMovie for use with Smilebox.

  • How to disable erase from find my phone?

    my ipad and mac was stolen. in Find my phone erase was enabled, when ipad was found as everything was erased, could not be located. i don't want that to happen with my (ex) Mac, how to disable erase from find my phone.
    Thanks

    Do not use Erase. Instead use Lost Device. However, if the items are automatically erased then you cannot locate them nor change the setting.

  • How to disable skype from background in lumia 920

    how to disable skype from background in lumia 920. skype all time running in background and i can't disable it, everyone can send me messages and calls, and this feature is eat batery lifetime

    Thats what is mentioned in my post ..
    farby wrote:
    Have installed Skype on my Nlokia Lumia 920 since a long time and on an average the battery lasts more than 2 days ..
    BTW there is no way you can stop the application running in the Background ..(settings-->applications-->background tasks-->advanced ..and read the note at the top ..)

  • HT4623 how to download bibles from youversion for offline reading

    how to download bibles from youversion for offline reading

    If you install the app properly then all available versions will have been installed for reading offline. If you want audio on any particular version that provides that option then  you have to be online.

  • How to download videos from Firefox for android phone???

    how to download videos from Firefox for android phone???

    Duplicated topic:
    *[https://support.mozilla.org/en-US/questions/982466 /questions/982466]

  • Cannot figure how to disable youtube from ipod4g. Have disabled Safari but installed Google app with safesearch on. I want my daughter to be able to search wed, just not youtube. Tried to restrict YT, but It would not save restriction settings.

    Cannot figure how to disable youtube from ipod4g. Have disabled Safari but installed Google app with safesearch on. I want my daughter to be able to search wed, just not youtube. Tried to restrict YT, but It would not save restriction settings.

    Try to get the Google app to work
    iOS: Troubleshooting applications purchased from the App Store
    Contact Google
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod
    Try using anothere "safe" browser.
    Parental Control???: Apple Support Communities]
    How to Setup Parental Controls on iPhone & iPod Touch | Mobicip Blogs, Discussions & Help
    how do i put parental control on my...: Apple Support Communities
    parental control: Apple Support Communities

  • How to initiate process from Java?

    Hello,
    Does anyone knows how to initiate Process from java code???
    or Which API can start a new instance of Business process??

    If you are on Oracle BPM 10g, here's a link to a thread on this forum that might also help. It is a step-by-step.
    Creating a new work item instance in a process using PAPI
    Dan

Maybe you are looking for