Hi !
I have an application written in C & C++. The server side componenets of the application is written in C++, and the client side component is written in C. Now, the organization has decided to migrate the client side component written in C to Java.
1. Is there any optimal procedure for migrating code from C to Jva.
2. Do I got to use technologies like JNI or CORBA for this.
Please do throw some lights on this.
IT IS URGENT
THanks
AJP
-
How to migrate code from C to Java - URGENT (4 messages)
- Posted by: A JP
- Posted on: March 09 2002 20:32 EST
Threaded Messages (4)
- How to migrate code from C to Java - URGENT by Michael Bergin on March 10 2002 10:18 EST
- How to migrate code from C to Java - URGENT by Amit Rathi on March 20 2002 02:35 EST
- How to migrate code from C to Java - URGENT by sandeep patil on April 09 2002 02:45 EDT
- C# to java Converter by Zarfishan zahid on May 24 2012 04:55 EDT
-
How to migrate code from C to Java - URGENT[ Go to top ]
- Posted by: Michael Bergin
- Posted on: March 10 2002 10:18 EST
- in response to A JP
Can you be a little more specific? How does your client communicate with your server tier? -
How to migrate code from C to Java - URGENT[ Go to top ]
- Posted by: Amit Rathi
- Posted on: March 20 2002 02:35 EST
- in response to A JP
Hi AJP,
There is no any CodeConverter that can generate C to JAVA code.If u got a job to migrate C to JAVA then u have to write the code for that but I can give u a suggestion that keep ur API which is responsable for communication with server in C and use the JNI calls to pass the parameter and get the response.
If ur parameters and responses are too complex the u can think over using XML to pass c as parameter and getting response.
"Aim" -
How to migrate code from C to Java - URGENT[ Go to top ]
- Posted by: sandeep patil
- Posted on: April 09 2002 02:45 EDT
- in response to Amit Rathi
There is no direct way to migrate the code from c to java.
Java client can access c code methods by using JNI calls.
Group c code APIS in one DLL & call those methods from java code by using JNI calls.
Refere Java Tutorial for JNI Help.
-
C# to java Converter[ Go to top ]
- Posted by: Zarfishan zahid
- Posted on: May 24 2012 04:55 EDT
- in response to A JP
Try this free tool C# to Java Converter , just upload your code and it will be converted to java code instantly