Search:

Type: Posts; User: Json

Search: Search took 0.09 seconds.

  1. Re: running a class from another projects, reflection

    Are you really sure that it is of type JInternalFrame?

    Try doing a sysout with the class name.


    System.out.println(obj.getClass().getName());

    Then again if you REALLY know what type it will...
  2. Re: running a class from another projects, reflection

    Hello,

    To be able to load classes using reflection the class will have to be on your running programs classpath or you will get a class not found exception.

    So for instance you might have a...
Results 1 to 2 of 2