I have created an application in swing also created an installer for the same application.
both installer and the application run perfectly on windows system.
but my problem is when i try to run it in mac os it is not run perfectly with all data.
I have found that in my application i have used ".xyz" type property files and directory to save some data, so in mac os "." prepended serve as hidden file.
it gives error like
Error: /Users/userxyz/Library/Application Support/.appdir/.propertydir/.logininfo (Permission denied)
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
Is there any one who have solution to resolve above error?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…