Embedding Java in .NET

  • Thread starter Thread starter viktor
  • Start date Start date
V

viktor

Does enybody if it is possible to embed Java component in
a .NET control?

thanks,
viktor
 
You can include it in the same page (html or aspx doesn't matter), and
comunicate via clientside scripting. You cannot include java code in a .net
assembly.

GP
 
Have you ever heard of J#?

Günter Prossliner said:
You can include it in the same page (html or aspx doesn't matter), and
comunicate via clientside scripting. You cannot include java code in a ..net
assembly.

GP
 

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