Hi there,
I am new to BCEL and I am trying to edit the following class

public class BaseClass
{
    public void method1()
    {
        int x = 6;
    }
}

I want to add as integer variable (e.g. int sum ) in method1() ; which
stores the value of x *

I have gone through number of tutorials but all of them add
System.out.println(""); command to illustrate the working of BCEL, none of
them works with integer type variable.
I will be glad if some can give me the clue or code to solve the problem ...



Thanks In Advance
Zeeshan PERVEZ.

Reply via email to