Autodownload disabled, still shows warning...

I have to support several legacy applications built against previous versions of Java (1.4 and 1.6), these applications would prompt to install the version they were built against when they were first accessed from a new user profile... as none of our users are administrators this was causing some headaches which we have resolved with the following:
c:\windows\sun\java\deployment\deployment.properties
deployment.javaws.autodownload=never
deployment.javaws.autodownload.locked
deployment.insecure.jres=never
deployment.insecure.jres.locked
While this does prevent the user from only having the options to install the legacy Java version or not run the application, the users are still receiving a warning message which I'd like to know how to suppress:
Warning - Old Version of Java Requested
This application would like to use an old version of Java (1.6.0_18) that is not installed on your system. We recommend running this application with the latest version of Java on your computer.
The buttons that are presented are "Run with the latest version" and "Cancel", cancel of course stops the application from running and thus the user from working. Run with the latest version allows the application to run, but the user is presented with this same dialog again every time they go to use the application. It's rather ridiculous, and this is with an application for which we've installed certificate and what not so it's trusted otherwise. Can this be suppressed? Can I get Java to a point where it just runs and if something isn't working correctly my tier 1/tier 2 staff can troubleshoot an actual issue instead of having to visit workstations just because?

Microsoft has a Knowledge Base article on this. Try this link:
http://support.microsoft.com/support/kb/articles/q169/8/08.asp
HTH,
Carl Rapson

