Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to include path to a class into build path
How to include path to a class into build path [message #148978] Mon, 17 April 2006 17:18 Go to next message
Eclipse UserFriend
Originally posted by: assi73.dsl.pipex.com

Help needed please by novice Eclipse user and java programmer.

I have an import statement like this:

import lib.symantec.itools.awt.TreeView;

but the TreeView class is precomplied as a .class file and I do not have
the source code.

What are the steps needed to get the project to build successfully with
the TreeView class?

I guess I need to add a class folder but how precisely.

Chris
Re: How to include path to a class into build path [message #149264 is a reply to message #148978] Wed, 19 April 2006 08:21 Go to previous message
Eclipse UserFriend
Originally posted by: benno_baumgartner.ch.ibm.com

Hi Chris

Right click on your project -> Build Path -> Configure Build Path...
In the Properties Dialog Select the Libraries Tab and then Add Class
Folder...

Hope that helps
Benno

"Chris" <assi73@dsl.pipex.com> wrote in message
news:e5f3f25ca8619bef388e455d1824cdaf$1@www.eclipse.org...
> Help needed please by novice Eclipse user and java programmer.
>
> I have an import statement like this:
>
> import lib.symantec.itools.awt.TreeView;
>
> but the TreeView class is precomplied as a .class file and I do not have
> the source code.
>
> What are the steps needed to get the project to build successfully with
> the TreeView class?
>
> I guess I need to add a class folder but how precisely.
>
> Chris
>
Previous Topic:test
Next Topic:Global variables in debug mode
Goto Forum:
  


Current Time: Sat Apr 20 01:11:42 GMT 2024

Powered by FUDForum. Page generated in 0.07833 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top