My JAWS app seems to work, but dies quickly

Hello All -
Firstly, here is a link to my app: http://www.xurg.com/jaws/apps/index.html
I have been messing with JAWS and JNLP all day. My server is set up right and everything. I created a JAR file with my app inside and made a link to my JNLP file. JAWS told me I had many errors all day, but I think I've fixed them all. If you run my app you'll see it apears to load fine, but then after loading nothing happens! I don't know where to go from here. Below are sniplets from my related files:
sgp.jnlp<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for SGP Application -->
<jnlp
  spec="1.0+"
  codebase="http://www.xurg.com/jaws/apps/"
  href="sgp.jnlp">
  <information>
    <title>SGP Application</title>
    <vendor>XURG Games 2004</vendor>
    <homepage href="docs/sgp/index.html"/>
    <description>SGP Game Demo</description>
    <description kind="short">A demo of a game using the Swing Graphical User Interface.</description>
    <icon href="images/sgp.gif"/>
    <offline-allowed/>
  </information>
  <resources>
    <j2se version="1.4+"/>
    <jar href="jar/sgp2.jar"/>
  </resources>
  <application-desc main-class="Games/SGP/SGP"/>
</jnlp>/META-INF/MANIFEST.MF
Main-Class: Games/SGP/SGP
I have tried messing with the Manifest.mf file a bit. I've put main, SGP, and the full package path to SGP (Games/SGP/SGP) where SGP is the file with my main.
Any Suggestions? Thanks in advance!

