Hi Greg, > Web does depend on Core, but not on WTK. > Tools, Tutorials, and Demos depend on Core, Web, and WTK. They are > independent projects and do not have dependencies on each other. I know, but in this way eclipse has a better ordering to compile them ... and also for who look at the code from inside eclipse could have a clear idea of relationship between projects.
But it's a little thing, no problem. > You should be able set this up in your Workspace preferences, under Java > > Installed JREs > JVM 1.6.0, click "Add External JARs" and add plugin.jar. > You can also add javaws.jar this way. Yes, I know, thanks, but I think my way is a little better: any single project that needs some additional resource has an explicit dependency on it. And in this way the JRE as seen in eclipse is not changed. But it's a little thing, no problem. Sandro
