Posted By:
Bart_Masschelein
Posted On:
Tuesday, February 26, 2002 07:33 AM
I have two projects (eg. PRJ1 and PRJ2), PRJ2 having dependencies on PRJ1. When I compile (using JBuilder 5) PRJ1 to somedir/classes/PRJ1/ nothing strange happens. But when I now compile PRJ2 to somedir/classes/PRJ2/, the classes of PRJ1 are removed, and of course, I get error #300: class not found. The very strange thing is that this used to work, and suddenly it wasn't...