The issue is the user data should be Mojang should be storing the user data in the user directory. Everything under Applications should be read only. The Java code the should be using is
String path = System.getProperty("user.dir")+"Minecraft"
Writing to the Applications directory is bad form.
The issue is the user data should be Mojang should be storing the user data in the user directory. Everything under Applications should be read only. The Java code the should be using is
String path = System.getProperty("user.dir")+"
Minecraft"
Writing to the Applications directory is bad form.