I am uninstalling an application in eclipse through command line (by using p2director), and if I want that to take effect I wanted to restart my eclipse or exit my eclipse and reopen it for next installation.
For that I have tried the -clean(as the first command) command as below, but that does not work for me.
cmd_line_path> eclipse.exe -clean
Can I get some inputs how can the same can be done ?
Thanks !