[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss Service with C#

PeterJ do-not-reply at jboss.com
Thu Nov 23 22:06:33 EST 2006


The java.exe app is a very simple app that loads and calls entry points in the jvm.dll to run a Java application. You can very easily create your own C program to do the same, and should be able to do the same thing in C#.

See http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/invocation.html#wp9502 for instructions on how to use the Java Native Interface (JNI) to do this.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988324#3988324

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988324



More information about the jboss-user mailing list