Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: com.Common pacakge

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default com.Common pacakge

    Hi,

    I want to compile a code and it is not working for me since I don't have the package com.common.

    Where can I download this package and how do I configure it to work on eclipse in my source files ?

    Thanks,


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: com.Common pacakge

    Why are you trying to use that package? Where did you see it described and used? Ask the person that wrote the code about how to compile it.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: com.Common pacakge

    The person who wrote the code is not reachble. Can you advice to me if this library can be downloaded from google ? I wasnt able to find it.

    Thanks,

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: com.Common pacakge

    I've never heard of it. Why do you need it?
    You may have to rewrite the code so it does not use any classes from that package.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Dec 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: com.Common pacakge

    I got a source code from a person and he told me to run it. the code in java and i copied the files to eclipse after i opened a project and got lots of errors and it seems to be related to this issue. The first line is pacakge com.common and I am not sure where can i get this package. Any ideas ?

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: com.Common pacakge

    No ideas. Why not rewrite the code so it does not use classes that you don't have?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Common Java Mistakes
    By helloworld922 in forum Java Programming Tutorials
    Replies: 15
    Last Post: August 4th, 2014, 12:54 PM
  2. common tasks in java
    By gorgoro in forum Java Theory & Questions
    Replies: 9
    Last Post: October 4th, 2012, 05:26 AM
  3. Re: Common Java Mistakes
    By Kixi in forum The Cafe
    Replies: 1
    Last Post: December 17th, 2011, 12:52 AM
  4. Common Java Mistakes
    By helloworld922 in forum Java Code Snippets and Tutorials
    Replies: 13
    Last Post: March 8th, 2011, 01:33 AM