|
|
Re: adding external JAR files to project [message #213964 is a reply to message #213947] |
Tue, 05 June 2007 19:04   |
Eclipse User |
|
|
|
Originally posted by: eclipse5.rizzoweb.com
nk wrote:
> Hi
> I need to add the log4j jar file to my project in eclipse. As per
> http://download.eclipse.org/eclipse/downloads/documentation/ 2.0/html/plugins/org.eclipse.jdt.doc.user/reference/ref-123. htm,
> when I right click on the java project in the package explorer and
> select properties, I should see "Java Build Path" clicking on which
> should give me the libraries tab where I can add the jar file. However
> when I right click on my project in the package explorer, and select
> properties, I only see the following:
> Info
> Builders
> Project References
> Subversion
> i.e. there is no "Java Build Path", "Java Code Style" or "Java Compiler"
> displayed in this case. Can anyone suggest why this may be occuring? Thanks
Yours is not a Java project. If you check it out from CVS this is a
somewhat common mistake to make.
In any case, you'll need to re-create the project:
1) delete the project from your Eclipse workbench, making sure to choose
the option to NOT delete the contents when prompted.
2) On your file system, remove the .project file from the project directory.
3) Go through the process of creating a new project, making sure to
choose "Java project" as the typ in the wizard. When prompted, choose
the same name and/or location as the project you already had (from Step 1).
Hope this helps,
Eric
|
|
|
|
Powered by
FUDForum. Page generated in 0.13005 seconds