# ignite-117 : add notes at shmem/readme.txt
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1461271a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1461271a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1461271a Branch: refs/heads/sprint-1 Commit: 1461271af891f20d88fd03580f37c117ef04053f Parents: 43c1c2b Author: Artem SHutak <ashu...@gridgain.com> Authored: Mon Jan 26 20:27:43 2015 +0300 Committer: Artem SHutak <ashu...@gridgain.com> Committed: Mon Jan 26 20:27:43 2015 +0300 ---------------------------------------------------------------------- ipc/shmem/readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1461271a/ipc/shmem/readme.txt ---------------------------------------------------------------------- diff --git a/ipc/shmem/readme.txt b/ipc/shmem/readme.txt index b0abe37..ebc64c8 100644 --- a/ipc/shmem/readme.txt +++ b/ipc/shmem/readme.txt @@ -28,3 +28,10 @@ Usage with GridGain Copy compiled library to folder that already listed in 'java.library.path' with name in form: 'libggshmem-<gridgain-version>.<extention>'. Note: Grid should be restarted. + +************************************************************************************** +*** Additional notes: +*** - 'make install' should be run under sudo +*** - if you have problems with <jni.h>, remember that JAVA_HOME have to be set not only for current user, but and for sudo user (check it by typing 'sudo -E env | grep JAVA_HOME') +*** - if you do all right, but it still no work you can just replace manually $(JAVA_HOME) on your java home path at Makefiles.* . :-) +************************************************************************************** \ No newline at end of file