Invoke J# console app within C# form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a J# console app (*.java/jsl) that I want
to "button" initiate from within a C# form (they have
been included in the c# project). I am
receiving a number a J# errors when I attempt this so
this leads me to believe that my syntax is not correct.
(This J# console app will eventually be migrated to C#)

On their own, these J# console apps work just fine, it is
only when I attempt to invoke them from within a C# form that I
run into problems

Is there simple syntax to do this, possibly
Thanks.
 
Back
Top