using ClassParser for a *.java file?
807591Mar 18 2008 — edited Mar 19 2008ClassParser (org.apache.bcel.classfile.ClassParser) provides contained information of a java class file. I need the same but for .java file on runtime, Please suggest a solution.
One solution that clicks in my mind is to initiate the object of .java file (ofcourse i've path of *.java on disk) and then use the same ClassParser and reflextion, in this case plz let me know how to initialize its runtime object?