Hi, in my project I'm trying to use pre-compiled java .class files which
are all stored in a folder (which also contains other class folders).
This folder structure mimics the java package definition.

How do I include these files in a projectBuilder project? I've tried
adding the folder to 'other sources', 'resources', and 'supporting
files' among others - however when I compile the project my .java files
which import these packages cannot find the package and the error
"Package *** not found in import." occurs. Is this a problem with a
classpath variable?

Thanks,

Matthew Bickham

--
--------------------------------------------------------
| Matthew Bickham             The University Of Sydney |
| Computer Systems Officer    NSW 2006 Australia       |
| Arts-IT Unit                Ph: +61 (2) 9351 7513    |
|                         mobile: 0414 791069          |
|                                                      |
|            email: [EMAIL PROTECTED]             |
--------------------------------------------------------

Reply via email to