Is Adobe CS5.5 working fine with Yosemite ?

Hi, I've read some and other things in different forums so I don't know what to think. I'd like to know if anyone here updated from Mavericks to Yosemite and is using Adobe CS5.5 (Photoshop - I know about the Java thing - Illustrator, Indesign, Acrobat, Dreamweaver…). How does it go ? Thanks a lot.

***SOLVED***
In case you don't want to install JRE6 at all and simply use JRE8 without symlinking it to the JRE6 either you can do the following:
Copy the Info.plist located at the path named below to e.g. ~/Desktop/:
     /Library/Java/JavaVirtualMachines/jdk.1.8.<…>/Contents/
and then replace
     <key>JVMCapabilities</key>
     <array>
     <string>CommandLine</string>
     </array>
with the following:
     <key>JVMCapabilities</key>
     <array>
     <string>JNI</string>
     <string>BundledApp</string>
     <string>WebStart</string>
     <string>Applets</string>
     <string>CommandLine</string>
     </array>
Afterwards copy the file back to its original location (you need administrator rights). For this change to take effect you need to restart your computer. The dialog for Java 6 should shouldn't appear anymore and Photoshop should launch just fine using JRE8.
On a related note it appears that this plist change sticks even after updates done through the Java Preference Panel in the System Preferences.

