I am trying to use ResourceBundle#getStringArray to retrieve a String[] from a properties file. The description of this method in the documentation
ResourceBundle#getStringArray
String[]
You can use Commons Configuration, which has methods getList and getStringArray that allow you to retrieve a list of comma separated strings.
getList
getStringArray