Hi All,
I developed one software which uses GUI(java swings) to install it but
now I want to install it on vMA which is headless linux and we can uses commands only.
How can I install it on vMA?
Is there any way so that I can use same code without much
modification or any API's which can convert gui component to command
line.
if not,then what need to be done to to achieve it.