Eclipse Spawning AppleScript

AppleScript droplet to spawn multiple instances of Eclipse on Mac OS X. Just drop Eclipse.app file onto the droplet. (WordPress code formatting FAIL, they don’t support AppleScript)


on open eclipse_file
	set eclipse_file_path to POSIX path of eclipse_file
	do shell script quoted form of eclipse_file_path & "/Contents/MacOS/eclipse &"
end open

2 Comments so far

  1. koldfyre on August 6, 2008

    Whoa, how did you do that cool code section??
    Is that only available in premium/downloadable version of WordPress? If so, what is the command?

    Ed
    4ppleScript

  2. jonas714 on August 6, 2008

    Code formatting is available in the free version. Check out this link for instructions.

Leave a reply