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.
URLから取得できる文字列であるクラス名があります。この文字列を取得する必要がありますが、.class方法がわかりません。使用しようとしましClass.forName()たが、フルネーム(パッケージ+クラス名)が必要です。クラスが現在のビルドパスに追加された他のプロジェクトにあることを知っている! + このパッケージ名を取得する方法が見つかりませんでした! T_T 何かアイデアをください。
.class
Class.forName()