.Net DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drforyou
    New Member
    • Jul 2012
    • 1

    .Net DLL

    How to Access .net DLL in java application Without using any third party tool or JNI?
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    In a short answer, you cannot. It's not in bytecode, the JVM only use bytecode so what you're trying to do isn't possible (at least in my experience, maybe someone can confirm that).

    Comment

    Working...