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では、root権限を取得するために、実行可能ファイルの前に「sudo」を付ける必要があります。
sudoでEclipseを起動するのではなく、これを行う方法はありますか?
root 権限で Java アプリケーションを実行し、プロセスをアタッチしてデバッグできます。
sudo java -jar xxx.jar -vmargs -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000
localhost:8000 をアタッチして、Eclipse でアプリをデバッグします