Search:

Type: Posts; User: Json

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: placing packages of the same directory into an array

    Grats, nice to see you solved your problem.

    // Json
  2. [SOLVED] Re: placing packages of the same directory into an array

    final Class<?> clazz = Class.forName("my.class.package.and.name.Here");
    final Object object = clazz.newInstance();


    Now just cast it to whatever it is you know it will be or use more reflection...
Results 1 to 2 of 2