Hi,

I was wondering if somebody could help me with the following problem: I
would like to port some of my C++ programs to Java but I'm worried about the
fact that the Java programs can be easily "de-compiled"; revealing the methods
that I've worked long and hard to develop. Is there any easy way to stop
people from doing this?

As you can probably gather, I'm new to Java and need such questions answered
before pursuing the language further.

Thanks in advance

John



John Paul Jones