Hello

I was using the debugger and stepping through the code, and l want to see what values are currenlty in the variables. I consulted the documentation, and it said l need to compile the program using javag and then run in debug mode, as javag sets up all the information for the variables.

But the problem is when compile in javag e.g. javag MyProgram.java it does not recongize javag.

So l looked in the bin folder, and could not see it there, or anything that looks like it.

Can you help

Many thanks in advance

Steve