Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 114192

Re: After upgrading to OS X Yosemite, Illustrator CS3 failing to load; Reinstall prompts message: "Startup Error. Required resources are missing"

$
0
0

Great!

 

I also made a launcher with AppleScript, that can do the hard work for us:

 

tell application "System Preferences"

    activate

    set current pane to pane "Java"

end tell

tell application "System Events"

    repeat until exists process "Java Control Panel"

        delay 1

    end repeat

end tell

tell application "Adobe Illustrator"

    activate

end tell

tell application "System Preferences" to close every window


Viewing all articles
Browse latest Browse all 114192

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>