> 2) So I take source from nightly build 09-09-2003 and tried to compile with > JDeveloper 9.0.3 and JDK 1.2.2 (ORACLE env) myself. > I downloaded: mail.jar, activation.jar, bsf.jar ..... > But i am still not able to compile > Problem are com.ibm.network com.ibm.xmi .... > I don't know where are these classes.
You should build using ant, and it should gracefully skip compilation of classes that depend on other classes you do not have. You should not need those classes. If you did need these, Oracle would have to include them in its distribution, so they would be on your system somewhere. However, I understand that you may want to build a "complete" version. The jars originally supplied by IBM can be found at, e.g., http://archive.apache.org/dist/ws/soap/version-2.2/. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists.