antoine <[EMAIL PROTECTED]> wrote: > This appends when you use JRE instead of JDK. > Idea uses classes from JAVA_HOME/lib/tools.jar, and this file is not > available with JRE. > > You have to copy tools.jar from JDK to JRE if you still want to use > JRE.
This also happens when you have installed the JDK in a path which contains spaces (e.g. C:\Program Files\j2sdk1.4.0_01). The simplest workaround is copying the tools.jar file to the lib directory of Idea and modifying idea.bat accordingly. Bas > > Sylvain > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
