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

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 114192

Trending Articles