How to use selenium code in UiPath

I have written the java-selenium code in eclipse and it is working fine and I need execute same code in UiPath. I have tried with using Start Process activity but instead of running it is opening VS code, I have provided Java file in path and Jar file in argument section but still it is not executing. Please help me with the same, Check below screenshots.

@Sachin_Bajantri

you can use run python code activity or you can use invoke PowerShell to run file from PowerShell or you can create a batch file which executes selenium file and try to run that file using start process actvity