1

I've got following scenario:

I wrote a Java class in Eclipse. After that I executed it. For example -a simple addition program.

The first Java file will be compiled and the generated class file is stored into the bin folder and then class file will be executed. So far so good.

My requirement is, I don't want to run the generated class file. Instead of execution, I only want to copy the class file into a different folder automatically. Is it possible in Eclipse?

4

0 回答 0