Pat Farrell wrote:Again, you have to be more specific. What classes do you mean? Those loaded from your jar file? on the disk? In the whole JVM?
There are probably more types, but I can't remember them all right now.
I mean the ones which are in my disk .
I have two packages in my project named "packageA" and "packageB" . This is a GUI application . When the user launches the application he will create a .java file and save it in a specified directory. Then user will compile the classes with in the gui and saves the .class file in a directory such as Ext/build/classes/poly/.
In "PackageB" , I need to load that .class file and get the information(just Declared filed names) form that .class file .
I tried this
I am getting an error