CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2012
    Posts
    8

    How to create a jar file with named package example

    hi,

    i need to use a package(DB ConnectionString ..etc) as library for another project..so i was created a SQLite_DAL.jar file for a class which in package folder of another project. is it correct way?

    if yes then how to use that class file of library/jar in another project..


    if i was wrong, please give me a one example how to create a jar/library with named package and how to use it..

    i am waiting for your replay..thank you in advance ...
    Attached Images Attached Images  

  2. #2
    Join Date
    May 2012
    Posts
    8

    Re: How to create a jar file with named package example

    hi, i found my answer.. thank you.. for spending with me

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured