Cannot get a Class Object for DragSource using Class.forname()

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 1.4.0
    • Component/s: client-libs
    • generic
    • generic

      This started happening on Merlin beta-b31. Executing the following code causes the program to hang:

      ----------------------------------------------------------

      import java.awt.dnd.*;

      public class SimpleTest {

          public static void main(String[] args) {
              new SimpleTest();
          }

          public SimpleTest() {
              Class target = null;

              try {
                  target = Class.forName("java.awt.dnd.DragSource");
              } catch(Exception e) {
                  e.printStackTrace();
              }
          }
      }


      ----------------------------------------------------------

      edmund.lou@eng 2000-09-14
      Swing SQE

            Assignee:
            David Mendenhall (Inactive)
            Reporter:
            Edmund Lou (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: