Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Is it possible to load classes at runtime that are discovered from a directory

    Sorry, I missed that your earlier post was a link. Your post was a bit too subtle.
  2. Re: Is it possible to load classes at runtime that are discovered from a directory

    What if the .class files are NOT on the classpath. Will Class.forName() work?
    I think you need your own class loader to read the bytes from the .class file and make a class from it.
Results 1 to 2 of 2