Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4378381

Class.forName() problem with a nested class name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.4.0
    • core-libs

      jdk1.4

      for example,
      Class.forName(java.lang.Character.UnicodeBlock);
      does not find class object for the nested class.

      To get around this problem I had to
      class.forName(java.lang.Character$UnicodeBlock);

      bae-chul.kim@eng 2000-10-11

            iris Iris Clark
            bkimsunw Bae-chul Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: