A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
where to search native code
Kanchan Singh
Ranch Hand
Joined: Dec 27, 2007
Posts: 38
posted
Apr 24, 2009 00:42:27
0
Hi All
I am studing code flow of a project. I found I native method as below
private static native boolean authenticateNTUser(String domain, String Id, String pwd);
and this method is called in same class where it is declared as above.
My problem is how do I find where is the defination of this native method.
Help
Thanks
Kanchan
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
I like...
posted
Apr 24, 2009 07:24:36
0
This doesn't have anything to do with Struts.
Native methods means the code is using JNI. Find the source for the DLL.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: where to search native code
Similar Threads
conver to String[][]
Pooling of Strings in Java
Object Class
NoClassDefFoundError in sun.misc. Unsafe.ensureClassInitialized
JNI Example Needed!!
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter