how to call java files using c#
-
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
try and try untill reach success..
-
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
try and try untill reach success..
-
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
try and try untill reach success..
Rajeshwar Code- Developer wrote:
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
You seem to have posed your question from both sides. Do you want to use a Java application from within a C# app, or do you want to call a C# library from Java?
MVP 2010 - are they mad?
-
You may find some converter tools if you search on the internet.
Me, I'm dishonest. And a dishonest man you can always trust to be dishonest.
Honestly. It's the honest ones you want to watch out for...thanks Abhinav, i found there is a third party tool called GrassHopper, but i dont want to use any third party tool.
try and try untill reach success..
-
Rajeshwar Code- Developer wrote:
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
You seem to have posed your question from both sides. Do you want to use a Java application from within a C# app, or do you want to call a C# library from Java?
MVP 2010 - are they mad?
i want to use java application
try and try untill reach success..
-
i want to use java application
try and try untill reach success..
Rajeshwar Code- Developer wrote:
i want to use java application
Well that was clear from your original post. How do you want to use it, do you i) have a Java application that needs to use the facilities of a C# library, or ii) hava a C# application that wants to load and run a Java Virtual machine to get access to some Java features? Please try and state your requirements clearly.
MVP 2010 - are they mad?
-
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
try and try untill reach success..
Your title means : java app using c# library Your question means : c# app using java library So which one ? The easiest one is to convert the code from java to c# or from c# to java, because the language is not far away from each other. Using third party converter will be the fastest way. If you don't want to use third party then write it your own.
-
Rajeshwar Code- Developer wrote:
i want to use java application
Well that was clear from your original post. How do you want to use it, do you i) have a Java application that needs to use the facilities of a C# library, or ii) hava a C# application that wants to load and run a Java Virtual machine to get access to some Java features? Please try and state your requirements clearly.
MVP 2010 - are they mad?
actually this question asked in one of the interviewer so .i wnat to know actually what is the answer.
try and try untill reach success..
-
actually this question asked in one of the interviewer so .i wnat to know actually what is the answer.
try and try untill reach success..
-
Does anyone have a good solution for integrating some C# code into a java application? without using web services. is ther any way to integration java files using c#
try and try untill reach success..
I'll explain to you the easy way why this is a bad method to make a good application. It's like in the morning when you want to eat breakfast, you can chose between some plums (Java) or a glass of milk (C#). What happens when you mix this two.. don't try it! :) A good practice: eat only the glass of milk :-D Cheer's, Alex Manolescu