Barry Kaplan wrote: > Barry Kaplan wrote: > >> As well as any java.* class. But everything compiles. Its just idea >> that things the classes are not found. (All java classes red in the >> ide.) >> >> All this after idea blew away my library definitions. Two hours later >> and I'm still trying to get back to where I was. >> >> PLEASE!!!!! Store all things required to build a project in a manner >> that it can be CM'ed and shared by multiple developers. >> > > Nothing I could was able to get idea to work correctly again. > > - I changed to different version fo the jkd in different directories. > Same behavior: classes not brought into the project. > > - I created a brand new project. Still no jdk classes in the project. > > > So, what I did was blow away idea and reinstall. That did it. Maybe some > of the caching idea does in the install directory was the problem? > > What is the purpose of copying the *.jar files anyway? Often I have to > delete that directory to get new versions of jars [just updated from > CVS] to be recoginized by idea. >
your project is using a JDK definition that points to a non-existing rt.jar ... maybe you had jdk131_03 and now replaced it with 131_04 in another directory ? _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
