How to get fully qualified name for a class with just the class name

I want to get the fully qualified name of the class at runtime. The only piece of information which I have is the class name.

I want to create a runtime instance of a class with the class name [Just the class name].

Is there is any way to achieve this using ClassLoader?

Could anyone suggest me an idea?

Cheers,

Vinn.

[354 byte] By [vinna] at [2007-10-3 11:30:11]
# 1
Wrong forum for this. But I'd look into the URLClassLoader instead.
Lion-Oa at 2007-7-15 13:56:44 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...