Similar Messages

  • I can't send emails from Mail. I have three different accounts set up and have the same problem with all. The mail just sits in my outbox. All worked fine until Yosemite upgrade. Recent update has not fixed problem.

    I can't send emails from Mail. I have three different accounts set up and have the same problem with all. The mail just sits in my outbox. All worked fine until Yosemite upgrade. Recent update has not fixed problem.

    I have been experiencing the same problem. My mail app won't even open on my Late 2011 Macbook Pro. It will show as open, but the app will never actually show up.

  • Recently bought new printer. All works fine with one OSX user. However, cannot print anything on other OSX user, including cannot print Adobe PDFs or to new printer. Puzzling!

    computer = Mac PowerPC G5
    OS = 10.4.11
    Adobe Acrobat 7
    HP laserjet M1212nf
    I recently bought a new HP printer. I was on an admin user when I installed it. All works fine with this admin account/user. I can print to the HP, print to Adobe PDFs.
    However, when I then go over to another user account, I cannot print *anything*. I cannot print to Adobe PDF, cannot print to the new HP. If I try to print an excel file, it says "cannot communicate with the printer" along with some useless suggestions. If I try to print a page on FireFox, nothing happens. That is, sure I get the usual dialog box, click the appropriate choice of printer, click the number of copies, then click the OK button ... and nothing happens. No pdf process is started. Nothing is sent to the HP printer.
    The fact that both printer options are not working suggests it is some kind of OS problem, not specific to either printer "device".
    Any assistance is appreciated! Thanks!

    Hi BDAqua,
    Thanks for the suggestion. I'm a bit leery of trying that. I would think that if the driver was not installed, then none of my users could use the printer. However, both admin users can use the new printer. The list of available printers is:
    Adobe PDF 7.0
    New HP Printer
    I also used to have Old HP Printer, which I  removed. Before, Users A, B and C could use both the Adobe PDF and the Old HP printers. Then, after I added the New HP Printer, it showed up in the list of printers for all three users. However, after I added the new printer, only the two admin accounts, users A and C, can actually print anything. Both users A and C can use the Adobe PDF printer AND the New HP Printer. But I get error messages with user B, for both the Adobe PDF printer and the New HP Printer.

  • Adobe quit working in firefox. How do i get it working again? (it works fine with Chrome)

    Adobe quit working in firefox. How do i get it working again? (it works fine with Chrome)

    After years of enduring problem after problem with Firefox, including the problem with choppy playback of video, I finally found a solution that I really like. It's called, "GOOGLE CHROME."

  • How to register a PDF Viewer application to work fine with IE

    (Working on Windows 7 Pro x64 / IE 8)
    I've developped my own PDF minimalist reader application (to run on kiosk PCs) and I cannot make it work fine with IE. Every time i try to follow a pdf file link in a web page, IE ask me if I want to open or to save the file. working on kiosk PCs, i don't
    want the final users to be able to click "Save" in order to prevent them from browsing drives !
    When using Adobe Reader on the PC, clicking a pdf link results in the file opened automatically in Adobe Reader.
    Here is what I've added to the registry :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf]
    @="PCLSPDFViewer.Document"
    "Content Type"="application/pdf"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\OpenWithProgids]
    "PCLSPDFViewer"=""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\OpenWithList]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\OpenWithList\pclsPDFViewer.exe]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer\shell]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer\shell\open]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer\shell\open\command]
    @="C:\\pcls\\pclspdfviewer.exe \"%1\""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document]
    @="Ducment PCLS PDFViewer"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document\shell]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document\shell\open]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document\shell\open\command]
    @="C:\\pcls\\pclspdfviewer.exe \"%1\""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/pdf]
    "Extension"=".pdf"ege
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\pclsPDFViewer.exe]
    @="C:\\pcls\\pclspdfviewer.exe"
    What did I missed ?

    Hi
    Chris RENAUD 768,
    First of all the PDF files should be set to be read by the application you developed by default.
    To set the default program:
    Control panel \Programs \Default Programs \Associate a file or protocol with a program
    In IE8 There used to be a key called HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}  which stored the File Types that could either
    Auto-Open or not. We can create a .bat file to automatically add a value here to achieve the goal.
    The code is as following:
    @ECHO OFF
    reg query HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}
    if "%ERRORLEVEL%" EQU "1" (
    reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}" /f /v "PDF.File" /t REG_NONE
    Note: Please Back up the registry before you modified the registry and delete the key  {0002DF01-0000-0000-C000-000000000046} if it has existed in the registry before you ran the .bat file.
    Best regards

  • When I try to play youtube video I get the message of blocked plug-in, and I can not play video using Safari. (Youtube works fine with google chrome) I tried installing flash player HTML5 etc... but still no difference.

    I just installed OSX Mountian Lion, and ever since then I can not play youtube video's. I get the message of 'Blocked Plug-in' in the youtube screen. I have tried installing Adobe Flash Player. HTML 5, also tried enabling/disabling java, but nothing worked out. Is there any way I can play youtbe vieos on Safar. (It works fine with Google Chrmoe, only safari has problem)

    If you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. Safari > Preferences > Extensions
    It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    Try uninstalling the currently installled Flash plugin (required for most YouTube content) then reinstall new >  Troubleshoot Flash Player | Mac OS
    From your Safari menu bar top of your screen click Safari > Preferences then select the Advanced tab.
    Select:  Show Develop menu in menu bar
    Now from the menu bar click Develop > Empty Caches

  • No sound after installing flash player 11.3.300.262, have mozilla 13.0.01, working fine with flash player 11.2.202.233

    Have no sound after installing flash player 11.3.300.262. Working fine with flash player 11.2.202.232

    hello, unfortunately this seems to be a bug in adobes flash plugin 11.3. please refer to the following forum entry on how to handle the issue or report the problem with your system details to adobe.
    http://forums.adobe.com/message/4483563
    https://bugbase.adobe.com/index.cfm?event=bug&id=3210964

  • Hi, I can't update my Photoshop in the CC. all other programs are working fine with the updates. only photoshop isn't.  I've already tried to uninstall, and install again and it didn't work.

    Hi, I can't update my Photoshop in the CC. all other programs are working fine with the updates. only photoshop isn't.  I've already tried to uninstall, and install again and it didn't work.

    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • I am transmitting data over internet and WiFi ,it's working fine with internet but when I choose WiFi for data transmission data is not being transmitted. What may be the possible issues of data transmission failure over WiFi?  Please help me.

    I am transmitting data over internet and WiFi ,it's working fine with Internet but when I choose WiFi for data transmission data is not being transmitted. What may be the possible issues of data transmission failure over WiFi?     Please help me....
    Thanks in Advance.
    Neeraj@iDev

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • My Bose Companion 5 speakers are not getting detected in mac pro. They are working fine with other machines (including mac).

    My bose companion 5 speakers are not getting detected on Mac Pro. They are working fine with other machines (including friend's mac)

    Same Issue here. I had a similar issue with my Bose USB speakers when I upgraded to Maverick. I've had the speakers since 2010 and had no issue with my 2006 Mac Pro or my iMac till the Maverick upgrade, contacted both Apple and Bose with no luck but an Apple update fixed the issue.
    I wonder if other USB speakers have an issue or is it just BOSE USB speakers. But my Companions did work fine with my Mac Pro and iMac 27 till the Yosemite update with an initial issue with the Maverick upgrade it was definitely an Apple issue not Bose. I have both Boise Airplay and Blue tooth speakers that seem OK it is only the USB Companions that don't work.
    Will look forward to a solution.
    Thanks,
    Rich

  • TS3899 Cannot send email with new iPad air.  Works fine with old iPad and iPhone.

    Cannot send email with new iPad air.  Works fine with old iPad and iPhone.  I have deleted account and reinstalled.

    Thanks.  I got the problem fixed.  Spent time with the Apple folks and was kicked up to a senior advisor.  It seems the problem was with my internet provider - Tmie Warner.  Remember I could use the old ipad and the iphone to send mail.  I checked all the specifics between the three units.  It seems that TW is changing over from the RR.com  to TWC.com.  Since the new ipad air was just set up, it fell under the new TWC mail specifics. 

  • Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it

    Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it at all.

    Without proper system information and the application logs nobody can tell you much.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • I have a mid-2010 iMac and just purchased a 2TB TC, can't join existing wireless network with AC standard so attached to iMac via ethernet with TC wifi turned off.  How do i access TC now? not showing up in disk utility or on desktop. working fine with TM

    I have a mid-2010 iMac and just purchased a 2TB TC, I just found out that it can't join existing wireless network with new AC standard so attached to iMac via ethernet with TC's wifi turned off.  How do i access TC now? not showing up in disk utility or on desktop. It is working fine with TM.  My cheeper seagate drives etc kept crashing, so i didnt trust cheeper back up options anymore.  Connected those drives to TM via firewire and could see the drives and access them.
    Also, I didn't want to bridge TC with my new fios router that I paid 100 dollars for, to get N speed and also paying 10 dollars more a month for fast speed.  I heard that bridging slows down everything and then there can be port issues with mail etc.  I connect to the internet via airport only and it is pretty fast. Getting over 50mbs downloads and over 30mbs uploads.  Plus everything in my home it connected to my fios router, airport express for music streaming, two apple tvs, vuezone camer system.  I really didn't want to monkey around too much with my system.  But are there other options to connect the new TC.  Can't find info anywhere for this and called apple who gave me the info above.  after hanging up, i see that i cant access my TC and I am wondering if i would have to reset it to turn wifi on again to make changes to the drive, turn off blinking light  or repair it in disk utility if it should become corrupted.
    For other with similar issues i did solve some other problems: when i connected it to my ethernet port on my iMac wifi stopped working.  Found that I had to turn off the ethernet in the system>network screen, but then TM didn't see the TC so i restarted after changes and then it saw it.
    Now a rant.  I can't believe in this wireless age that Apple would make a product that cant join a wireless net work.  The apple rep said i could return it and look for the previous TC that would join an existing wireless network.  Are we going backwards?
    Thanks!
    lennydas

    Ok... it is getting a bit clearer but there are still some questions.
    I connect to the internet via airport only and it is pretty fast.
    I was assuming airport in this statement in your first post meant the TC or the Express.. but I now realise we are still in the mass confusion stage where apple calls everything wireless an airport. So what you mean is the airport internal card of the computer??
    Also, I didn't want to bridge TC with my new fios router that I paid 100 dollars for, to get N speed and also paying 10 dollars more a month for fast speed.  I heard that bridging slows down everything and then there can be port issues with mail etc.
    I think this is mistaken.
    Putting the TC in bridge mode plugged into your FIOS will not slow the network.. nor will it cause mail or port issues.. in bridge the TC is just a fancy WAP and switch plus the network hard drive.
    If the computer is close it will be faster than the FIOS.
    You can run both wireless networks with different names.. so it is clear which is which. But you can also setup roaming so the computers themselves pick which is the best wireless.
    I tried extending the wireless net work and tried joining wireless network, but the TC kept crashing and I had to keep resetting the TC.  the Apple support person said these, extend wireless network and joint wireless network, are no longer a connection option with the new TC because of the new AC protocol.
    Thanks again!
    You cannot extend to a non-apple wireless router.
    You cannot use join a wireless network because when you do the ethernet ports will be cut off.
    But that has not changed.. I don't think Apple support is correct.. there has been no change with the AC model.. it is simply a fact that apple routers do not work in join wireless mode other than as a dumb client. The same applies to AC as to the earlier version.. but I have asked another person to check this.
    Join in the express is the only apple router that still allows an ethernet connection.
    For now you best use of the TC is bridged to the FIOS. Wireless you can sort out between several options.

  • Macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again

    macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again lik it did before

    If you have records that show that you've taken your MacBook Pro in for a year to fix the machine, I would escalate the problem to Apple Customer Relations - unfortunately I don't have a number for Spain.
    It would only seem logical to me that if you've been trying to have the machine repaired during the time that the 'recall' was in effect that you should be eligible for a new logic board. But only customer relations will be able to make that call.
    Good luck - take the issue as high up the food chain as you can and see what happens.
    Clinton

  • When i go to a website that requires a security code be typed in, the web site appears but the security code to be typed in is blank, however it works fine with Internet Explorer

    when i go to a website that requires a security code be typed in, the web site appears but the security code to be typed in is blank, however it works fine with Internet Explorer

    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    * You can see image settings in Tools > Options > Content: Load Images
    * You can see all exceptions in Tools > Options > Content: Load Images > Exceptions
    * You can check the Tools > Page Info > Media tab for blocked images (scroll through all the images)
    Some security software and extensions also can block images.
    See:
    * [[Troubleshooting extensions and themes]]

Maybe you are looking for

  • Have to reinstall Flash after every reboot.

    Windows 7 - IE9 - Flash version 11.0.1.152 - Plugins and OS up to date - ESET Smart Securty 4 I get prompted to install new version of Flash after a reboot, so it happens at least once a day. I install Flash and it installs just fine and works until

  • Safari 2.0.4 under 10.4.7 jerky scrolling

    This topic is also being reported on several other forums. I have confirmed the problem on 3 different intel based machines (haven't tried a PPC based machine). Safari 2.0.3 under 10.4.6 scrolls smoothly, but Safari 2.0.4 under 10.4.7 scrolls terribl

  • Getting Undeleted Topic to Appear in Client Working Folders

    I'm testing out the Undo Deletion function in RoboSource Control and am having a little trouble getting an undeleted/restored topic to appear in RoboHelp HTML. (This is RoboHelp X5.) After I undelete a topic, I can see it in the database using RoboSo

  • How to improve the updating a sql server table with another table in Oracle

    Hi there. I am trying to do the next updating in SSIS UPDATE S SET S.COLUMN_A = OT.COLUMN_A, S.COLUMN_B = OT.COLUMN_B FROM  SQLT1 S INNER JOIN ORACLET1  OT ON S. COLUMN_C = OT.COLUMN_C This is what I am doing: I am taking the Oracle data with the ODB

  • Import settings for Music and Videos

    Hi I have my iTunes set up so that when I import music, it copies the files and keeps it organised in the iTunes folder on my Mac hard drive However, I want to import my videos into iTunes, but I don't want it to import them into the iTunes folder, i