

InterviewSolution
Saved Bookmarks
1. |
Solve : Help Regarding JNI ERROR? |
Answer» i am using TAU and i am facing the problem of JNI error that JNI cannot FIND TAU_HOME ALTHOUGH i have imported all the paths.You might need to provide a bit more information about what TAU and JNI are... Quote from: Rob POMEROY on October 07, 2011, 02:52:50 AM You might need to provide a bit more information about what TAU and JNI are... JNI is Java Native Interface. Although that is pretty much a guess, so I have no idea what they are TALKING about, either. Googling TAU_HOME +$ENV lead me to this page: http://code.google.com/p/qmcpack/source/browse/trunk/CMake/FindTau.cmake?r=4936 Which states: Code: [Select]# this module look for tau (http://www.boost.org) support Which leads me to believe tau is a boost library, or something. I cannot find any reference to either java or tau on those pages, though. |
|