facebook

How to get myeclipse to recognize joda-time-1.6.jar?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302221 Reply

    mdarr
    Participant

    I cant seem to get the jar for joda-time imported into myeclipse. When I download the jar and try the import it does not recognize the packages The manifest record imported gets an error on the export of : org.joda.time;org.joda.time.chrono;org.joda.time.format. If says they dont exist in the plugin.

    This has to be simple for I cant see what I am doing wrong.

    #302240 Reply

    mdarr,
    Please do the following steps to add joda-time-1.6.jar as a referenced library
    1. Right click on the project and from the context menu select Build Path > Configure Build Path
    2. Under “Libraries” tab click “Add External Jars”
    2. Browse to the jar file and click finish.
    Now you can use the classes of the jar files.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How to get myeclipse to recognize joda-time-1.6.jar?

You must be logged in to post in the forum log in