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.
Eclipse は正常にロードされ、可能な変更を加えることができましたが、突然変更を加えてファイルを保存しようとすると、次のエラーが発生します。
Save could not be completed. try file > Save as... if the problem persists Reason: Unable to lock file c:\workspace\ws\.jazz5\.jazzlock
>jazzlock ファイルをホーム ワークスペース フォルダーから削除し、Eclipse を再起動します。それは私のために働いた!
ビルド定義の下の「Load repository」フォルダーを変更して、ビルドをやり直してください。.jazzlock ファイルを削除し、ビルドを実行するために Eclipse をシャットダウンすることは、「ヘッドレス」で行われる場合にのみ機能します。
ありがとう。