Your game seems to work just fine (I can't test it to much, I'm at work ;-)
Failed to load Main-Class manifest attribute from
sgp2.jar
my jar file is setup like:
/T3/*
SGP files
/META-INF/MANIFEST.MF
hmmmmmmmDid you try : java -hjar sgp2.jar Games.SGP.SGP
btw, I would use Games.SGP.SGP in the main class attribute of the JNLP file...

Similar Messages

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • CC 2014 nik efex - My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either

    My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either.  Help with this?

    BINGO !!!!
    Thanks so much Woodsroad. I had the exact same problem with my Dell Windows 7 64 bit with AMD Radeon 6700 Video card.
    All the video tests passed with flying colors.
    The sniffer rename trick fixed the problem.
    Thank goodness for the internet!

  • I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files the error message is  could not be opened. The movie's file format isn't recognized. "  Any help or are they corrupted

    I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files, the error message is  "could not be opened". The movie's file format isn't recognized. "  Any help or are they corrupted?

    Sounds to me like the file is probably corrupt. If you had hard drive corruption or damage, that could easily result in recovered files not being fully intact. If you were trying to recover accidentally deleted files, it's possible they might have been partially overwritten before recovering. There are never any guarantees with file recovery.
    Without more information on the circumstances that led you to try recovery, it's hard to give advice on what to try from here. You could always try another file recovery tool, like Data Rescue 3. Just be sure you're taking appropriate precautions when doing recovery. See Recovering deleted files.

  • [Fwd: Re: Mbean method seems to work, but nothing happen]

    Forwarding to security news group for help ...
    -------- Original Message --------
    Subject: Re: Mbean method seems to work, but nothing happen
    Date: 18 Jun 2004 15:25:51 -0700
    From: Claudio Lazo <[email protected]>
    Reply-To: Claudio Lazo <[email protected]>
    Newsgroups: weblogic.developer.interest.management
    References: <40d21c98$1@mktnews1>
    Hi Folks,
    I have news about this case and maybe help you to help me find out how
    to follow
    to give the next step.
    I am using SimpleSampleRoleMapper sample at dev2dev to test my case. I
    discovered
    something I had not figure out until now.
    weblogic.management.commo.WebLogicMBeanMaker creates an class called
    SimpleSampleRoleMapperImpl.java which has my method "resetCache" but
    empty, so
    back to documentation I think i understood what they wanted to say when
    said :"
    If you included any custom operations in
    your MDF, implement the methods using the method stubs." (Located in page
    http://e-docs.bea.com/wls/docs81/dvspisec/credmap.html#1142366)
    So now I can´t find a reference to do a link between
    SimpleSampleRoleMapperImpl.resetCache()
    method
    and SimpleSampleRoleMapperProviderImpl.resetCache() method.
    So Anyone know how to make that connection, or maybe some reading I can
    do to
    write my implementation?
    Thanks again
    Claudio
    Claudio Lazo <[email protected]> wrote:
    Hi Folks,
    I have created a Custom RoleMapper Security provider, who is a MBean,
    I included a custom method called resetCache who do some reset inside
    it.
    The problem is when I try to call the method no exception is thrown,
    however no line inside the method is executed.
    So my question is if there is something I am missing, I am able to see
    with my client properties inside MBean.
    I ejecute method using mBeanHome.getMBeanServer().invoke(mBeanName, "resetCache",null,null);
    Any help is valuable, thanks
    Claudio

    Hi Folks,
    I have news about this case and maybe help you to help me find out how to follow
    to give the next step.
    I am using SimpleSampleRoleMapper sample at dev2dev to test my case. I discovered
    something I had not figure out until now.
    weblogic.management.commo.WebLogicMBeanMaker creates an class called
    SimpleSampleRoleMapperImpl.java which has my method "resetCache" but empty, so
    back to documentation I think i understood what they wanted to say when said :"
    If you included any custom operations in
    your MDF, implement the methods using the method stubs." (Located in page
    http://e-docs.bea.com/wls/docs81/dvspisec/credmap.html#1142366)
    So now I can´t find a reference to do a link between SimpleSampleRoleMapperImpl.resetCache()
    method
    and SimpleSampleRoleMapperProviderImpl.resetCache() method.
    So Anyone know how to make that connection, or maybe some reading I can do to
    write my implementation?
    Thanks again
    Claudio
    Claudio Lazo <[email protected]> wrote:
    Hi Folks,
    I have created a Custom RoleMapper Security provider, who is a MBean,
    I included a custom method called resetCache who do some reset inside
    it.
    The problem is when I try to call the method no exception is thrown,
    however no line inside the method is executed.
    So my question is if there is something I am missing, I am able to see
    with my client properties inside MBean.
    I ejecute method using mBeanHome.getMBeanServer().invoke(mBeanName, "resetCache",null,null);
    Any help is valuable, thanks
    Claudio

  • My ipod says it is updated to most current 6.1.6, i use the rdio app and it worked but now with the update it needs 7.0 but i do not get option to update to this what do i do?

    my ipod says it is updated to most current 6.1.6, i use the rdio app and it worked but now with the update it needs 7.0 but i do not get option to update to this what do i do?

    See the chart below to determine whether you can upgrade your device and what you can upgrade to. If you do not have a Software Update option present on your iDevice, then you are trying to upgrade to iOS 5 or higher. You will have to connect your device to your computer and open iTunes in order to upgrade.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1.x
    iPhone 4                                      iOS 7.1.x
    iPhone 4S                                    iOS 8.x.x
    iPhone 5                                      iOS 8.x.x
    iPhone 5c                                     iOS 8.x.x
    iPhone 5s                                     iOS 8.x.x
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1.x
    iPod Touch 5                               iOS 8.x.x
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 8.x.x
    iPad 3                                          iOS 8.x.x
    iPad 4                                          iOS 8.x.x
    iPad Mini & Mini Retina                iOS 8.x.x
    iPad Air                                        iOS 8.x.x
    =====================================
    Select the method most appropriate for your situation.
    Upgrading iOS
       1. How to update your iPhone, iPad, or iPod Touch
       2. iPhone Support
       3. iPod Touch Support
       4. iPad Support
         a. Updating Your iOS from iOS 5
              Tap Settings > General > Software Update
         If an update is available there will be an active Update button. If you are current,
         then you will see a gray screen with a message saying your are up to date.
         b. If you are still using iOS 4 — Updating your device to iOS 5 or later.
         c. Resolving update problems
            1. iOS - Unable to update or restore
            2. iOS- Resolving update and restore alert messages

  • MacBook Pro turns on but will not load. Battery will power up and charge. The PRAM second start up seems to work, but the Apple timer continues add-infinitum. There is also a disc in the laptop so I can't load re-load software OS 10.6.1. How do I resolv

    MacBook Pro turns on but will not load. Battery will power up and charge. The PRAM second start up seems to work, but the Apple timer continues add-infinitum. There is also a disc in the laptop so I can't load re-load software OS 10.6.1. How do I resolve this problem?

    Try booting in Safe Mode by holding your Shift key down when booting. Also, try holding the eject key down when booting to eject the DVD. If you plug a mouse in and hold the clicker down when booting, that should eject the DVD.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • I can't read acsm files on my e-reader after transferring them from the pc with ADE. it seems to work, but then when I try to open the files on the e-reader it says "open failure". what's wrong?

    I can't read acsm files on my e-reader after transferring them from the pc with ADE. it seems to work, but then when I try to open the files on the e-reader it says "open failure". what's wrong?

    The acsm file is not the book, it is a ticket to get the book.  I sometimes get library books online, here is what I do.
    1. Start ADE on the computer
    2. Go to library website and find the book I want to download.
    3. Click on the download link
    4. In windows 7 a box opens asking whether I want to open( or run) or save the acsm file
    5. Click open/run and ADE downloads the book into the "Library"
    6. Transfer the book (epub file) to the reader.

  • Downloaded new 4.0 today and decided to download and sync mobile to my HTC EVO 4g which seems to work but how do I make Firefox the homepage on phone?

    Have had Firefox for years on my mac and works great. Downloaded today new 4.0 on desktop mac OS 10.6.7 and works great. Have sync and decided to follow instructions to download Firefox to my HTC EVO 4G. Seemed to download correctly and did get the 3 part key and entered fine. Firefox icon shows up with icon in list of All apps and will work if clicked upon.
    But, how do I make Firefox my home page on my phone? When I select magnifying glass key on glass I go to standard google homepage I've had since day one. I'd like to go directly to Firefox as I do on the desktop.

    Oops, I forgot a step between 7 and 8 ... before syncing the iPhone I need to explicitly send the document back to iTunes on the iPhone, or the changes won't come over at all ...
    and then one more thing ... Numbers on iOS does NOT recognize a number of key features of the OSX app, such as conditional formatting ... so after editing my document on iOS and syncing it back to OSX on my Mac, all of those settings are lost (no more conditional formatting, have to do it all over again)
    What am I doing wrong ?

  • New AIrport Extreme - seems to work, but....

    Hey all:
    Just received an Airport Extreme to replace old D-Link wireless router. Connected everything, and all seems to work as it should. But.... The AE unit's amber light on the front is continuously flashing. The Setup Guide says this indicates one of a number of malfunctions, but I'm able to connect to the internet fine via two wireless computers. I'm also able to print via the USB-to-AE connected printer.
    What does this mean? Should I be looking for what's up? Any ideas?
    Thanks,
    Carlos Alden

    If it is functioning, then that means you may not have secured your network, or some feature in the process was ignored that is unnecessary for your service to work. If it ain't broke don't fix it. But securing your network with WPA2 or better encryption if possible is a good idea since it will avoid others from using your bandwidth on your connection, in addition avoiding the possibility that a non-secure website might gather personal information easier when it is unsecured.
    Message was edited by: a brody

  • IOS 5 seems to work, but when I connect the ipad to my macbook, i get the message that itunes was interrupted when restoring. I try to restore again and I get the message "An error occurred while restoring this iPad (-50)." What should I do?

    iOS 5 seems to work on my ipad, but apparently something went wrong when restoring. I lost music and movies, and when I connect the ipad to my macbook, I get the message that itunes was interrupted when restoring. I try to restore again and I get the message "An error occurred while restoring this iPad (-50)." What happened and what should I do?

    I have had the same issue since day 1 of the ios5 installation.  I always hit "Cancel" and then the iPad eventually shows up again in iTunes.  Then a few hours later, I get the same message again.  Annoying, but I've not found a way around it.

  • G560 PXE error; OneKey Recovery seems to work, but then I get BSOD upon boot

    I've got a 3-year old G560 and a few days ago, I ran into a PXE error out of the blue. I didn't really change anything about the computer's setup, and it may have been caused by commuting the laptop.
    I already went through the whole F2 setup regimen of disabling network boot, changing over to compatible mode, trying every combination of boot order, etc.
    When I was in compatibility mode, I was able to get the OneKey Recovery to work. There's no DVD involved, seems like it's stuck in that partition. I never set a restore point, but I didn't mind a factory reset. So I did the OneKey factory reset and it took about 15 minutes and it seemed to be okay, but then when I try to start the laptop, it will show the Windows logo, freeze there for a few seconds and then it flashes the blue screen of death for a split second (impossible to capture the error codes).
    If I try it in safe mode, it shows the files that are being loaded, and it BSODs right after classpnp.sys
    Now, I guess my main question is if OneKey will appear to work and yet maybe the HDD (hard drive) does not work. Could it be a matter of just replacing the hard drive? I did pull out the hard drive and re-mount it. Also the motherboard and re-mounted it. Is the OneKey function separate from the hard drive?
    The laptop is so old that I wouldn't want to invest much money in its repair (warranty is past expiration date), but it's also been my daily computer, so I wouldn't mind if it was just a case of replacing a hard drive. With these problems, would it just be possible to make Ubuntu into my primary operating system by using an install disc?

    hi stophammertime,
    Welcome to the Forums.
    It looks like you have some bad sectors on the HDD that's why the OKR didn't work or for some reason, OKR worked but the bad sectors corrupted the OS installation files. To verify this, you will need to run diagnostics on the HDD (try ultimatebootcd as it has diagnostic tools for ever brand of HDD's)
    Also, the OneKey Recovery runs on a hidden partition on the HDD (usually the last few sectors of the drive). It's possible to trigger the OneKey Recovery if the partition structure isn't damage but if the target drive has bad sectors (i.e. Drive C:\), it may fail to image the drive or corrupt the installation files.
    If verified that you have bad sectors on the HDD, you will need to replace the HDD and from here, you can:
    1. Use a recovery disc to restore the default OS (this is only psosible if you have created one using this method)
    2. If you can still read the COA product key at the bottom, you can burn an ISO copy on this website and use it to clean install Windows into your PC (if you get issues activating Windows, try to activate by phone).
    3. Scratch Windows and use Ubuntu as you're primary OS.
    Hope thish elps
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • HT201263 I am confused if my daughters i pod is blocked. Everything works except safari. I did block it when we thought we'd lost it but when we found everything seemed to work but can not go online

    I need to know please when you request a block what it does to the i pod touch. We thought we'd lost it..., blocked it and then found it again. Most things appeared to work but cant seem to go online. I have done a full system restore on it and updated to ios6, but still no internet. Please help!!!!!

    Restore to factory setting/new iPod if you have not done so already
    Does the iPod connect to other networks?
    Does the iPod see the network?
    Do other devices connect to the network?
    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>GeneralReset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Authentication with App Service Gateway worked, but now fails

    So I was trying to authenticate my app with the App Service gateway so that I can access my locked down Api App. I have set up identity providers for both Google and Microsoft, and all was working wonderfully. I was making some tweaks with how I was handling
    the authentication token, so I was hitting the authentication code 3-4 time a minute. Everything was great until suddenly the web page stopped opening up.
    I did some digging and it seems that the gateway simply cannot handle my requests anymore. I am now getting 500 responses and the streaming logs for the gateway host web app spat out an IIS error page that I've pasted at the end here... To me the
    error looks like it's coming from the gateway code. So what is going on? I've tried restarting both the gateway and the host for the gateway, I've tried changing the pricing tier to a non-shared plan in case something on the machine was crashing, and
    I've tried accessing the /signin-google page on both my mobile app and desktop browser (both fail with 500). I assume that recreating the entire resource group and associated gateway would solve the problem, but I don't know that this won't happen again. So
    any tips you have would be appreciated, thanks.
    IIS Error page:
    HTTP Error 500.0 - Internal Server Error
    The page cannot be displayed because an internal server error has occurred.
    Most likely causes:
    IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
    IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
    IIS was not able to process configuration for the Web site or application.
    The authenticated user does not have permission to use this DLL.
    The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
    Things you can try:
    Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
    Check the event logs to see if any additional information was logged.
    Verify the permissions for the DLL.
    Install the .NET Extensibility feature if the request is mapped to a managed handler.
    Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click
    here.
    Detailed Error Information:
    Module
       __DynamicModule_Microsoft.Owin.Host.SystemWeb.OwinHttpModule, Microsoft.Owin.Host.SystemWeb, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_63ffbacd-0ee6-4727-806c-1c01b9b82249
    Notification
       MapRequestHandler
    Handler
       ExtensionlessUrlHandler-Integrated-4.0
    Error Code
       0x00000000
    Requested URL
       https://chipexchangeresources8ff2d21b21f84262ae5c1b3af4dc04ca:80/signin-microsoft
    Physical Path
       D:\Program Files (x86)\SiteExtensions\ApiAppsGateway\0.9.29\signin-microsoft
    Logon Method
       Anonymous
    Logon User
       Anonymous
    More Information:
    This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
    View more information »
    Microsoft Knowledge Base Articles:

    No, it wasn't anything to do with Insights. Actually coming back after a weekend cleared my mind enough for me to spot my foolish error. It turns out I had accidentally switched the login and redirect urls,
    From
    Login: <gatewayurl>/login/google
    Redirect: <gatewayurl>/signin-google
    To
    Login: <gatewayurl>/signin-google
    Redirect: <gatewayurl>/login/google
    I just didn't notice at the time because /signin-google looks like a signin url rather than a redirect one. As soon as I switched back to using the /login/google one everything is back to working smoothly. Sorry for the false alarm, but as a side note I
    don't think the gateway should be throwing an exception if there is no auth token.

  • Windows 8 reset failed, my laptop seems to work but the performance isn't the same and refresh/reset isn't possible anymore

    My problem started when I found a trojan (win32/skeeyah.B!plock) in my computer. Both Windows Defender and Malwarebytes detected it and claimed to remove it, but to be sure it was gone (I read online that it's hard to get rid of that one) I decided to perform a reset. I chose the deep reset option, it took about 5 hours to reach 92%, and then I got a message that the reset had failed. It gave me some options, and I chose to repair windows so I could keep using my machine. I had to set it all up again, like windows was really installed again. It seems to be working fine but it's a bit sluggish, and it bothers me that the reset failure might have left some broken files.
    After testing it for a while, my only problem other than sluggishness was that I couldn't install google chrome ("Clickonce_bootstrap.exe - system error" was the message I got when the installation failed) but it bothered me enough to want to perform a refresh, to fix anything that might have been left broken. When I tried to do this, I got a message asking me if I trusted the source of the files that were attempting to perform changes on my computer, and listed my own hard drive as the source. I chose to trust it, and then I got a message telling me that the files needed to perform the refresh weren't in my computer, so I was prompted to insert the install disks. They didn't come with my laptop (Dell Inspiron), but I saved the installation files into a usb stick before doing the reset (Using Dell Recovery and Back Up), so I inserted the usb, and it told me that these weren't the right files. After that, my only option was "Cancel". Same thing happened for both refresh and reset.
    Like I said, the computer seems to be functional, but I'm afraid the system might be unstable and crash on me randomly. Is there anything I can do?

    Do not reinstall Windows 8, it is obsolete. Instead make installation media for Windows 8.1 with Update 1:
    http://dellwindowsreinstallationguide.com/download-microsoft-windows-and-office/download-microsoft-windows/download-windows-8-1-retail-and-oem-iso/ 
    The only problem is selecting the correct edition likely Windows 8.1 or Windows 8.1 Single Language.
    Use DISKPART → CLEAN ALL:
    http://dellwindowsreinstallationguide.com/cleaning-up-a-drive-format-vs-secure-wipe-ssd-and-hdd/
    Then install Windows 8.1 with update 1 directly:
    http://dellwindowsreinstallationguide.com/a-clean-install-of-windows/a-clean-install-of-windows-8-1/windows-8-1-installation/
    You can install with a local account, then install the system drivers in the correct order:
    http://dellwindowsreinstallationguide.com/downloading-drivers-checking-hardware-ids-and-downloading-and-installing-dell-system-drivers-in-the-correct-order/driver-installation/
    If you need help identifying variants provide hardware IDs:
    http://dellwindowsreinstallationguide.com/downloading-drivers-checking-hardware-ids-and-downloading-and-installing-dell-system-drivers-in-the-correct-order/checking-hardware-ids-in-the-device-manager/
    After installation of the drivers you may then install Dell Backup and Recovery the latest version is here:
    http://downloads.dell.com/FOLDER02909509M/1/Backup-and-Recovery_Application_64M9D_WN32_1.8.1.71_A00.EXE
    This will create a new recovery partition on your system that is Windows 8.1 with Update 1. You may then switch for a Microsoft Account.

Maybe you are looking for

  • Video podcast on non-video ipod

    I wanna download ask a ninja podcast so I can listen to it on my 20 gig iPod, but its a video podcast. Will I be able to listen to it on my iPod without the video? Or will it just not work?

  • I have an enlarged screen.  How do i get it back to its normal size?

    I have an enlarged screen that will not go back to its' normal size.  How can I get rid of this large screen?  I have lost the option to use File, Force Quit. There is no yellow button to drop the current screen and there is no red button to quit the

  • Can I manually update my 4g ipod touch when its in recovery mode?

    My ipod got a failed update message half way through the 5.0 udate. Its now in recovery mode. I have downloaded the newests upgrade and have it saved on my pc. Is there a way to manually apply this so that Im not forced to download the upgrade throug

  • Finding iPhoto stored pics using Finder

    Thanks to all in advance for what is probaby a simple answer / solution. In June, I upgraded everything in order to be "cloud" compliant. This included iLife so I am running iPhoto '11. Prior to this upgrade, I was able to locate photos with Finder b

  • Photoshop CC & Briadge CC not connected

    How to get images from Bridge CC to open in  Photoshop CC  in the file - open with - ?