java files in dotnet

  • Thread starter Thread starter yogesh rana via DotNetMonster.com
  • Start date Start date
Y

yogesh rana via DotNetMonster.com

how to use java files in dotnet .... is it possible .
 
yogesh said:
how to use java files in dotnet .... is it possible .

Maybe you can convert them to J#? You could say that is "Java.Net",
but I don't think you are allowed to do so :-)
 
You can "use" any kind of files with .Net. Not sure what you mean by "java
files" though. If you're talking about Java classes, you can use them with
Interop. But Interop is something to be avoided.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
any other way or i have to change the whole code.
 
Any other way to what?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top