DST fix for JDK 5 - conflicting info as to which version has the fix?

It seems that there are some conflicting information on which version of JDK 5 has the DST fix.
as per this link, http://java.sun.com/javase/tzupdater_README.html, it states 5.0_7 has the fix
The US2007DST data changes were incorporated into the following releases: 1.3.1_18, 1.4.2_11, 5.0u7.
This link also from Sun , http://java.sun.com/developer/technicalArticles/Intl/USDST/, indicates that it is 5.0_6 or later.
Thanks
Can someone from Sun publish a definite statement as to which version has the fix ?

Thanks for the information.
1) It is in both places,  program files and program files (x86)
2) But.... the desktop icon to elements points to the (x86) version.
3) I was not asked to put any other discs in, i will now go and install them, thanks for the advice.  I was wondering why there were so many discs, i assumed it was mac stuff.
thanks for the feedback.

Similar Messages

  • HT5925 I have an iCloud email on my iPhone that is now old as hacked and unused. I can't access anything as it asks for that account info and I don't remember the password etc. How do I delete it and replace it with my new iPad email? ! Help..

    I have an iCloud email and Yahoo email on my iPhone that is now old as hacked and unused. I can't access anything as it asks for that account info and I don't remember the password etc. How do I delete and replace it with my new iPad email? ! Help..

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare(or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.

  • Fix for iMessage banner notifications in iOS 8.1 freezing the keyboard or touch responsiveness?

    Is there a fix for iMessage banner notifications in iOS 8.1 freezing the keyboard, and making the phone non-responsive while receiving messages?
    I have a Verizon iPhone 6 - 128gb Space Gray
    While I'm receiving banner notifications for iMessage, my phone will lock up until the notification banner clears. If I'm in the middle of typing, the keyboard will lock up and then resume back to normal once the banner goes away. No matter what task I'm doing with the iPhone, it will freeze up until the notification goes away. The touch screen becomes unresponsive. To be clear, the banner notifications are not freezing themselves. They go away on their own. But while they come in, it renders the phone useless for that 3 second time frame.
    The only temporary fix I've found for this issue is to turn off iMessage notifications all together, or just turn off banner notifications for iMessage. This has to be a software issue in 8.1 and needs to be resolved ASAP.
    I've troubleshooted every known possibility.
    * Reset network setting = Didn't work.
    * Reset all settings = Didn't work.  
    * Wipe Phone completely and start as new (did not restore from back up) = Didn't work.
    * Restore as new from iTunes (did not restore from back up) = Didn't work.
    * Visited apple store and received a replacement = Didn't work.

    Jeez, the keyboard lags behind so much and the keys seem offset

  • Updated iTunes to latest version can'tairplay music but not a rented movie, is there a fix for this?, updated iTunes to latest version can airplay music but not a rented movie, is there a fix for this?

    updated iTunes to latest version can'tairplay music but not a rented movie, is there a fix for this?, updated iTunes to latest version can airplay music but not a rented movie, is there a fix for this?

    Do you really mean the latest, as in 11.0.1?  That was supposed to include a fix for Airplay.

  • [svn:bz-trunk] 17920: Fix for WebLogic: WebLogic does not provide File IO on the deployed artifacts hence using getResourceAsStream .

    Revision: 17920
    Revision: 17920
    Author:   [email protected]
    Date:     2010-09-29 05:56:06 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix for WebLogic: WebLogic does not provide File IO on the deployed artifacts hence using getResourceAsStream.
    Modified Paths:
        blazeds/trunk/apps/samples/WEB-INF/src/flex/samples/marketdata/Portfolio.java

    check the server log;
    /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log
    you can launch the console and see if it is running; http://<server>:<port>/console

  • [svn:fx-trunk] 13169: * Fixes for two FB issues and two regressions caused by recent fixes.

    Revision: 13169
    Revision: 13169
    Author:   [email protected]
    Date:     2009-12-22 14:39:59 -0800 (Tue, 22 Dec 2009)
    Log Message:
    Fixes for two FB issues and two regressions caused by recent fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24708, SDK-24668, SDK-24827, SDK-24829
    Reviewer: Corey
    Tests run: checkintests, com.adobe.flexbuilder.project JUnit tests
    Is noteworthy for integration: Yes, fixes two FB issues
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/oem/Library.java
      modules/compiler/src/java/flex2/tools/Compc.java
      modules/compiler/src/java/flex2/tools/Fcsh.java
      modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        Modified calls into SwcAPI's setupClasses() and
        setupNamespaceComponents() to pass in the SourceList.
      modules/compiler/src/java/flex2/tools/VersionInfo.java
        Added null check to getBuild().
      modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        Modified compile() to only add elements of "classes" to "sources"
        if not already contained.  This covers the case of a Source being
        in the SourceList and the manifest.
      modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        Modified setupClasses() and setupNamespaceComponents() to check the
        SourceList before the SourcePath when looking up sources.
      modules/compiler/src/java/flex2/compiler/SourceList.java
        Made getPaths() public.
      modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        Modified setState() to skip disconnecting the root's Logger.  This
        fixes SDK-24827 and SDK-24829.
      modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java
        Added sourceList variable, modified procressSources() to
        initialize it, and modified init() to recursively store a
        timestamp for each path in the SourceList.  This fixes SDK-24708.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24708
        http://bugs.adobe.com/jira/browse/SDK-24668
        http://bugs.adobe.com/jira/browse/SDK-24827
        http://bugs.adobe.com/jira/browse/SDK-24829
        http://bugs.adobe.com/jira/browse/SDK-24827
        http://bugs.adobe.com/jira/browse/SDK-24829
        http://bugs.adobe.com/jira/browse/SDK-24708
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourceList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/VersionInfo.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java

  • I reinstalled I-Tunes several weeks ago.  Since then I can no longer burn MP3 Discs with Title and Artist Info.  Sometimes it only burns every 3rd song.  No Audio CD it seems to function OK.  The version has the "cloud" but I don't know if that matters or

    I reinstalled I-Tunes several weeks ago.  I can no longer burn MP3 Disk with Song/Artist info onto disc.  It comes up as No Artist/No Title on car CD unit.  Old MP3 Disk previously recorded still show all info.  Sometimes only every 3rd song is on the MP3 CD.  On Audio Disc there is no change and all info still shows up.  The new I-Tunes version has the "cloud" on it if that could make a difference.  In the select Burn CD mode I can select testing and add song info for Audio Disk but it shows shadowed out for MP3/Data.  I added and removed ID tagging from my list to see if that made a difference but it didn't.
    Any Thoughts?
    Jim

    This may help.  Audio files are actaully in the DATA folder.  These can be editted with Soundbooth then they must be imported intot the specific slide in the Powerpoint presentation.  Publish the presentation (as you'll read below) and *should* work This reply came from robva65 [email protected]
    Let's try this: *Publish* the PPT deck you have.  What you'll end up with is a set of files and folders, but I want you to look for the *data folder* that's created as a result of the publishing process. (Unless you specify where you're publishing to, Presenter will publish to a directory called "My Adobe Presentations" by default, so you may have to look there on your harddrive)  Inside the data folder will be a list of mp3 files, which, if everything goes smoothly, should make it much, much easier to see which audio is used by a specific slide.
    Here's what I mean: for example, after publishing, I have a data folder and inside I found the following file: a24x9x3.mp3  As I double click the mp3 file (which causes it to play using Windows Media on my laptop), I can hear that it corresponds to my slide 9 in my PPT deck.  And there's corresponding mp3 files for each and every slide I have in my deck.  I'm clicking another file (wouldn't it be nice to see what I'm doing???) a24x20x3.mp3, and that file corresponds to my slide 20 content in PowerPoint.
    So again, give publishing in PowerPoint a shot and see if that makes it any easier.  Well...not nearly as easy as recording in Audition/Soundbooth/Audacity, but it's close enough to hopefully dig you out of that hole you're in now.
    Hope this helps ~rich

  • Would an iPad be suitable for this writer? If so, which version?

    Hi all,
    Here's my situation--since a child, I've wanted to be a writer. I majored in English, writing, philosophy and religion in undergrad and then went to divinity school. I didn't have a lot of time to write since school had me writing so much (although I've loved my iBook and iMac I've used for school).
    Anyway, no sooner did I graduate--and finally have time to write for the first time--that my lumbar spine went out. It's been out since August and we still haven't been able to fix it (I say we because I've seen MDs, physical therapists, massage therapists and chiropractors). I have to use a computer at work, so by the time I get off it's unbearably painful to sit at a desk and type. Even laptops are difficult because of the posture involved.
    Would an iPad be a useful tool for writing? Are there good apps you can write with on iPads? Are there attachable keyboards I could buy so that I don't have to use the built-in, touchscreen one?
    If so, which version of the iPad would I need to look into?

    besixdouze wrote:
    Would an iPad be a useful tool for writing? Are there good apps you can write with on iPads?
    Yes it would be a good device to use for writing. small, lightweight, portable, etc. There are many word processing apps available in the app store, Pages, Documents to Go, Smart Office, FioWriter .... you will need to check them out and see which one suits your needs the best.
    Are there attachable keyboards I could buy so that I don't have to use the built-in, touchscreen one?
    There are many Bluetooth keyboards available for the iPad. Look at some on them and see which one works for you. You can use the Apple wireless keyboard with an iPad.
    Best BlueTooth Keyboards for iPad
    I do not use a wireless keyboard, but these look pretty nice to me.
    http://www.logitech.com/en-us/keyboards/keyboards
    This one looks really sweet.
    http://www.zagg.com/accessories/zaggkeys-ipad-profolio-plus-keyboard-case.php
    If so, which version of the iPad would I need to look into?
    Go for the gusto. The iPad 4 - with the retina display. The storage size of the device would be something that only you can determine. The WiFi only version would probably suit you just fine based on what you have stated here.
    Apple — iPad — Compare iPad models.

  • I just bought a newer Nano and I need to upgrade my itunes for a laptop (with Windows) that no longer has the capability to go online.   Is there a way to do this?

    I just bought a newer Nano and I need to upgrade my itunes for a laptop (with Windows) that no longer has the capability to go online.   Is there a way to do this?

    Hi John,
    Thanks for your response, but if you read my first mail, it's the original serial number that I don't have. I bought the original LR as download and have misplaced the serial number. Is there any way to find it???
    Linda

  • Which version of the R12 documentation set should we use for R12 OCP?

    Good day. Hope you have sun where you are today . . .
    Which version of the R12 documentation set should we use if preparing for the R12 OCP? I am going through the various versions set out here
    http://www.oracle.com/technology/documentation/applications.html
    There are several doc sets available -
    For 12 the doc (Part) number for Application Concepts is B31450-01 (196 pages)
    For 12+ the doc number for Application Concepts is B31450 -04 (204 pages)
    For 12.1.1 the doc number for Application Concepts is E12841-02 (208 pages)
    etc
    etc
    I would like of course, to be reading the most relevant and up to date materials, but I am not sure which version of these documents the exam is based on.
    Could someone please advise, before I begin studying these?
    Many thanks in advance.
    DanA.

    Duplicate post
    Oracle Certification Program

  • How can I confirm that fix for JDK bug will be in certain JDK update?

    Currently I am struggling with one of JDK bugs (link to issue). We would need it fixed in one of the JDK7 updates.
    According to Oracle's bug tracker this bug has been fixed in JDK 8 and backported to JDK7 for version: JDK 7u66 (link to issue). Last released JDK is 7u60.
    According to Oracle's page the next release of JDK 7 is planned for 15th of July (see page) but it states that it is going to be " Critical Patch Update" only.
    Can we be certain that with the update on 15th of July we will get our bug fixed based on info from Oracle's bugtracker? Will this issue be included despite the fact that it will be "Critical Path Update"?

    Confirm it?
    Only way to do that is to wait for the patch and then test it.  Nothing else is valid.
    If you have some sort of contract with Oracle then you have a support line and you can ask them.  But even if they say yes it doesn't mean it will be there.
    You could figure out the fix yourself and apply it to the VM using a command line option.

  • On iPhoto you can click info and see which camera was the source for the photograph, is there any way to identify which camera took the video on iMovie?

    Is there a way to determine which camera was the source for video clips in iMovie?  You can do this in iPhoto by clicking info but I can't find out how to do it in iMovie.

    Not as far as I know.  (you can often tell from the file name format).
    Geoff.

  • Conflict resolution manager having which spid at the database server.

    Folks,
    I've come across a situation where in one of the
    1.SID was generating high redo SID - 1098 .
    2.when i checked what this sid was doing - i figure out that it belongs to a report set, still having the sid at the database server.
    3.The client process id(12041) of thie SID(1098) is shown as the spid shown in the system column at system administrator --> concurrent manager --> Administer --> Highlight conflict resolution manager --> click processes.
    4. I understand that we need to grep for the osporcess "ps" using spid and not using "client process id" (process from v$session). Please clarify.
    5.when I grep for 10241 it is indeed pointing to CRM process. but when I query for spid (12055) associated with sid (1098) it points to a Reports set which completed error and generating some kind of redo ( which triggered all the above questions).
    6.Now the question is should we be checking for SPID (120550) associated with SID(1098) which says (LOCAL=NO) and safe to kill. as the status of the SID says inactive, though the last_call_et is just showing 1.
    Thanks in advance.

    Run the queries in these docs to determine the database session details of a running concurrent program.
    bde_request.sql - Process and Session info for one Concurrent Request (11.5) [ID 187504.1]
    How to Find Database Session & Process Associated with a Concurrent Program Which is Currently Running. [ID 735119.1]
    How to Retrieve SID Information For a Running Request [ID 280391.1]
    If the request has completed and you suspect the database sessions is still active, edit the query and correct the status of the request (from running to completed).
    Thanks,
    Hussein

  • I want to download the 1080p film version via iTunes on my PC for my iPad 3. But which version am I getting ?

    I've just bought a new iPad and want to give it a run through with a 1080p movie, so I chose Girl with the Dragon Tattoo.  I have a ceiling on my broadband download of 20GB/month.  I wanted to download the movie once onto my PC via iTunes and then sync it to the iPad and potentially to my iPhone 4S.  However, when I think I've done this download, I look and it appears, by the size of the download I've just got the SD version on my PC. I've subsequently gone back in and checked the box in my preferences to prefer 1080p to 720p.  Does iTunes, take a look at the hardware you are downloading to and make a judgement call as to whether it is up to running 1080p ? (My PC is)  I've looked a bit more closely at the boxes on my PC iTunes and indeed the buy HD box is grayed out, even I clicked the HD option on the film, and more confusing is the fact that in the HD description there is only a 720p version listed.  Now when I go to my iPad, which I synced, there is a 1080p version listed there in the iTunes store, and it tells me that the film is downloaded to my iPad.  So does anyone know which version I have on my iPad, and why on my PC version of iTunes (which is 10.6.1.7) there is only a 720p version listed, whereas on the iPad version of the store there is a 1080p version listed ? I guess the moral of the story is download via the device you actually want to use - but I'd prefer not to download multiple versions of the film for different devices and prefer not to download such large files over wifi.

    It seems you have not admin privileges on your pc. However, to circumvent that try the following. Right click your favorite browser and choose run as admin. Download the computers appropriate itunes version (32 or 64 bit) from apple's website. Again right click the downloaded installation program and choose run as admin. This should install it.
    HTH

  • I have a DVD folder (VOB files)that was rip for me.  They play correctly though it has the minus icon and the folder empty and I can't get permission to retrieve my home videos files .

    I have a DVD folder (VOB files) that was rip for me form my VSH.  The DVD play correctly though it has the minus icon on the folder and appears to be empty and I can't get permission to retrieve my home videos files .

    You're not dealing with your typical DVD-Video data structure with a SONATA_VOLUME.  This type of data structure is designed to prevent someone from extracting the data and it's very effective at doing so.  You've probably already found that the applications that allow you to copy, extract and convert the standard DVD-Video data structure (a "VIDEO_TS" volume) will not work with a SONATA_VOLUME (apps like Toast, MactheRipper and Handbrake).
    While making a digital copy is pretty much not an option with a SONATA_VOLUME, capturing the video and sound via an analog to digital capture usually works just fine.  Of course, that's not nearly as simple as popping the disc into your computer and a drag and drop or just clicking "convert" or "extract" and waiting for the copy or conversion to finish.
    Do you have any video hardware for capturing analog video?  A MiniDV camcorder will do the trick if your Mac has a FireWire port.  You'll also need video capture software.  I'd recommend a version of iMovie that supports DV-NTSC, Final Cut Express or Final Cut Pro.
    My Sony DVD recorder creates SONATA_VOLUMES while my Panasonic DVD recorder creates VIDEO_TS folders.  The Sony is unplugged and sitting in the corner.
    -Warren

Maybe you are looking for