Dear all,

One of the tutorials provided here explain how to create a codelet. It explain after creating the codelet it should be compiled. how do I do that (the eclipse can't compile it since it dose not have any main function)?

Thanks,

enizan.

mRoskosch

Thu, 09/20/2012 - 11:03

Hi enizan,

I am working with Eclipse as well. Java Classes don't need main functions to be compileable. As long as the class or project does not have any errors, eclipse should be able to compile it. You can check the option "build automatically" in the "projects" tab in eclipse, so that eclipse will compile the files after each save.

After the file has been successfully compiled, you should be able to find the codelet or any other files in the "bin" folder where the eclipse project is located.

Regards,

Markus