Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by purwar

  1. purwar

    Using Properties files in J2EE Sun app server

    Hi, You can put your properties file in the applications calsspath i.e. WEB-INF/classes directory which is the default classpath in the app server. And get the InputStream of this properties file by using following method InputStream in = getClass().getResourceAsStream("/"+file...
  2. purwar

    Problem executing jar file

    Hi, Provide some more information what you are exactly trying to do.

Part and Inventory Search

Back
Top