I made a Java application in NetBeans for Windows that I need to deploy to Ubuntu. In my java application, I gave the path where the Excel file will be saved with the click of a button. My address path is similar to this D: // Excel. This works fine on Windows, and the file is saved at the given address. Now my problem is that I do not know how to get the address path in ubuntu. Any help would be greatly appreciated.
source share