How to read jar and jad files from our application folder...Please give immediate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anoopev
    New Member
    • Dec 2007
    • 1

    How to read jar and jad files from our application folder...Please give immediate

    I want to read jad and jar files from generated location in my application. How do i do this? and after reading how it is send to email by button click action. Please give me immediate response....Ple ase give me from sample codes.

    Regards
    AEV
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Originally posted by anoopev
    I want to read jad and jar files from generated location in my application. How do i do this? and after reading how it is send to email by button click action. Please give me immediate response....Ple ase give me from sample codes.

    Regards
    AEV
    Here is a tutorial on using JAR files: http://java.sun.com/docs/books/tutor...jar/index.html

    If you want to read input from a JAR file, two useful classes are :

    java.util.jar.J arFile
    java.util.jar.J arInputStream

    As for email, Sun has a forum dedicated to JavaMail. It would be a good place to search for infomation:

    Comment

    Working...