Good progress! I have never tried to understand what are these plug-in dependencies. I put JRE libraries for a custom JRE (which is actually HDK) at the beginning, add support.jar, junit library and remove all other path entries in my local workspace.
On Tue, Apr 1, 2008 at 10:21 PM, Tharindu Mathew <[EMAIL PROTECTED]> wrote: > Everything builds except swing and support. Support needs the jetty jar. But > I can't resolve the swing problem. > > Severity and Description Path Resource Location Creation Time > Id > The type com.ibm.icu.text.Bidi cannot be resolved. It is indirectly > referenced from required .class files > swing/src/main/java/common/javax/swing/text AbstractDocument.java line > 1504 1207072096416 84608 > > The above error appears in the project. Even when I link with the awt jar > sperately. But since the plug-in container's dependencies are read only, I > can't remove the awt project dependency from that. > > On Tue, Apr 1, 2008 at 5:37 PM, Alexei Fedotov <[EMAIL PROTECTED]> > wrote: > > > > > Tharindu, > > > > 1. I cannot advice on using Java 1.4. I'm using Java 5.0 and it works. > > 2. There is a cyclic dependency between awt and swing. I set one of > > the packages dependent from another, while the other depends from the > > complied jar. > > > > Thanks. > > > > On Tue, Apr 1, 2008 at 4:01 PM, Tharindu Mathew <[EMAIL PROTECTED]> > > wrote: > > > Hi, > > > > > > I'm trying to get the harmony source into eclipse. I got the jdk 1.4l. > > Is it > > > possible to get the build path errors resolved in Eclipse, because it > > > indicates that cyclic dependencies exist and doesn't build? > > > > > > -- > > > Regards, > > > > > > Tharindu > > > > > > > > > > > -- > > With best regards, > > Alexei > > > > > > -- > Regards, > > Tharindu > -- With best regards, Alexei
