Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Java in General
jni question
gopi krish
Greenhorn
Posts: 10
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i am using jni,but the code is in C language.
the program in c uses make file,instead of including all files
in the programe.
how to call such a c programe in
java
.
this C programe is in UNIX environment.
Harish Kashyap
Ranch Hand
Posts: 118
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi gopi!
i couldn't got your requirement.
could u plz. explain what u want the program to do..?
Andrew Shafer
Ranch Hand
Posts: 338
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Runtime.exec();
This method should work for you.
!_I_Know_Kung_Fu_!
Everyone is a villain in someone else's story. Especially this devious tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Can java access Windows "file-properties-summary" ?
how to pass Strng array from java to c Using JNI
JBuilder and required projects
regarding JNI
Calling an Existing C function from JNI wrapper
More...