I use linux. What's all about JSDK home directory? What directory should i set?
A:
It depends on your Linux distribution and JDK installation location. In any case you can download Sun (Oracle?) JDK and install it manually (using either .bin or .rpm distribution). Then configure the chosen installation location in IDEA.
CrazyCoder
2010-06-28 10:16:19
I had it installed via package manager (pacman), now i downloaded JDK.bin and installed manually, finally works
matiit
2010-06-28 10:39:03
pacman means that you are most likely on Arch Linux, then the default JDK location on your system would be either /opt/java or a directory under /usr/lib/jvm.
CrazyCoder
2010-06-28 12:38:45
But it was impossible to point these directories.
matiit
2010-06-29 07:13:14
IDEA is looking for standard JDK layout, most likely your distribution is packaging it in some weird way.
CrazyCoder
2010-06-29 08:17:39