Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advanced 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
Devaka Cooray
Tim Cooke
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Saloon Keepers:
Piet Souris
Bartenders:
Forum:
Java in General
how to pass Strng array from java to c Using JNI
gopi krish
Greenhorn
Posts: 10
posted 25 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
i am using JNI. i have to pass an array of Strings from java to c programe using JNI(Java Native Interface ).so, how can i do it.
please send anybody with some small example .
advanced thanks
gopi.
Daniel Stephan
Greenhorn
Posts: 1
posted 25 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
you might want to take a look at the example in Suns Java Tutorial:
http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html
Good luck,
Daniel
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Passing objects w/ JNI
How can I pass a C pointer to a byte array and its length to Java
how to convert jchararray to char array.
Importing a value to Java from C/C++ using JNI
How to pass String array to c++ function
More...