You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by Zeeshan PERVEZ <zp...@gmail.com> on 2008/06/24 07:50:43 UTC

New to BCEL

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.