java files in dotnet

  • Thread starter Thread starter yogesh rana via DotNetMonster.com
  • Start date Start date
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 to what?

--
HTH,

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