Which JRE will JWS use if Multiple JREs are installed

I have a situation for this Daylight Saving Time update that is comming. if the users already have 1.4.2_12 or any previous 1.4 JREs installed and the JNLP is set to look for <j2se version="1.4+"/>. If we install the 1.4.2_13 that has the fix for the DST, which runtime will JWS run the appliction on, the latest 1.4 or the oldest??
Sameer Jaffer

Hi,
it will run the latest JRE that is at least 1.4. If it finds a 1.6 it will even run this, because the version is higher than 1.4.
Bye Schippe

Similar Messages

  • How can i know which index will be used when executing the query ?

    1 ) I have query in which i have 3-4 tables but there multiple index on one column .
    so how can i know which index will be used when executing the query ?
    2) I have a query which ia taking too much time . how can i know which table is taking too much time ?
    3) Please Provide me some document of EXplain plan ?

    Hi Jimmy,
    Consider the below example
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    CREATE TABLE FIRST AS
    SELECT * FROM all_objects;
    UPDATE FIRST
    SET object_name = 'TEST'
    WHERE owner != 'SCOTT';
    CREATE INDEX idx_first ON FIRST(object_name);
    SELECT *
    FROM FIRST
    WHERE object_name = 'TEST';
    It has not used index
    Execution Plan
    Plan hash value: 2265626682
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 58678 | 7334K| 163 (4)| 00:00:02 |
    |* 1 | TABLE ACCESS FULL| FIRST | 58678 | 7334K| 163 (4)| 00:00:02 |
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    SELECT *
    FROM FIRST
    WHERE object_name = 'emp';
    This has used the index
    Execution Plan
    Plan hash value: 1184810458
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 128 | 1 (0)| 00:00:01 |
    | 1 | TABLE ACCESS BY INDEX ROWID| FIRST | 1 | 128 | 1 (0)| 00:00:01 |
    |* 2 | INDEX RANGE SCAN | IDX_FIRST | 1 | | 1 (0)| 00:00:01 |
    From this we can come to the conclusion that, whether to use one index or not by oracle
    would also depend on the data which is present in the table. This has to be this way as
    we see in the bind peeking, if oracle sticks to only one plan, say only use the full table
    scan, it would be a performance hit when it searches for the second query ie where object_name
    ='emp';
    2.
    If we have a query like below.
    select * from emp
    where upper(ename) = upper(:p_ename);
    Evenif we have the index on ename column, oracle wouldn't be able to use the index, as there is a function in the predicate column. If you need oracle to use the index, we need to create a function based index as below.
    Create index idx_ename on emp(upper(ename));
    Regards,
    Cool

  • Which JREs are shipped with Windows 98, NT, 2000 and XP

    me again
    I have a slightly different question
    Does anyone know which JREs are shipped with Win 98, NT, 2K and XP ? if any
    Or does anyone know where I can get this info

    Thanks
    Can You please elaborate on your answer. As I said I am a novice at this.
    Does this mean this one installation ensures that a java application will run on any of these 4 operating systems ?
    Thanks

  • If I need a full rman restore which backups will it use?

    Hello,
    I have a database 11.1.0.7 with 8TB. Block change tracking is enabled.
    At the weekend I take level 0 backup and during the week level 1 cumulative.
    For some weeks the level 0 backup is failing, so I only have level 1 cumulative backups taken every week day with a 4 weeks old level 0 backup.
    If I need a full rman restore which backups will it use? Will it be the last level 0 backup with the last level 1 cumulative?
    I ask this because grid crontrol tells me that the recent level 1 backups input size is smaller than last week level 1 backups and in between I dont have any level 0 sucessfull backups. Shouldn't the input size of level 1 cumulative increase until the next level 0 backup ?
    The grid reports:
    Backup Name Status Start Time Time Taken Type Output Devices Input Size Output Size Output Rate (Per Sec)
    rman_df_lv1c COMPLETED 25/Jul/2011 21H00m WEST 02:33:29 DB INCR SBT_TAPE *1.32T* 289.02G 32.14M
    rman_df_lv0 FAILED 23/Jul/2011 02H01m WEST DB INCR SBT_TAPE 8.78T 8.06T
    rman_df_lv1c COMPLETED 21/Jul/2011 21H00m WEST 04:39:38 DB INCR SBT_TAPE *3.46T* 550.82G 33.62M
    rman_df_lv1c COMPLETED 20/Jul/2011 21H00m WEST 04:47:36 DB INCR SBT_TAPE *3.37T* 524.36G 31.12M
    rman_df_lv1c COMPLETED 19/Jul/2011 21H00m WEST 04:06:09 DB INCR SBT_TAPE *3.15T* 490.75G 34.03M
    rman_df_lv1c COMPLETED 18/Jul/2011 21H00m WEST 03:40:24 DB INCR SBT_TAPE *2.49T* 410.88G 31.82M
    rman_df_lv0 FAILED 16/Jul/2011 22H16m WEST DB INCR SBT_TAPE 6.27T 5.69T
    rman_df_lv1c FAILED 14/Jul/2011 21H00m WEST 06:13:40 DB INCR SBT_TAPE 4.38T 714.30G 32.62M
    rman_df_lv1c FAILED 13/Jul/2011 21H01m WEST 04:40:45 DB INCR SBT_TAPE 3.25T 542.98G 33.01M
    rman_df_lv1c COMPLETED 12/Jul/2011 21H00m WEST 07:15:54 DB INCR SBT_TAPE 4.74T 847.93G 33.20M
    rman_df_lv1c COMPLETED 11/Jul/2011 21H00m WEST 07:26:40 DB INCR SBT_TAPE 3.78T 766.40G 29.28M
    rman_df_lv0 FAILED 9/Jul/2011 02H32m WEST 04:30:44 DB INCR SBT_TAPE 749.89G 716.02G 45.14M
    rman_df_lv1c FAILED 7/Jul/2011 21H01m WEST 04:49:24 DB INCR SBT_TAPE 2.16T 515.90G 30.42M
    rman_df_lv1c FAILED 6/Jul/2011 21H00m WEST 01:26:06 DB INCR SBT_TAPE 745.83G 165.48G 32.80M
    rman_df_lv1c FAILED 5/Jul/2011 21H01m WEST 00:05:48 DB INCR SBT_TAPE 58.56G 7.56G 22.24M
    rman_df_lv1c FAILED 4/Jul/2011 21H00m WEST 01:55:03 DB INCR SBT_TAPE 422.40G 79.55G 11.80M
    rman_df_lv0 FAILED 3/Jul/2011 16H32m WEST 30:22:04 DB INCR SBT_TAPE 4.53T 4.21T 40.40M

    >
    If I need a full rman restore which backups will it use? Will it be the last level 0 backup with the last level 1 cumulative?
    From http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmvalid.htm
    Validating Backups Before Restoring Them
    You can run RESTORE ... VALIDATE to test whether RMAN can restore a specific file or set of files from a backup. RMAN chooses which backups to use.
    The database must be mounted or open for this command. You do not have to take datafiles offline when validating the restore of datafiles, because validation of backups of the datafiles only reads the backups and does not affect the production datafiles.
    When validating files on disk or tape, RMAN reads all blocks in the backup piece or image copy. RMAN also validates offsite backups. The validation is identical to a real restore operation except that RMAN does not write output files.
    You can monitor what RESTORE VALIDATE does.
    Make precautions, so you do not damage the production DB!!!
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • A lot of memory is used when multiple tabs are open

    Is there anything that can be done about the insane memory usage in Firefox when multiple tabs are open? I often have 20+ tabs open and the amount of RAM that Firefox uses when I have it open with this many tabs is just ridiculous. As an example of this, I just restarted Firefox after checking the Windows Task Manager. The Task manager said that Firefox was using 1.2 GB of RAM. I did have 32 tabs open, but this seems excessive even for this many tabs. Some of the tabs were image heavy, but none of them had any video in them. I'd think 10 MB per tab of RAM would be plenty to cover these kinds of pages, maybe 20 MB at most. The upper end of that range would be 640 MB of RAM. Instead, it appears to be using an average of 40 MB of RAM per page when this many tabs are open.
    Is there anything that can be done to reduce amount of memory being used when multiple tabs are open? It really shouldn't need this much RAM to serve this many pages.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I bought 2 new memory card to 4 grams each - replace them in your MacBook Pro 13-inch but it will not turn on - If you are installing a card for 2 and one for 4 d all works - tell me what could be the problem

    I bought 2 new memory card to 4 grams each - replace them in your MacBook Pro 13-inch but it will not turn on - If you are installing a card for 2 and one for 4 d all works - tell me what could be the problem

    I assume that you have installed new RAM in your MBP.
    It would be helpful if you indicated the EXACT model/year MBP that you have.
    What the the RAM specifications that you are trying to install?
    Ciao.

  • So I need a laptop for college, which I will also use for personal use. I've decided to get a MacBook Pro without Retina display and am trying to decide the specs.

    Here are the things I will do with this laptop:
    -Writing essays for college (which will be a lot)
    -PowerPoints
    -Personal Writing (Stories and things like that)
    -Internet Surfing and Research (which means multiple tabs at a time)
    -Watching Videos and Streaming Anime (DVDs, Hulu, Crunchyroll, etc)
    -Downloads (PDFs)
    -I don't play games.
    So, with all of this in mind, what kind of specs and OS would be best? I will admit to not knowing a lot about computers and what's needed to do what I want, or much about the technicalities. I do know that I will be using 8gb of RAM, though I am not sure about HDD vs. SSD. I've basically been living off my iPad for Internet and stuff for the past two years and writing my papers at campus, but now that I'm going to be taking more English and writing-based classes, I'm going to need a laptop.

    There's only one non-Retina MacBook Pro being sold by Apple now - the 13" on the left of the Apple Store page for MBPs.
    If I were you, I would look for a refurbished 2012 15" from Apple. You can add RAM and a SSD (should you choose) yourself.
    Clinton

  • Which apps will be useful to login gtalk on iphone 4?

    Hi Everyone,
    Anyone have an idea that which apps is useful to login to GoogleTalk ?
    Thanks in advance.
    Henary

    I ended up doing it manually as there was 18 apps but I still would like to know the answer to my above post.
    xeni

  • Which tool will you use when you design Ejb...I just wanna to know!

    I'm a beginner!@_@
    and,yes,you can help me!
    thank you!

    As for me, good tools are:
    Together ControlCenter 6.0 www.togethersoft.com
    XDoclet
    www.sourceforge.net/projects/xdoclet
    JBuilder 6.0 www.borland.com/jbuilder
    I gave you three tools because they differ from each other a lot.
    TCC is Java/J2EE/UML tool, XDoclet is a JavaDoc extension which can be
    easily added
    to the build process, JBuilder is well-know Java IDE.
    "one_dust" <[email protected]> wrote in message
    news:3cbcfbdd$[email protected]..
    >
    I'm a beginner!@_@
    and,yes,you can help me!
    thank you!

  • Question: How can I delete pre-installed icons on safari for Disney, ESPN etc. which I will never use?

    Question:  How can I delete pre-installed icons on safari such as Disney, ESPN?

    Tap on the Bookmarks icon, then on Favorites, and then tap on Edit, you can delete each Icon as you require.

  • How does DIAdem keep track of which version is active when multiple versions are installed?

    I need a way to find out which version of DIAdem is active, without creating an automation reference. How does DIAdem keep track of this? I don't think it's through the registry as far as I can tell. Thanks.

    Hi,
    I'm not quite sure what you mean by "version of DIAdem is active". If you are trying to reference DIAdem from an external program, you will need to use an automation reference. Besides this case, I am not sure what you are referring to.
    Perhaps a short description of your application or intended use will help me point you in the right direction.
    Allen P.
    National Instruments

  • How to start a particular version of Photoshop when multiple versions are installed

    I have written a small software that automates a few functions in PS CS2.
    Till now it was working just fine with PS CS2. Now due to some unknow reasons the client has installed CS 4 and CS 5.
    Now my clinet want that the software should be able to detect all installed version of PS and allow him as user to choose as to with which version of PS my software should automate.
    Is this possible?
    If yes and how to achieve it?
    Oh! I have also abserved an unusual behaviour. I don't know whether it is because of my software or because of PS.
    By default when my software executs this automation script (generated using Script listner)
    Rem =======================================================
      Dim objApp
      Set objApp = CreateObject("Photoshop.Application")
      Rem Use dialog mode 3 for show no dialogs
      Dim dialogMode
      dialogMode = 3
      Dim id11
      id11 = objApp.CharIDToTypeID("setd")
          Dim desc3
          Set desc3 = CreateObject("Photoshop.ActionDescriptor")
          Dim id12
          id12 = objApp.CharIDToTypeID("null")
              Dim ref2
              Set ref2 = CreateObject("Photoshop.ActionReference")
              Dim id13
              id13 = objApp.CharIDToTypeID("Prpr")
              Dim id14
              id14 = objApp.CharIDToTypeID("GnrP")
              Call ref2.PutProperty(id13, id14)
              Dim id15
              id15 = objApp.CharIDToTypeID("capp")
              Dim id16
              id16 = objApp.CharIDToTypeID("Ordn")
              Dim id17
              id17 = objApp.CharIDToTypeID("Trgt")
              Call ref2.PutEnumerated(id15, id16, id17)
          Call desc3.PutReference(id12, ref2)
          Dim id18
          id18 = objApp.CharIDToTypeID("T   ")
              Dim desc4
              Set desc4 = CreateObject("Photoshop.ActionDescriptor")
              Dim id19
              id19 = objApp.CharIDToTypeID("HsSt")
              Call desc4.PutInteger(id19, 1)
          Dim id20
          id20 = objApp.CharIDToTypeID("GnrP")
          Call desc3.PutObject(id18, id20, desc4)
      Call objApp.ExecuteAction(id11, desc3, dialogMode)
      Call SetUndoTo1CS3
    It will automatically start that version of PS which was last running before the system was shut down.
    Let me try an explain this in a different way:
    To get my software to talk to a particular version of PS I have to perform the following steps:
    Start that version of PS in I am interested
    Open a file and save is under a different name
    Close PS
    Restart my PC
    After performing all these steps when my software automates PS that version of PS will start which was last run.
    Any idea as to what is going on?
    Please help me solve this problem.

    The answer is somewhat easy until you start talking about launching 32 or 64! When you call CreateObject you specify which version you want. Most of the time you want the current version so you say "Photoshop.Application". But you can say "Photoshop.Application.11" for CS4 or .12 for CS5. You could look in the registry to see which keys are present and pose a question to your user.
    --------------- 32 and 64 bit fun ---------------------
    If you are on a 64 bit OS you have two versions of Photoshop installed beginning with CS4. If your application is a 64 bit application and you are the correct user you can see into both the 64 bit registry and the 32 bit registry. If you are a 32 bit application you only see the 32 bit side of the registry.
    What I do is run my VBScripts via the cscript application and I launch cscript in either 32 or 64 bit mode.
    Here is my test:
    Launch 32 bit version of photoshop via cscript in 32 bit mode and specify the version:
    E:\h:\windows\SysWOW64\cscript \files\VBScripts\TestLaunch10.vbs 11
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    Trying to launch Photoshop.Application.11
    DOM library
    11.0.2
    H:\Program Files (x86)\Adobe\Adobe Photoshop CS4\
    Done
    Launch 64 bit version:
    E:\cscript \files\VBScripts\TestLaunch10.vbs 11
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    Trying to launch Photoshop.Application.11
    DOM library
    11.0.2
    H:\Program Files\Adobe\Adobe Photoshop CS4 (64 Bit)\
    Done 
    You can see from the path that the correct version is launched.
    Here is a snippet of the code...
    appName = "Photoshop.Application." & vStringSet app = CreateObject(appName)

  • Which import setting to use for numbering?

    I know that my question is probably addressed in the Aperture manual, but I do not understand it well enough and so am asking for help.  I am going on a four week trip during which I will be using two cameras often on the same day.  At the end of each day I want to import all of my photos to Aperture into one project.  I want the photos in the project to be arranged and numbered sequentially according to the date and time taken, irrespective of which camera was used.  Each subsequent day I will do the same thing, all photos going into the one project.  I will "attach" the same custom name (e.g. Europe) to all images, but want the sequential numbering as I stated.  Thank you!

    As Léonie said, there are good reasons why someone would want descriptive filenames. Another reason is that metadata is, unfortunately, not 100% reliable. It can "drop off" under certain circumstances such as transferring between computers, opening/saving them in different applications, sending through email, etc. I have many files (including photos) with the wrong creation date in the metadata.
    The only reason NOT to rename your master files is that the "don't import duplicates" won't work as it relies on filenames. So if you don't import your entire card, then erase it, you might end up imporing duplicates. But that's another topic.
    To get back to the OP's question, if I understand you correctly you want:
    1. All your photographs to be sorted by date/time in Aperture.
    2. All your filenames to be descriptive.
    3. All your filenames to be sequential.
    To get number 1, you don't need to do anything other than set the date/time in all cameras the same. Aperture will use the metadata to sort them sequentially by date/time irrespective of the filenames.
    To get number 2, just rename on import (or later as batch) to whatever you want.
    To get number 3 is the harder one. If you want the filenames sequential by date/time taken, and you don't want long filenames as I described above, you could store your photographs in a folder outside of Aperture and then import them all after the trip is finished, renaming on import. Or you could do a batch rename after you have them all in. Either way, you'll have to wait until you finish the trip to do it so you can do them all in one go.
    Alternatively, you could import at the end of each day and remember the sequence number you left it at the day before and put that into Aperture when you import the next day. It will work, but it requires you to remember to do it. I know I would screw it up. If you're more disciplined than I am you could try it that way. But you don't import directly from the cameras, you have to drop them into a folder on your Mac first.
    So the process would be, at the end of each day:
    1. Create a temp folder on your Mac to put your photos into.
    2. Copy all photos from Camera 1 into the temp folder.
    3. Copy all photos from Camera 2 into the temp folder.
    4. (Optional) Copy all photos from your phone into the temp folder. Don't use PhotoStream to get related photos from iPhone/iPad. Copy them manually with Image Capture.
    5. Open Aperture and import the entire day's shoot in one go. In "Rename Files" choose "Custom name with Counter" for Version Name (create one if it doesn't exist) and the first day click on the little arrow next to it. This will reset the counter to zero. Give it the name you want (e.g. Europe) and tick Rename Original File.
    The next day do the same. If you haven't imported anything else since, the counter will continue where it left off. You can check (and change) by clicking on the Version Name option and choosing Edit in the drop down. You'll see "Incrementing coutner starting at...". Just ensure that's the next number from the last day's import.
    As I said, Aperture will remember the number, so unless you've imported something else, this should work fine.
    Let me know if it doesn't make sense.

  • Which app should we use view photos installed by the pen drive.?

    which app shoul we use to view a photo installed by the pendrive?

    Use Preview.
    Hope that helps.

  • Drag drop objects to multiple target areas

    Hi,
    I am trying to  make a quiz on metals. I have several elements which i want to fall into  multiple target areas (e.g. the target areas are shaded grey in the  following swf; metal_mc, nonmetal_mc, metalloid_mc). I can make  individuals match to target areas (as there are tutorials for that) but i  want each one to be able to slide in to any target area (and someday i  want to create a solve button which will then place each element in the  correct place).
    http://megaswf.com/serve/65365/
    I  have started all over and have designated only chlorine to move (for  the moment) but how do i code it to allow it to fall into any of the  grey areas?
    var objectoriginalX:Number;
    var objectoriginalY:Number;
    chlorine_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    chlorine_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    function pickUp(event:MouseEvent):void {
        event.target.startDrag(true);
    function dropIt(event:MouseEvent):void {
        event.target.stopDrag();
    chlorine_mc.buttonMode = true;
    function pickupObject(event:MouseEvent):void {
    event.target.startDrag(true);
    event.target.parent.addChild(event.target);
    objectoriginalX = event.target.x;
    objectoriginalY = event.target.y;
    (I would like to do it in AS3)
    any ideas or other similar tutorials most appreciated.
    many thanks,
    sosodef

    If you are not familiar with using the trace function, you should become familiar with it ASAP.  It is made for troubleshooting... it is your firend in finding things out.
    If you place...
    trace(event.target.dropTarget);
    before your conditional line, you will see what you are actually looking at wrt the dropTarget.  Your code from yesterday is not what you just showed, it was...
    if (event.target.dropTarget != null && event.target.dropTarget.parent == matchingTarget){
    As for that first bit of code, remove it for now.  It is AS2 which will not work in an AS3 file, and the stuff inside the function is not legitimate code in any AS version.

Maybe you are looking for

  • Problem: Plain J2SE Adapter Engine

    Hello, I have installed the Plain J2SE Adapter Engine. On the Adpater Engine running a SOAP Adapter. When i try to test the Adapter i become following error Message: java.net.ConnectException: Connection refused: connect      at java.net.PlainSocketI

  • PowerMac G4 533DA & HDTV - video resolution / refresh rate problem

    Hope someone can help, I need to access more resolution / refresh rates than I currently get in the Leopard display control: I have a PowerMac G4 533 Digital Audio running Leopard 10.5.8 (unsupported).  It has an upgraded AGP videocard, a ( flashed P

  • Bookmarks in Adobe Reader iOS

    Hello, How to see bookmarks on iPad?  The file I have has already bookmarks created on Acrobat writer desktop version. I have the latest version of the iPad app and my file is large around 450 pages.  The file has been saved to see Bookmarks panel an

  • How to connect router to time capsule

    Hello! I have a time capsule as a main router connected to ISP. And my plan is to connect wi-fi router NetGear WNR612 by ethernet and have another wi-fi hotspot. I plug a cable from LAN port on Time capsule to WAN port on NetGear, but cannot login to

  • Extract slow moving

    OGG Version 11.2.1.0.6_03 OS - RHEL 5.8 We have encounter an issue where extract Lag stops moving but Checkpoint is keep increasing. Example: EXTRACT     RUNNING     ETEST    29:02:57      35:52:01   --send extract status   --> Don't know why current