[BCEL-info]BCEL classloader! help
Brought to you by:
dahm
|
From: kalyan r. <cka...@ya...> - 2002-06-17 23:44:47
|
Sir, Can you send me a sample class loader which uses the BCEL api?It should input the class file, modify it on the fly and send it to the JVM.By using your API I am able to dynamically expand the byte code but I do not know how to load using the class loader. The following problems I am facing: 1) when I am importing import de.fub.bytecode.util.ClassLoader import de.fub.bytecode.util.JavaWrapper and compiling I am getting the message ClassLoader and JavaWrapper not found in import. 2) I know hot to add bytecode(using your API) to the input class file but I do not know how to implement using the ClassLoader developed by the BCEL API. Can you please send me a sample ClassLoader implemented by the BCEL API: which will input the class file, modify it on the fly and load it into the JVM. I am unable to follow the ProxyCreator.java example given in the samples...that is why I am troubling you. I will ve very thankful to you for the help Ram ===== C.Kalyan Ram 2221,S St Apt #1,Lincoln NE-68503 Email:cka...@ya... Ph:(402)742-6773 University Of Nebraska-Lincoln __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |