All Classes in a Package Programatically
Hello
I've had a quick look over the Java API but found nothing that caught my attention that would solve my prob, so thought i'd try you guys and see if you had any ideas.
I Need to find out the names of all the classes in a particular package at runtime, so i can populate a ComboBox.
e.g.
package uk.co.me.stuff
contains
class A
class B
class C
i'm sure you get the pitcure, I just need the String representation of the class name..
ideas on a postcard
Cheers
Andy