need help
Guys,
im using netbeans 5.5 n get an error while executing following code,
private ResourceBundle i18n;
i18n = ResourceBundle.getBundle("i18n", getLocale());
the error is "Can't findbundle for base name i18n,locale en_US"
this code work well in dos prompt.
how can i correct this.
thanx

