![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to embeded programm within programm | shankarao | Shell Programming and Scripting | 2 | 11-13-2006 06:29 PM |
| invoking a java prog | Dine | Linux | 1 | 10-11-2006 11:14 PM |
| Solaris Cluster possibility | p_walunjkar | SUN Solaris | 2 | 09-30-2006 05:57 AM |
| create thread C with JNI function with JAVA | AUBERT | HP-UX | 0 | 08-06-2004 02:24 AM |
| possibility to call subprocesses from ksh ?? | TheBlueLady | UNIX for Advanced & Expert Users | 3 | 12-11-2002 09:37 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Is there any possibility that invoking java function in c programm?
I think i am in trouble. I have to invoking a bunch of functions(such as encrypt, digital sign) from a java file(.jar), but I have no idea how to do that, Is there any possiblity?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
If I understand correctly, jni is what you are looking for.
Java Native Interface(JNI), allows you to call native functions from java vice-versa. Have a look at the sun site for jni related topics/articles www.java.sun.com Vino |
|
#3
|
|||
|
|||
|
you are right, JNI is what i am looking for, thanks!!
|
|
#4
|
|||
|
|||
|
I think CORBA can do that too..
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
Why? Doesn't CORBA make interfaces between different languages?
May be i'm wrong... |
|
#7
|
||||
|
||||
|
Quote:
|
||||
| Google The UNIX and Linux Forums |