I think that if you tell IDEA to use Jikes it will run whatever binary is in IDEA_HOME\bin\jikes\bin\jikes.exe. So you could probably replace that instead. Then it could call either javac or jikes.
(Actually, I only have experience on Unix (Mac OS X), so the path I know it looks for there is IDEA_HOME/bin/jikes/bin/jikes, and the path I gave above was just a guess.) -David Mankin On Sat, 22 Jun 2002, Peter Veentjer wrote: > Is it possible to use Java Generics under IDEA? If you want to use the > gj java generics compilers you have to bootstrap the new compiler and > the new collections jar. Normally this is sufficien: > > javac.exe > -J-Xbootclasspath/p:D:\Programming\Java\Jdk\Jdk1.4.1Beta\generics\javac.jar > -bootclasspath > >D:\Programming\Java\Jdk\Jdk1.4.1Beta\generics\collect.jar;D:\Programming\Java\Jdk\Jdk1.4.1Beta\jre\lib\rt.jar > -gj Test.java > > IDEA uses the tools.jar and doesn`t use the javac.exe. If it was I could > write a simple javac.exe that forwars al the calls to the real javac and > adds the bootstrapping parameters. But this is not possible because IDEA > uses tools.jar. Is there a way I can bootstrap tools.jar from IDEA? > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://lists.jetbrains.com/mailman/listinfo/eap-features > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features