It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center。
7年前关闭。
我想在c#类中使用函数/方法(希望尽可能少的延迟!)运行Java应用程序...
c#函数从Java应用程序中获取一个字符串,并返回一个字符串。.必须在c#中执行此操作才能在Windows中创建OleDbConnection。
7年前关闭。
我想在c#类中使用函数/方法(希望尽可能少的延迟!)运行Java应用程序...
c#函数从Java应用程序中获取一个字符串,并返回一个字符串。.必须在c#中执行此操作才能在Windows中创建OleDbConnection。
最佳答案
我不确定您到底需要什么。
如果需要从C#内部调用Java代码,则可以尝试IKVM。
如果需要启动独立的Java应用程序,请使用.NET生成的任何子进程。
如果使用C#的唯一原因是OleDbConnection,则可以查看是否有Java驱动程序需要联系数据库。或ODBC驱动程序,并使用JDBC / ODBC桥。