Pls just tell me how - CS6 Yosemite Java

so confused with all the advice on this everywhere I'm looking

update a 2011 macbook pro to 10.10.2 - now illustrator cs6 does not open

It gets "to open"Adobe Illustrator CS6.app", you must install the runtime Java SE 6 legacy."

the link goes to Java for OS X 2014-001 also On Java for OS X 2014-001 - Apple Support , but these pages say "download the latest version of Java for OS X directly from Oracle. Download the latest version of Java for OS X directly Oracle ."

I downloaded from here https://www.java.com/en/download/mac_download.jsp?locale=en and rebooted several times, still no joy

all os and applications up to date - I'll really hate are the solution is to uninstall all my adobe apps and reinstall - resettlement works in fact - that is what Miss me (he worked perfect until I updated 10.10 on 10.8)

THIS WORKED for me PRETTY effortlessly (installed the Latest Java from Oracle and operate terminal 2 codes) of Kals #7:

Why not install the latest version of Java from Oracle (currently Java 8) and try the solution I linked to? You can create the folders manually in the Finder, or simply copy and paste the following commands in the Terminal (a both of course) to create automatically:

sudo mkdir /System/Library/Java/JavaVirtualMachines/1.6.0.jdk Pei

sudo mkdir /System/Library/Java/Support/Deploy.bundle Pei

Saved to uninstall/reinstall Adobe...

Tags: Illustrator

