We have had a strange problem for some time now. 

IntelliJ runs on JDK 1.4 but our project target is set to JDK 1.3. We compile with 
Jikes.

Using Ant build file to compile our java classes and then running it from IntelliJ, 
results in some strange "missing method exception" (javax.swing.something). The method 
exists, but I think IntelliJ somehow mixes the classpaths for project target and the 
one it is running itself on.

However, if we compile our files with IntelliJ instead of (or after) ANT and run it 
the same way, the program works without errors...

Have anyone encountered this problem? Any solutions?

/Henri
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to