0

I've got a similar to this post problem, the only difference is that it's opposite. :D I've got only jdk (using jre from jdk package). When I add this in SDKs section, I suppose IDEA should load all the necessary libs from jdk_path/jre/lib, but it doesn't.

What's strange is that the first time I add jdk classpath settings are just great.

Community
  • 1
  • 1
Denys S.
  • 6,358
  • 12
  • 43
  • 65
  • What jars are not added, but should be added? – CrazyCoder Feb 15 '11 at 17:37
  • @CrazyCoder, This comes from the addressed post: "Some of the libraries are alt-rt.jar, charsets.jar, deploy.jar, dnsns.jar, javaws.jar, jce.jar, jsse.jar, localedata.jar, etc.". – Denys S. Feb 15 '11 at 17:47

1 Answers1

0

This looks more like a bug. Whenever apply key is pressed, default jars that were added to classpath earlier are just gone. Pressing OK in stead of Apply is a valid workaround. This should be reported in a bug trace system.

Denys S.
  • 6,358
  • 12
  • 43
  • 65
  • Please file a bug at http://youtrack.jetbrains.net/issues/IDEA and specify what OS and IDEA version you are using. – CrazyCoder Feb 15 '11 at 18:59