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

Re: Illustrator CS3 crashes after Yosemite upgrade

$
0
0

You can also make a launcher with AppleScript:

 

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 86170

Trending Articles



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