String sConfigFile = "config/mail.properties";
  InputStream in = mailSender.class.getClassLoader().getResourceAsStream(sConfigFile);
  if (in == null) {
  // File not found! (Manage the problem)
  }
  Properties props = new java.util.Properties();
props.load(in);
11 Ağustos 2007 Cumartesi
Read a properties file inside jar file
  Subscribe to:
  
Kayıt Yorumları (Atom)
0 Comments:
Post a Comment