Skip to content

Instantly share code, notes, and snippets.

View matheusmoreira's full-sized avatar

Matheus Moreira matheusmoreira

View GitHub Profile
@matheusmoreira
matheusmoreira / I18n.java
Created February 22, 2011 00:13
jar.getNextJarEntry() never seems to return anything other than null
// I18n.java
// Excerpt for question on StackOverflow
// http://stackoverflow.com/questions/5061554/how-do-i-access-the-content-of-folders-inside-a-jar-file
/**
* Private implementation method.
* @return a list containing the locales implemented by the resource bundles
*/
private static List<Locale> getLocaleListFromJar() {
List<Locale> locales = new ArrayList<Locale>();