Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java API
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Tim Cooke
Sheriffs:
Rob Spoor
Liutauras Vilda
paul wheaton
Saloon Keepers:
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Piet Souris
Bartenders:
Stephan van Hulst
Forum:
Other JSE/JEE APIs
UnsatisfiedLinkError on JBoss calling a JNI method
aresh babu
Ranch Hand
Posts: 65
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all
I'm having problem deploying a simple JNI Web App on
JBoss
4.0.5.
The required .dll files are in the path.
When my
Servlet
tries to invoke the native method, it gives me the UnsatisfiedLinkError.
Needles to say, it works just fine in a standalone application.
What am I doing wrong ? Please let me know the solution for this problem. I am struggling from 2days to rectity this problem.
Thanks in advance,
Aresh babu
Rob Spoor
Sheriff
Posts: 22810
132
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Is the DLL on your java.lang.path? Don't you need a security setting somewhere to be able to use native code in web containers?
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions
How To Answer Questions
aresh babu
Ranch Hand
Posts: 65
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Rob,
my dll file is there in the path properly. But it is giving the error when i tried to call a native method.
This dll is working fine because i already i have used in stand alone
java
application.
Please suggest me the solution.
Thanks &Regards
Aresh Babu
Rob Spoor
Sheriff
Posts: 22810
132
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
http://72.5.124.102/thread.jspa?threadID=5178090&messageID=9697167
http://forums.java.net/jive/message.jspa?messageID=28105
Results from a quick Google search on
JBoss JNI
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions
How To Answer Questions
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
UnsatisfiedLinkError with JNI in jdk1.2
UnsatisfiedLinkError in JNI
UnsatisfiedLinkError on JBoss calling a JNI native method
UnsatisfiedLinkError
UnsatisfiedLinkError
More...