Java version checking for IE needed

Hi, Guys,
I need to check the currently used java version in IE.
I used <object> tag
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="https://java.sun.com/update/1.5.0/jinstall-1_5_0_12-windows-i586.cab#Version=1,5,0,12" width=10 height=10>
<param name="codebase" value=".">
<param name="code" value="HelpMe.class">
</param>
</object>
The expected behavior is that : if currently installed java version is less than 1.5.0.12, a popup window will show.
but for java 1.5.0_11, the popup window for download does not show up.
I also tried
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="https://java.sun.com/update/1.5.0/jinstall-1_5_0_12-windows-i586.cab#Version=1,5,0_12" width=10 height=10>
any idea?
Thanks

A slightly unrelated observation: when I use the <object> tag, IE 7 with JDK 5 shows this ActiveX warning asking me if I want to let an ActiveX control by Sun run. Since we wanted to minimize spooking out end users with security warnings, we decided to only ever use the <applet> tag which does not cause the (additional) ActiveX warning.

Similar Messages

  • Java Version Checking

    I have an application that must have JAVA version 1.4.1 and nothing under that. I am using the System Properties to check for the version.
    My question is, Are future releases of JAVA going to have their version numbers formatted in the same way i.e N.N.N, 1.4.2, 1.5.0??
    Thanks,
    Bruce

    I mean, what would you do if the client didn't even have any version
    of java at all? I got an idea maybe a ReadMe.txt or .html with instructions on how to use my program.
    Are you going to be able to tell them from the software that they
    need to install it?Yes, I will simplify the install for them by providing a link or the JRE with my application and run it for them if they want to install it.
    Anybody got a sulotion?

  • Java version that doesn't need to be installed?

    I have a client that wants a Java app to run off a CD (for Windows) where Java doesn't need to be installed on the hard-drive of the computer. I have an older version of Java (1.3.1_08-b03) that can work this way. I simply have the Java directories on the CD.
    But I was wondering if there is a newer version of Java that can be used in this way?
    For example, does the 1.4.x and 1.5.x versions need to be installed via the installer or could I use them by simply copying the pertinent java directories over to a CD (or a computer with no previous java installation)?

    I successfully tried it for the 1.4 version and was
    able to run a java program from a CD without actually
    installing Java on the computer. The Java
    directories were just on the CD. So it does work for
    my purposes.
    Although, the Java plugin (to browsers) and Java Web
    Start probably won't work, but my immediate
    application doesn't need those features...That's right, for the browser and Webstart to work they need Registry entries in Windows or registration in Linux/Solaris.
    Application programs just need to be told where to find Java, via a path to the executable, either as a path statement or an explicit path as part of the java invocation.

  • Java version conflict for LSO

    We are implementing SAP Learning Solution (LSO) 300. A requirement to use SAP's test player is to have jre 1.4.2 installed on users workstation. we have problem rolling any version of jre to the whole enterpise because we have a lot of other apps that requires different versions of java. and sun java and microsoft java may have conflict as well. we are wondering how other company handles this problem.
    Thanks
    Jane Zhou

    Hi Guys!
    From the SAP side the statement is following: use the predefined version because
    we only can support with these JRE component your LSO300.
    The Content Player, Test Player, Authoring Environment may work with a lower release as well, but we are unable to support the probable problems occured by this version difference.
    I suppose your JRE version is under 1.4.2, do I have right?
    I am sorry, that in this case I was unable to provide you a better answer
    If you need further help with this landscape (LSO300+ JRE < v1.4.2) let me know and I try to give you hints, tricks!
    Best regards,
    Zsolt

  • How to check Java Version while showing applet in browser?

    Hello All,
    We have an application which has client and server mechanism.
    Our application can be accessed by any internet browser on any machine of the network but there is only one server in the network.
    One of the functionality in the application is described below.
    We do have one link in our application webpage. When user clicks on that link, the request goes to the server component which is running on different machine. Now server process the request and in responce we do show some images in applet window at the customer webpage.
    Now problem is, when the client machine browser has some lower version of Java, we are not able to show the image but only shows a blank page.
    What we want to do is to show some specific warning message when we find that the Java version at client machine is lower than required.
    Can anybody please let me know how can I achieve this?
    Thanks in Advance,
    Jenish

    Sun's latest versioning solution for applets and JWS apps. is [deployJava.js|http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html]. I also offer the [Java Version Checker Applet|http://pscode.org/jre.html] as an alternate way of ensuring a minimum major version of the JRE.

  • Finding the minimum needed Java version to run app

    Hello, I have created an application and would like to distribute it. However, I would like to know the minimum Java version that would be needed to run the app. Aside from digging through the APIs, would there be any tool that would help with that task.
    (P.S. I'm sorry for any cross-posting that may occur, I did not know what this would fall under).

    Doesn't answer the question, which java version did you use?
    In eclipse, pull down the help menu and select About Eclipse SDK, then click the Configuration button. In the dialog that comes up near the top is a section with java.??? look for the one that say java.home and see which version of the jdk it's using, then go to your project, right click on it and to go properties. Under Java Compiler in the tree view you will see JDK compliance. That will tell you absolutely which version(s) of Java are involved. The one in the compiler compliance is the one that the system trying to run your application must have.
    PS.

  • Java version and amount of SAPDATA

    Hi!
    I would like to install SAP Solution Manager on Solaris Sparc 10 Zone (64 Bit) with Oracle.
    Questions:
    1) Which Java version applies for the installation? I have installed 1.4.2.12.
    2) Is that problem that the <sid>adm user exist already on the server?
    Or should I delete these, because thes will be created with SAPINST?
    I run Installation as root-user
    3) How much SAPDATA do I need for the installation. I would abolish to have more than 3 SAPDATA. So I have 3 SAPDATA, each 70 GB. Is that ok? 
    Thank you very much!
    regards
    Thom

    Hi Thom,
    1) Which Java version applies for the installation? I have installed 1.4.2.12.
    Answer: Please go through the note 716604, and also 1.4.2_12 version for JDK is fine. You can go with this.
    2) Is that problem that the <sid>adm user exist already on the server?
    Answer : It wont be the problem if it exists,but check the owner and modes as per the guide and change it.
    3. should I delete these, because thes will be created with SAPINST?
    Answer:  Yes,users will be created by SAPINST,but if its already exists, you dont need to delete this. If you dont know the changing of owners or modes for the sidadm user. you can delete, it will create by SAPINST.
    4.I run Installation as root-user
    Answer: Yes. you have to start installation with root user.
    5.3) How much SAPDATA do I need for the installation. I would abolish to have more than 3 SAPDATA. So I have 3 SAPDATA, each 70 GB. Is that ok?
    Answer: SAP recommends 4 sapdata's. The size is depends on how much data you maintain in the system. Try to create SAPDATA4 and distrube the size to all 4 sapdata's.
    Hope you understand this.
    Thanks
    Kishore

  • Linux Based Oracle ERP-File Version Check

    hi,
    Anyone can tell how to check the following version of the files in Linux 7.2 ES for ORacle erp 11.5.9
    LoadGraphContext.java
    LoadGraphFetcher.java
    I used java commands but only shows the java version.
    I also need the following files path
    include/wpwors.h
    src/discrete/wpwwwip.lcp

    Manoj,
    Which changes do you see?
    Use tmpfs, change the base address or use bigpages?

  • Vm version of for eclipse with oepe versus wls vm

    I went through some old posts and seem to fnd that both WLS and eclipse need to be started with the same vm ?
    This is a basic question, but my web app is for java5, what problems could I encounter if I try to run the java5 webapp on a WL server running on java 6
    thankyou

    both WLS and eclipse need to be started with the same vm That is incorrect. Java version requirements for Eclipse and OEPE are independent from java version you build your app to and are independent from java version that WLS is running with.
    You can target your app to Java 1.4, run OEPE with Java 1.6 and deploy to WLS that runs on Java 1.5.
    This is a basic question, but my web app is for java5, what problems could I
    encounter if I try to run the java5 webapp on a WL server running on java 6 thankyouThe tooling will help make sure that you don't get a configuration that will not work. It is perfectly fine to have an app that targets java version that's older than what WLS running with. Java is backwards compatible and so is WLS.
    - Konstantin

  • Opatch version  check failed

    Hi,
    I am applying patch on 11.2.0.1 grid infrastructure . i am getting following error.. Please help on this
    [root@vm14 9655006]# opatch auto /home/oracle/9655006 -oh /u01/app/11.2.0/grid
    Executing /usr/bin/perl /u01/app/11.2.0/grid/OPatch/crs/patch112.pl -patchdir /home/oracle -patchn 9655006 -oh /u01/app/11.2.0/grid -paramfile /u01/app/11.2.0/grid/crs/install/crsconfig_params
    opatch auto log file location is /u01/app/11.2.0/grid/OPatch/crs/../../cfgtoollogs/opatchauto2012-02-23_19-45-31.log
    Detected Oracle Clusterware install
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    OPatch is bundled with OCM, Enter the absolute OCM response file path:
    /u01/app/11.2.0/grid/OPatch/ocm.rsp
    Enter 'yes' if you have unzipped this patch to an empty directory to proceed  (yes/no):yes
    The opatch minimum version  check for patch /home/oracle/9655006/custom failed  for /u01/app/11.2.0/grid
    The opatch minimum version  check for patch /home/oracle/9655006/etc failed  for /u01/app/11.2.0/grid
    The opatch minimum version  check for patch /home/oracle/9655006/files failed  for /u01/app/11.2.0/grid
    Opatch version check failed for oracle home  /u01/app/11.2.0/grid
    Opatch version  check failed
    update the opatch version for the failed homes and retry
    [root@vm14 9655006]# opatch version -oh /u01/app/11.2.0/grid
    OPatch Version: 11.2.0.1.9
    OPatch succeeded.

    Hi;
    Use opatch version and compare version wiht requested version which is mention in patch's read me pre-req part. If you need newer version than you need to apply lasted Opatch version which is again mention in read me part of patch
    So please reread your patch's read me part :)
    Regard
    Helios

  • Daily Java system checks.

    Hi,
    I need to know what are the daily Java system checks an administrator need to perform. We have buffer analysis,Lock,Update,Hit ratios's etc in ABAP stack. What about java stack?Does any one here have any document on Daily system checks on Java?Can any one help me providing the Web AS Java Monitoring guide?
    Help greatly rewarded.
    Thanks

    Hi,
    I had a similar thread posted some time back ... From the replies and my experience let me tell you that doing a pro active monitoring in Java server is not defined it is more sort of reactive monitoring.
    Meanwhile you can get your system to SAP standards and recommendations. There are lot of notes on the Parameter settings and version recommendations. Try to follow that and keep your system in par with SAP recommendations things should be fine then.
    Regards,
    Vijith

  • SRM Live Auction - java version in vendor side

    Hi experts
    I work with SRM 7.0
    In order to use SRM Live Auction What is the minimum java version
    that the supplier need to download in his computer.
    Almog

    Issue resolved by keeping the IE Privacy settings to low level.

  • Authorization check for caller assignment to J2EE security role

    Dears experts, in the default.trc logs in, my Enterprise Portal NW2004s, appear this error:
    #1.#0018714E4A14005E000027E1000057B8000441BB7EF2FC03#1198173451524#com.sap.engine.services.security.roles.SecurityRoleReference#sap.com/irj#com.sap.engine.services.security.roles.SecurityRoleReference#Guest#2126####46ce8210aefd11dcc68f0018714e4a14#Thread[Thread-59,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ] referencing J2EE security role [ : ].#5#ACCESS.ERROR#service.jms.default.authorization#administrators#SAP-J2EE-Engine#administrators#
    #1.#0018714E4A14005E000027E5000057B8000441BB7F8BDC21#1198173461543#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/irj#com.sap.engine.services.security.roles.SecurityRoleImpl#Guest#2127####46ce8210aefd11dcc68f0018714e4a14#Thread[Thread-59,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ :
    Any idea about it?
    Thanks friends

    Hi Holger,
    Thanks for the tip, it could be the case, I just checked and we are on Patch 0 for JEECOR as you can see here below:
    sap.com/SAP-JEECOR   7.00 SP13 (1000.7.00.13.0.20070907082334)  20071028144036 
    sap.com/SAP-JEE          7.00 SP13 (1000.7.00.13.2.20071026143730)  20071203150628 
    Will inform some people internally to patch to atleast 3 to check if it still occures.
    Anyway, Thanks again..
    Benjamin Houttuin

  • I currently have iTunes version 7 and I need to upgrade to version 10.  I am afraid of losing all my music if I just download 10 and when I use the "Check for updates" in the version 7 help menu, it tells me the server cannot be contacted.

    I currently have iTunes version 7 on my computer and need to upgrade to version 10 to sync my new nano iPod.  When I tried the "check for updates" under the version 7 "help" menu, it said it could not contact the update server.  I am afraid if I just download version 10 from the website, it will wipe out my music library.  What should I do to upgrade?

    Back up your music and install from the website. You probably won't need to do this, but if your library is erased, restore it from the backup.
    (59049)

  • When I try to update my phone to ios 7 it says i need to update my itunes to 11.0.5, when i check my current version in help menu under check for updates it says I have the current 11.0.5 version.

    When I try to update my phone to ios 7 it says i need to update my itunes to 11.0.5, when i check my current version in help menu under check for updates it says I have the current 11.0.5 version. Even the downloader for the update doesnt show that i need to update.Help plzz????

    There is some kind of error. The new version of iTunes is 11.1, which although is not available via updates, it can be downloaded from the Apple website here:
    http://www.apple.com/itunes/download/
    After updating iTunes to the newest version you should be able to update your iOS
    EDIT: I just did that and it works

Maybe you are looking for