You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following message appears when the JAR file is being executed through the command line, using the command java -jar FAP.jar:
This occurs due to how the application is unable to save to preferences.json, when preferences.json is read only. A similar logic applies to config.json as well.
The read only property of a file on your OS system can be manually configured by:
Right clicking the preferences.json file.
Going to the properties of preferences.json.
You will be greeted by this page:
The read only attribute of the file can be toggled under General -> Attributes.
The text was updated successfully, but these errors were encountered:
The following message appears when the
JAR
file is being executed through the command line, using the commandjava -jar FAP.jar
:This occurs due to how the application is unable to save to
preferences.json
, whenpreferences.json
is read only. A similar logic applies toconfig.json
as well.The read only property of a file on your OS system can be manually configured by:
preferences.json
file.properties
ofpreferences.json
.You will be greeted by this page:
The read only attribute of the file can be toggled under
General -> Attributes
.The text was updated successfully, but these errors were encountered: