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 ライブラリ (私の場合はbcel ) が他のコードを変更するのはいつですか?
これは、問題のクラスがクラスローダーのブートストラップ プロセスによってロードされる前または後に発生しますか?
BCEL は、アプリケーションの起動後にクラスをファイルとしてJavaClassロードします。参照を取得したら、元のクラスの変更を開始できます。どのようなシステム ClassLoader も、変更しようとしているクラスをロードしません。
JavaClass