Search:

Type: Posts; User: ashenwolf

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Java Reflection, laoding external classes and casting

    Thanks Json, you hit it perfectly, {SOLVED}! Once i added the subdir to the classpath (netbeans here) it ran smooth as ever, and casting worked wonderfully. Excellent, not i just have to work out...
  2. [SOLVED] Re: Java Reflection, laoding external classes and casting

    dead on the money, striking both of those. looking at the first post i'm leaving out some of the process so I'm going to go over that first.

    I have three files:
    Foo
    Bar
    and Main

    Bar is a...
  3. [SOLVED] Java Reflection, laoding external classes and casting

    OK here is the meat of the issue:
    1) Start up a java program, inputting a directory
    2) program search directory for .class files
    3) program takes class files and makes a new Object instance of...
Results 1 to 3 of 3