Protection | Selenium Forum
M
Munish Sandal Posted on 15/01/2020

How to protect my project written in eclipse from others. I dont want to show that how coding is done


A
Ashish Thakur Replied on 16/01/2020

You can make a jar of the project and share the jar file to be executed. This will encapsulate the code and will not be visible to anyone then.


M
Munish Sandal Replied on 16/01/2020

I have a hybrid driven framework, where there is no main class. Can i still make the jar file of this project. If yes, then please let me know?


A
Ashish Thakur Replied on 17/01/2020

Yes, you can.