Search:

Type: Posts; User: javanub:(

Search: Search took 0.09 seconds.

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

    yup, sharing the same jvm. does it allow multiple classes run at the same time?
  2. [SOLVED] Re: placing packages of the same directory into an array

    thanks was able to do it. here's my code





    ClassLoader classLoader = RunExistingBuildAndTestplan.class
    .getClassLoader();
    try{
    Class aClass = classLoader.loadClass("testscripts." +...
  3. [SOLVED] Re: placing packages of the same directory into an array

    using the string i retrieve from the server, i am able to link that string to those classes using reflection
  4. [SOLVED] Re: placing packages of the same directory into an array

    running other classes in a class automatically
  5. [SOLVED] Re: placing packages of the same directory into an array

    yeah, reflection is totally what i need. using strings to get classes and its methods. :D wooo :-":-":-":-":-"
  6. [SOLVED] Re: placing packages of the same directory into an array

    yeah man, thats something i wanna do like what i posted in my previous thread. trying to read on it. im a nub :o:o hehe
    thanks helloworld
  7. [SOLVED] Re: placing packages of the same directory into an array

    the problem is, say i cant import all the packages in src.

    example:
    import src.*;
    get what i mean?

    if i can import them then putting them in an array wouldnt be a problem :'(!!!
  8. [SOLVED] Re: placing packages of the same directory into an array

    src packages
  9. [SOLVED] placing packages of the same directory into an array

    as above, isit possible? :o:o
Results 1 to 9 of 9