Similar Messages

  • Signed applet still shows:"warning:applet window"

    I have signed a cab file for use with IE.
    But it always shows the message "warning:applet window" in the status bar.
    Am I missing something?
    Should not be signing enough to eliminate this message??
    regards
    -S

    Microsoft has a Knowledge Base article on this. Try this link:
    http://support.microsoft.com/support/kb/articles/q169/8/08.asp
    HTH,
    Carl Rapson

  • Disabled fonts still showing up in programs

    I have over 1700 fonts and most of them are disabled through Font Book.
    However, all of them still show up in programs like Photoshop and Illustrator.
    It's murder having to scroll through the whole list, esp. when most of them shouldn't even be visible.
    Am I getting this wrong? What's the point of Disabling a font in Font Book? Why are they still showing up?

    • Yes, I asked on the Adobe forums as well. No luck there.
    • Can't strip down to a nucleus of fonts. I'm a graphic designer and I'm often font matching.
    • No, it's not just a Snow Leopard thing. I first noticed this at work and I haven't upgraded there yet.
    • I'll tackle the bad fonts next.
    Anyway, I finally got it working as it should!
    Thing is, i'm not quite sure what I did as I was trying so many things.
    If this is happening to you, this is what I did:
    1. Search for AdobeFnt.lst files and zap them. (Make sure you don't delete similarly named db files.)
    2. Zap everything in the /Library/Cache/... All of it!
    3. This "undid" all of my "disabling" in Font Book. Had to do it all over again.
    4. Reboot.
    And make sure no Adobe apps get opened at all during this process. Not sure about this but I wanted to prevent them from attempting to cache fonts before I was through disabling.
    ...Whew!

  • Unchecked show icon preview but still showed icon preeviews / ikon preview (thumbnail) can not disable,

    Systems and Network
    2 iMac Intel i5, 8 GB Ram, 1 TB SATA HDD, Mountain Lion (10.8.5 or 10.8.4 )
    1 iMac Snow Leopard (10.6.8)
    1 Mac pro Intel Xeon, 6 GB Ram, 1 TB HDD, Tiger (10.4.11)
    A few power PC G4 Tiger (10.4.11)
    1 Linux SME Server 7.5 (Samba Server)
    We are works on the Server(Linux). There ara many pictures and Text Files  (tif, jpeg, rtf, doc, txt etc.) in server folders.
         On the 2 iMac (Mountain Lion)
              Text files in the folder have viewed normal(optimum) time. But Pictures in the folder have viewed very slow and very long time.Because showing pictures icon (show icon preview) very slow on the Mountain Lion. We tried List View/ColumnView.We have waited very long time(for pictures in the folder) when we selected a folder every time.
              We unchecked show icon preview but still showed icon previews, icon preview (thumbnail) can not disable, We tried "Finder preferences", "View > Show View Options > Show icon preview(unchecked)" and  "Show icon column(unchecked)" but still "Show icon preview(checked)" and  "Show icon column(checked)"
         On the Power PC G4, Mac pro or iMac (Leopar/snow Leopar or Tiger)   
              Everythings ok. There isn't any problem.  Text files and Pictures in the folder have viewed normal(optimum) time
    This problem only on the Mountain Lion, on the other OS (Leopar/snow Leopar or Tiger) no problem.
    How to resolve this problem?
    Best Regards

    Good news: I found a solution.
    Start iTunes, remove all your voice memos from your library (back them up if you need them), quit iTunes. Restart Finder. Done. I hope that helps!

  • Disabling Minimal Download Strategy from PowerShell but still shows feature as "Activated".

    I have an interesting issue with the Minimal Download Strategy feature in SharePoint 2013. I have a script in place which will disable this feature on all sites in all site collections on our Farm. The script has been working fine and we schedule it to run
    daily at 8PM so that any new sites that get created will have this feature shut off, in case the person who created it forgot to disable it.
    As of recently, I've noticed while the script appears to be working fine, we are seeing that new sites are still showing the feature as activated in the "Manage Site Features" page. If I re-run the script, it shows that the feature is disabled
    and won't do anything. The script basically steps through all sites of all site collections in our default web application and if the MDS feature is enabled it disables it. Simple enough.
    So why am I now seeing sites that show the feature is Activated even though it is disabled? I've checked this by noting the URL that the site uses and it does not load pages from the "_layouts/15/" location. 
    The reason we have to turn this feature off on all sites is because we allow external users to access our SharePoint through a secure proxy. With this feature enabled, we have constant problems with pages not loading properly or generating javascript errors.
    Anyone have any insight into this?

    Here is the script we are using. As I mentioned, it works fine. It disables the the "Minimal Download Strategy", however when you go to the site settings it shows the feature is activated. 
    # This PowerShell script will check all sites of each site collection in
    # the default Web Application to see if the MDS (Minimal Download Strategy) 
    # feature is enabled and if so it will turn it off.
    # This script should be scheduled to run once a day to ensure this feature
    # is always disabled.
    # Register SharePoint Snap-In
    $ver = $host | select version
    if ($ver.Version.Major -gt 1)  {$Host.Runspace.ThreadOptions = "ReuseThread"}
    Add-PsSnapin Microsoft.SharePoint.PowerShell
    Set-location $home
    Write-Host "Script Running at "(Get-Date);
    $Default_WebApp = "http://vmsp2k13app.phs.org"
    # Get all Site Collections in the default Web Application
    $SPSites = Get-SPSite -WebApplication $Default_WebApp
    #Cycle through each Site Collection and its Webs (sub-sites)
    ForEach($Site in $SPSites){
    Write-Host "";
    Write-Host "Checking Site-Collection: " $Site.Url;
    ForEach($Web in $Site.AllWebs)
    Write-Host "";
    Write-HOst "    Checking Sub-Site: " $Web;
    If($Web.EnableMinimalDownload -eq 1)
    Write-Host "        Minimal Download Strategy is Enabled for this site!";
    Write-Host "        Disabling....";
    $Web.EnableMinimalDownload = 0;
    $Web.Update();
    Else
    Write-Host "";
    $Web.Dispose();
    $Site.Dispose();

  • How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    You might try contacting App Store Support: http://www.apple.com/support/mac/app-store/

  • Disabled Top Hits, but new ones still show up

    I have disabled "preload top hits" in safari, cleared history, have no bookmarks or favorites and yet random websites I visit once still show up a a a top hit when I type into the text box. Why is this happening and how can I get it to stop?

    Not other than parental oversight. On the computer you can implement Parental Controls on a separate user account that they would use. You can then block certain websites. But you cannot do that on the iPad.
    You could change your iTunes account such that they cannot access it in order to buy or download apps.

  • My iTuens account was hacked in June.  I have changed my pasword and method of payment but my account is still showing as disabled

    My iTuens account was hacked in June.  I have changed my pasword and method of payment but my account is still showing as disabled.
    I have sent at least 3 emials to Customer Service with no reply.
    What do I do?

    Contact the Apple account security team for your country and request assistance: Apple ID: Contacting Apple for help with Apple ID account security.  If you can prove your identity to them, they can reset the password and help you regain control of the account.

  • I keep getting a Warning that I'm running out of disk space. Even after I deleted all of my photos and e-mail I still show 0 available. Please help!

    I keep getting a Warning that I'm running out of disk space. Even after I deleted all of my photos and e-mail I still show 0 available space. Please help!

    Correct KiltedTim the iPhone does not have a disk drive, and it does give an error message about running out of disk space. I'm here searching for how to clear it and/or what causes it. A friends 8gb iphone 3G has started giving her that message. It is not jailbroken, has no videos, 400 songs, 20 apps. The system information says there is 0 bytes free. There is 4.6 Gb of "other" data taking up the remaining free space. None of the few apps on the phone I expect would take up that much space with data. Even her emails and saved text messages shouldn't fill 4GB. New iPhone coming in the next couple of days. Easiest to just reset the old one after the upgrade and redownload the apps to make sure not to mess things up.

  • Moved files but still showing in startup disk full now

    I moved 40 GB of movies to a portable HD but it's still showing up as 40 gb of movies even though I moved them. startup disk is full now. Don't know how to find out what and where those files are

    For information about the Other category in the Storage display, see this support article. If the Storage display seems to be inaccurate, try rebuilding the Spotlight index.
    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
    iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then restart the computer. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) or GrandPerspective (GP) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one. Note that ODS only works with OS X 10.8 or later. If you're running an older OS version, use GP.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS or GP can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install the app you downloaded in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the corresponding line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    sudo /Applications/GrandPerspective.app/Contents/MacOS/GrandPerspective
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The application window will open, eventually showing all files in all folders, sorted by size. It may take a few minutes for the app to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with the app, quit it and also quit Terminal.

  • I am having trouble removing songs from my iPhone.  i have unchecked songs in the library on my mac, but they still show up on phone after syncing.  how do I remove them?

    I am having trouble removing songs from my iPhone.  i have unchecked songs in the library on my mac, but they still show up on phone after syncing.  how do I remove them?

    Hi asims01,
    Welcome to the Support Communities!
    The information below may be able to answer your questions about how to delete songs from your iPhone:
    Deleting songs downloaded to your device
    Tap the Music app.
    Tap More > Songs at the bottom.
    Scroll or search for the song you would like to delete from your device.
    Swipe right to left on the song, and then tap Delete.
    Note: You must be in Artists, Songs, or Albums view to delete songs from your device. Deleting from a playlist won't remove a song from your iOS device.
    Also, this information can be found on page 64 of the iPhone User Guide for iOS 7
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    Remove a song from iPhone. Tap Songs, swipe the song, then tap Delete. The song is deleted from iPhone, but not from your iTunes library on your Mac or PC, or from iCloud.
    If you have iOS 7, this will delete the song from local storage, but the song will still appear with a cloud symbol in the Music app, as you've noticed. To hide the iTunes in the Cloud purchases, navigate to Settings > iTunes & App Store, and disable "Show All: Music”
    There may be a few orphaned songs on your iPhone that were partially downloaded or corrupted in some way. If that is the case, you can erase all of the music from your phone.  Follow the instructions below and select the Music app under Usage:
    iPhone, iPad, and iPod: Understanding capacity
    http://support.apple.com/kb/ht1867
    I hope this information helps ....
    - Judy

  • PSE10 still shows "edit in progress" even when file in CS6 is closed

    I have used PSE for years and love the Organiser to store and navigate round my photos. I've considered Lightroom, but have stuck with PSE10.
    I've got the trial of CS6 and am considering purchasing. I have a problem though. If I edit in CS6, do my adjustments, save the file then close it, it still shows up as edit in progress in my PSE10 photo well. This happens with whatever photos I edit in CS6. Very annoying as they are then locked. My only option is to close PSE10 where a warning comes up about changes being lost, re open it and all is well.
    Why does PSE10 think the photos are still being editied in CS6 even though they have been saved and closed?
    Help appreciated

    What I have tried is after closing the file in CS6, then opening the file in PSE editor and closing that trying to "trick" the organiser into thinking it has been closed, but no luck.
    I have no problem with PSE organiser and PSE editor. As soon as I close the file in the editor it becomes live again in the organiser. This is just with editing in CS6 then closing the file.
    After a heavy edit session I will have numerous "edit in progress" messages over my organiser with the only way of clearing to shut down and re open PSE.
    Annoying to say the least!
    Thanks for your thoughts

  • I've checked my current plugins and it still shows Adobe Acrobat Version 7 for Netscape (7.0.9.50) I tried to do the update but I got an error - "Please tell Microsoft about this problem" "Send Error Report/ Don't Send".

    I've checked my current plugins and it still shows Adobe Acrobat Version 7 for Netscape (7.0.9.50)
    I tried to do the update but I get the same error each time - "Please tell Microsoft about this problem" "Send Error Report/ Don't Send".
    Also, do I need to Disable or Uninstall the Extension: "SEO For Firefox 3.3.4 as this was highlighted?
    == This happened ==
    Every time Firefox opened
    == When I try to do the update

    http://www.microsoft.com/mac/support
    http://answers.microsoft.com/en-us/mac/forum/macword?auth=1
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/microsoft-wor d-for-mac-2011-will-not-open-error/ecc42616-6f49-40bb-b8f5-e21c711ea359

  • How to show warning message in am

    How to show warning message in am but not Stop , it still can go ahead.
    Thank you very much.

    jamras ,
    If i got you correct you wanna show user a list fo warnings after that have occured in some method in AM, and show them to user collectively, and the processing of the page should not stop in the above. What you need to do for it, is instead of throwing warning message in AM, collect all warnings in a arraylist or vector. when you navigate back to CO, iterate through this arraylist/vector and for each use pagecontext.putDialogmessage(oaexception).In this way you will be able to show all warning messages on page and your processing will not stop!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ITunes match turned off on iPhone4s but still showing a "cloud" icon

    I have signed up to iTunes Match and uploaded my entire music collection to the service.
    I have turned this functionality off in my iPhone 4s so that all music that appears on this device, should be music that is physically stored on the device.
    However, next to some albums/artists, a "cloud" icon is still showing.
    My first question is, what does this icon mean?
    Secondly, I cannot understand why this icon appears to some content and not others (see below).
    Again, all my music I have matched or uploaded to the "cloud" via iTunes Match (Windows) but with Match turned off, the icon is still appearing for some reason and only next to some content not all.
    Interestingly, no cloud icon whatsoever shows next to any individual song (under the "Songs" tab) regardless of what shows under "Albums" or "Artists" tabs:
    I am at a complete loss.
    I have turned iTunes Match on then off on the iPhone4s to try and correct the issue but no joy.
    Can anyone help?

    londonman2 wrote:
    Hi Michael,
    Though I've solved that particular problem there's still two issues with regard iTunes Match.
    Number one, I'm genuinely worried about switching it on again on my iPhone. As soon as you enable it it threatens to 'replace' the music that is already on the phone and that to me is where things start to go wrong.
    You're not the only person to be concerned by that alert dialog. As long as the songs that are already on your iPhone are in the cloud they will not actually be removed. They will remain on the iPhone.
    londonman2 wrote:
    Secondly, on my phone currently I have just 120 songs all of which 'exist' on the phone with 'Manually manage music and video's' AND 'Sync only checked songs and videos' as my iTunes set up under options...
    With iTunes Match enabled on your iPhone, those settings no longer apply. Direct syncing of music via USB or Wi Fi is disabled and all music management will take place on the iPhone.
    londonman2 wrote:
    However, if you look at the attached screen shot the unticked songs are still appearing in the list but I have deleted these from the phone. These were the leftovers of my last iTunes Match download across a 3G network last week and won't disappear from the list even though they're unchecked.
    What version of iOS is on your iPhone? This was a pretty serious bug in iOS 5.0.1, which was fixed in 5.1. But for some people, me included, it required restoring the iOS device to factory, then restoring the backup before the "ghost tracks" would go away.

Maybe you are looking for

  • Issue with Default Variable in WAD after Java Patch 7.01.7.31

    Hello all, I'm running into an issue with the Web Application Designer Template execution for a particular default variable. This started occuring after Java Patch 7.01.7.31 we had implented over the weekend. The issue is when Executing the WAD Templ

  • Virtual Private Database

    Hi All, We are using Oracle 11g R2 and we would like to implement Virtual Private Database. We have an application connected to LDAP with serveral users. The users are also created in Weblogic. The Application is using only with Oracle schema with ma

  • HP Photosmart 7520 --- poor photo printing

    Brand new printer.  $100 in toner (including Photo Black Cartridge) and using HP Photo Paper (included in Toner Cartridge package).  I have run diagnostic.  Cleaned printer heads and alignment check and this is what my pictures turn out like.   What

  • Will apple do this ?

    Hey guys i need to no if apple will maybe sell me a few spare parts to repair my 3g iphone and ya no before i go ahead down to the store i wanted to no if i could before i run down there for no reason

  • Cant receive email's from external clients

                      I have checked the the hosting website and the exchange server. I am unable to still receive external e-mail. I need to know how to check to see if the mail.domain.com is being allowed to through the firewall. I would like to also a