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

Reply via email to