I have a well developed Windows application in C# and .Net, which works well in UI (Forms) mode and in command line mode as well.
However now, it is required to be able to be used on other platforms like Mac and Linux.
Would it be possible to use the same without recoding or redeveloping it in Java?