 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Steffen Hartmann Guest
|
Posted: Thu Aug 28, 2003 6:34 pm Post subject: Importing Project from JBuilder 5?!? |
|
|
With JBuilder 5 Prof, I developed a project conatining three Packages
and about 25 classes. Everything worked fine.
Now I got the JBuilder 9 Enterprise. When trying to compile the project,
the compiler writes at every class that it cannot find the other classes
the actual class is accessing. I've tried every option in the
project-settings, but nothing would work.
Thank you for your time,
Steffen Hartmann
|
|
| Back to top |
|
 |
Bob Lied Guest
|
Posted: Fri Aug 29, 2003 6:10 pm Post subject: Re: Importing Project from JBuilder 5?!? |
|
|
Steffen Hartmann wrote:
| Quote: | With JBuilder 5 Prof, I developed a project conatining three Packages
and about 25 classes. Everything worked fine.
Now I got the JBuilder 9 Enterprise. When trying to compile the project,
the compiler writes at every class that it cannot find the other classes
the actual class is accessing. I've tried every option in the
project-settings, but nothing would work.
Thank you for your time,
|
Newer versions of Java require explicit import statements even for
classes in the same directory. I had a similar version-jump puzzle,
and it was as simple-but-annoying as adding import statements everywhere.
|
|
| Back to top |
|
 |
Powered by phpBB © 2001, 2006 phpBB Group .
|