golubovsky@altavista.net wrote: | To summarize my question: does there exist a java compiler which is able to | compile java sources on completely foreign tree and which may be forced | manually to ignore the absence of some referred classes or their native | libraries? Both pizza and Sun's javac support the -classpath directive on the command line, which sets up a class path for the compiler to refer to during the compile. This is not the same as the classpath that the JVM will use to run the compiler. Does this not do what you want?