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.
Java 9 では、JDK ディストリビューション内にJShellと呼ばれる REPL が導入されています。アプリケーションを実行しているJDKのJShellに接続し、その実行中のアプリを参照するコマンドを実行する方法はありますか? たとえば、アプリコードからいくつかのメソッドを実行したり、オブジェクトを検査したりします..?