Similar Questions

  • You could just tell me how to get to the photo shop, so I can work on the photos?

    Please just tell me how to get to the photo shop. I'm not interested in learning all about photo shop, I just change my photos.

    You have a copy saved in Photoshop, or a trial version which is still valid, or you are looking to get Photoshop?  If you want to buy Photoshop, there are a variety of flavors to the choice.  Go to the page linked below to find them and links to acquire the software.

    http://www.Adobe.com/products/photoshopfamily.html?promoid=JOLIW

  • I have just refrehed Firefox, but have lost the upper left menu which had 'Bookmarks' 'tools' etc. Can you please tell me how to get that back?

    I have just updated Firefox, but seems to have lost the menu on top left of the page (very useful) who had a number of elements, including the 'bookmarks', 'tools' etc.. On the far left of this 4/5 menu item is the logo of Mozilla.

    Can you please tell me how to get it back?

    Hi Peter, to activate different bars on and outside, including the Menu bar, you can use one of the following methods to view the list of the toolbar, and then select the desired bar (s) there:

    To activate the menu bar, toolbar bookmarks or other bars, click it in the list.

    Is - that you are looking for?

    If something isn't quite right, it is possible that an extension has been tweaking the menu/toolbar area...

  • Someone please tell me how open/read a file on my Mac OS Pro Tour/Yosemite .asf. Please help, frustrated!

    Someone please tell me how open/read a file on my Mac OS Pro Tour/Yosemite .asf. Please help, frustrated!

    of course, it's another format darn owner, so you will need a copy of Windows media player for mac.  (or VLC) there is a way to convert, however, but I suspect it will not free

    Good luck

    John B

  • How to install Java or uninstall Yosemite?

    Upgraded my macbook in Yosemite. Some applications do not work, say they need Java SE 6, a "legacy" Java version. Not vital apps, but I would like to make.

    MacBook is now painfully slow and buggy. I have to keep applications force - quit smoking. iPhoto has disappeared. I don't know the upgrade was a good idea.

    I downloaded Java SE 6 with Oracle. Would not install because I have a newer version of Java.

    I looked at several sites who advised on how to uninstall Java, most involving the opening of the Terminal and paste it into the code. It did not work.

    I looked at how to uninstall Yosemite. The process seems very involved and delicate. A simple passerby, said one, is to use Time Machine to go back and restore the computer to a front date of upgrade. I tried this but the button 'restore' on Time Machine for archive pre-upgrade was grey and would not work.

    Suggestions? Perhaps the time to bring it to the geniuses of Apple?

    Kind of annoyed that Apple has pushed so hard to upgrade - using deliberately annoying guests who could not be removed from the screen by clicking on one of the "remind me in an hour', 'remember that night', or 'call back me tomorrow" buttons.

    Sorry, I did not clear. My preference is to resolve the problem of Java. If this cannot be done, I would uninstall Yosemite.

  • Can someone tell me how to make a backup of 13 elements just in case my phone broke and I need to reinstall?  I use Windows 7.  Thank you!

    Can someone tell me how to make a backup of the elements 13 just in the case of my laptop broke and I need to reinstall using Windows 7.

    There should be no need to.  Download files are available through a few places and they should stay that way.

    PES 10, 11, 12, 13 - https://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-downloads.html

    PE 10, 11, 12, 13 - https://helpx.adobe.com/premiere-elements/kb/premiere-elements-downloads.html

    You can also download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • When you try to upgrade to photos in app store I get this message "the object you requested is not available in the store US." does anyone else have this problem or can you tell me how to find pictures in the app store

    "When you try to upgrade to photos in app store I get this message"the object you requested is not available in the store US."does anyone else have this problem or can you tell me how to find pictures in the app store" someone else meets this.  Is it me or is it pictures?

    Ever photos first? It should have been included when you first update of Yosemite and now El Capitan. I know that iPhotos updates get a message like that, but I didn't know the Photos app with a message with it.

    Update to iPhoto to Photos for OS X - Apple support

  • is it possible to tell me how I can make program in labview that take black and with image pixels and give the coordinates of black or white pixels again to me.

    Hello everyone

    is it possible to tell me how I can make program in labview that take black and with image pixels and give the coordinates of black or white pixels again to me.

    It depends on the image and the module LabVIEW available to you. LabVIEW can open bitmap and png files and convert them into tables: if it's really a monochromatic (depth of 1 bit) you get a table 2D boolean, T for white, F for black. Just look at the index of the item to its details (don't forget that LabVIEW does not use the order of rows and columns, so you must transpose and reflect the table). If you have a 24 bit bitmap, the table will contain the color in hexadecimal synthesis (000000 for black, FFFFFF is white and so on); Yet once, you simply check if the element of the array correspond to your requirements and get its index.

    With the vision that you module con open other pictures and perform advanced on them without convert them into tables. Anyway, you can just type the extension of your image using LabVIEW and see what you get.

    Here is a code snippet to open a monochromatic image

  • I registered by Instant ink error. Please can you tell me how I can remove?

    I've just set up my printer inkjet HP 3634.

    Please can you tell me how Opt Out of instant Ink, because I didn't www.voyages-sncf.com this?. Thank you

    Hello

    See the link below to terminate instant subscription of ink.

    http://support.HP.com/us-en/document/c03767641

  • I changed my password but cannot connect. When I reset the password they send an e-mail to my other email account, but there is no text tell me how to change

    I changed my password but cannot connect. When I reset the password they send an e-mail to my other email account, but there is no text tell me how to change it. He repeats to me just 'loading '.

    frustrating

    If you are referring to a Windows Live account, you can get help here: http://www.windowslivehelp.com

  • my freezer scandisk to 0% at the start of the computer. someone please tell me how to solve this problem

    my freezer scandisk to 0% at the start of the computer. someone please tell me how to solve this problem, and for this reason, I can't use my computer for other things as well. It is now very slow and do not file load. as adobe flashplayer doesn't load on google crome more please help me with this. I have windows xp sp2

    Yes, install xp3, the patch is only for hp AND amd pc, install from the link and then navigate to the microsoft updates and a priority scan, install, then do a custom scan and install rootkit updates, it will be a long process that you are behind in security updates , \\

    clean the pc then do the following:

    Shenan Stanley tips: will probably want to clean this machine...

     

    Search for malware:

    Download, install, execute, update and perform analyses complete system with the two following applications:

    ·                                 MalwareBytes (FREE)

    ·                                 SuperAntiSpyware (FREE)

    Remove anything they find. Reboot when necessary. (You can uninstall one or both when finished.)

    Search online with eSet Online Scanner.

    The less you have to run all the time, most things you want to run will perform:

    Use Autoruns to understand this all starts when your computer's / when you log in. Look for whatever it is you do not know usingGoogle (or ask here.) You can hopefully figure out if there are things from when your computer does (or connect) you don't not need and then configure them (through their own built-in mechanisms is the preferred method) so they do not - start using your resources without reason.

    You can download and use Process Explorer to see exactly what is taking your time processor/CPU and memory. This can help you to identify applications that you might want to consider alternatives for and get rid of all together.

    Do a house cleaning and the dust of this hard drive:

    You can free up disk space (will also help get rid of the things that you do not use) through the following steps:

    Windows XP should take between 4.5 and 9 GB * with * an Office suite, editing Photo software, alternative Internet browser (s), various Internet plugins and a host of other things installed.

    If you are comfortable with the stability of your system, you can delete the uninstall of patches which has installed Windows XP...
    http://www3.TELUS.NET/dandemar/spack.htm
    (Especially of interest here - #4)
    (Variant: http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm )

    You can run disk - integrated into Windows XP - cleanup to erase everything except your last restore point and yet more 'free '... files cleaning

    How to use disk cleanup
    http://support.Microsoft.com/kb/310312

    You can disable hibernation if it is enabled and you do not...

    When you Hibernate your computer, Windows saves the contents of the system memory in the hiberfil.sys file. As a result, the size of the hiberfil.sys file will always be equal to the amount of physical memory in your system. If you don't use the Hibernate feature and want to reclaim the space used by Windows for the hiberfil.sys file, perform the following steps:

    -Start the Control Panel Power Options applet (go to start, settings, Control Panel, and then click Power Options).
    -Select the Hibernate tab, uncheck "Activate the hibernation", and then click OK. Although you might think otherwise, selecting never under "Hibernate" option on the power management tab does not delete the hiberfil.sys file.
    -Windows remove the "Hibernate" option on the power management tab and delete the hiberfil.sys file.

    You can control the amount of space your system restore can use...

    1. Click Start, right click my computer and then click Properties.
    2. click on the System Restore tab.
    3. highlight one of your readers (or C: If you only) and click on the button "settings".
    4 change the percentage of disk space you want to allow... I suggest moving the slider until you have about 1 GB (1024 MB or close to that...)
    5. click on OK. Then click OK again.

    You can control the amount of space used may or may not temporary Internet files...

    Empty the temporary Internet files and reduce the size, that it stores a size between 64 MB and 128 MB...

    -Open a copy of Microsoft Internet Explorer.
    -Select TOOLS - Internet Options.
    -On the general tab in the section 'Temporary Internet files', follow these steps:
    -Click on 'Delete the Cookies' (click OK)
    -Click on "Settings" and change the "amount of disk space to use: ' something between 64 MB and 128 MB. (There may be many more now.)
    -Click OK.
    -Click on 'Delete files', then select "Delete all offline content" (the box), and then click OK. (If you had a LOT, it can take 2 to 10 minutes or more).
    -Once it's done, click OK, close Internet Explorer, open Internet Explorer.

    You can use an application that scans your system for the log files and temporary files and use it to get rid of those who:

    CCleaner (free!)
    http://www.CCleaner.com/
    (just disk cleanup - do not play with the part of the registry for the moment)

    Other ways to free up space...

    SequoiaView
    http://www.win.Tue.nl/SequoiaView/

    JDiskReport
    http://www.jgoodies.com/freeware/JDiskReport/index.html

    Those who can help you discover visually where all space is used. Then, you can determine what to do.

    After that - you want to check any physical errors and fix everything for efficient access"

    CHKDSK
    How to scan your disks for errors* will take time and a reboot.

    Defragment
    How to defragment your hard drives* will take time

    Cleaning the components of update on your Windows XP computer

    While probably not 100% necessary-, it is probably a good idea at this time to ensure that you continue to get the updates you need. This will help you ensure that your system update is ready to do it for you.

    Download and run the MSRT tool manually:
    http://www.Microsoft.com/security/malwareremove/default.mspx
    (Ignore the details and download the tool to download and save to your desktop, run it.)

    Reset.

    Download/install the latest program Windows installation (for your operating system):
    (Windows XP 32-bit: WindowsXP-KB942288-v3 - x 86 .exe )
    (Download and save it to your desktop, run it.)

    Reset.

    and...

    Download the latest version of Windows Update (x 86) agent here:
    http://go.Microsoft.com/fwlink/?LinkId=91237
    ... and save it to the root of your C:\ drive. After you register on theroot of the C:\ drive, follow these steps:

    Close all Internet Explorer Windows and other applications.

    AutoScan--> RUN and type:
    %SystemDrive%\windowsupdateagent30-x86.exe /WUFORCE
    --> Click OK.

    (If asked, select 'Run'). --> Click on NEXT--> select 'I agree' and click NEXT--> where he completed the installation, click "Finish"...

    Reset.

    Now reset your Windows with this FixIt components update (you * NOT * use the aggressive version):
    How to reset the Windows Update components?

    Reset.

    Now that your system is generally free of malicious software (assuming you have an AntiVirus application), you've cleaned the "additional applications" that could be running and picking up your precious memory and the processor, you have authorized out of valuable and makes disk space as there are no problems with the drive itself and your Windows Update components are updates and should work fine - it is only only one other thing youpouvez wish to make:

    Get and install the hardware device last drivers for your system hardware/system manufacturers support and/or download web site.

  • Please tell me how to make my laptop and printer work together. I have Windows XP and a series of HP Office Jet Pro K8600

    Please tell me how to make my laptop and my printer work together.  I have Windows XP and a HP Office Jet Pro K8600 Series

    The printer is turned on, power works fine, the paper is in the machine, not jams, computer is very good, I'm just not getting no response from the printer

    Hello

    Uninstall the printer, and then reinstall it by using the latest drivers from HP.

    You will find also find on the site of HP troubleshooting steps, once you enter your printer model number.

    http://WWW8.HP.com/us/en/support-drivers.html

    See you soon.

  • explore my internet does not work, please tell me how to solve this problem, it does not connect to internet

    explore my internet does not work, please tell me how to solve this problem, it does not connect to the internet while I have internet and other things could be used

    Hello

    Can you tell us more? What is the model of the unit? Do you have the same problem when using other browsers?

    Maybe you should just clear the cache or delete cookies? Try this link here.

    I hope that helps!

  • Some on could you please tell me how to get Windows Live Mail to his pre restore State.

    Original title: Windows Live Mail

    I just did a factory restore on my HP PC with Windows 7 Home Premium /SP1.  Before restoring my Live Mail looks like this:

    After the restoration, it looks like this:

    Some on could you please tell me how to get it to its pre restore State. I know that I have not yet added the second account, but I'd like to solve this problem first. Thank you

    Thanks for your help, but I had to re - download to fix my problem.

  • Can or will someone tell me how to disable 'reminder '.

    Can someone me SAY things (2), #1 - how to disable the reminder. AND #2, can someone tell me how actually DISABLE THEM COMPLETELY, I'm sure you have to go in the registry for this, but it's ok, I ALWAYS MAKE a Backup of registry FULL at any time I even just to go "Look Around."

    Thanks my friends from Microsoft!
    My BEST e-mail is: owner1998sho@gmail,com
    1. Press the button "Start" and type "msconfig" and run as administrator.
    2. Enter passwords or press 'Yes' to all the conformation to enter windows.
    3. Once there, go to the "Startup" tab and search for "Sticky notes" I think and turn it off by clicking the designated check mark located on the right of it.
    4. This will it uncheck, and now you can exit by pressing OK at the bottom.
    5. A message appears to prompt you to reboot immediately to make the changes take effect. Do what you want, anyway once you restart the reminder should note be arise upward at startup or when ever.
    Feel free to ask again if this has not solved the problem.

Maybe you are looking for

  • How to remove a month attached a letter in the Mail folder

    Hello I'm a newbie in the knowledge of mac, so please go easy on me :)) I found that attached a letter is a problem not only for me but also for many mac users, because it takes away a few GB of disk space... Tried to Google a way out the manual solu

  • What is mind spark platform search scope monitor?

    I get this from time to time... Spirit spark platform search scope monitor has stopped working please close?  I have no idea, please help...

  • Impossible to download the image to create contacts

    I think that we need to 'invite' potential "windows live contact so they repy with their own uploaded image."  Could not find documentation on it. Advice requested

  • (Redirected) Through a port USB 3 on E5400

    I have an E5400 and want to use USB 3 via either a PR03X docking station with ports USB3 or a caddy with 3 USB ExpressCard to PCMCIA location. I've updated the Windows 10 machine.  I do not understand that Dell does not support this upgrade, but it w

  • BlackBerry Leap smart dial

    Can someone tell me how to use the smart dial? I live in England and my local dialling code is 0151 - what are the settings that I have to make it work?