Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Help Regarding JNI ERROR  (Read 3925 times)

0 Members and 1 Guest are viewing this topic.

sohaib

  • Guest
Help Regarding JNI ERROR
« on: October 06, 2011, 04:28:50 PM »
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.

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: Help Regarding JNI ERROR
« Reply #1 on: October 07, 2011, 02:52:50 AM »
You might need to provide a bit more information about what TAU and JNI are...
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Help Regarding JNI ERROR
« Reply #2 on: October 07, 2011, 04:05:00 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.
I was trying to dereference Null Pointers before it was cool.