Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apple Script Editor でコマンド do shell script を実行しており、それを保存してアプリケーションとして実行したいのですが、実行中に Permission Denied..? というメッセージが表示されます。解決方法を教えてください。これはすべてMacOsxで行っています
コマンドは次のとおりです。
do shell script "xxx.jar"
このコマンドをスクリプトとして実行している間、このコマンドは正常に実行されていました。