Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

call java methods

Status
Not open for further replies.

Jefhandle

Technical User
Mar 9, 2005
69
DE
i have a java class myclass.java which has two methods,
getNmae and setName.I will use this class in
a c sharp project.How could i call this methods from
my csharp classes?
thanks
 
In the past, the way that I did that was to open a process and then execute the methods from the command line. You can capture and parse any errors that the Java program returns.

----------------------------------------

TWljcm8kb2Z0J3MgIzEgRmFuIQ==
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top