From: Balanand J. <bal...@gm...> - 2018-11-12 08:45:37
|
Hello everyone, I created a little project in jython using one Java library (owlapi5.1) and one python library (dendropy) along with other built in jython functions for string and file i/o operations. The program is working fine on itself from within the eclipse environment. Now I want to integrate/call (or whatever it is called technically) from my main C++ project which I am developing using visual studio IDE (.NET framework is *not* involved). What my jython program does is to take a simple text file as input and converts it's format and saves it as another text file. I want to generate that input file from my C++ project, call jython program and pass this file to it (directly or though file system), and let jython program save the output file to the disc. I am completely new to the jython concept and do not have a slightest idea of how this can be done. Any help would be greatly appreciated. Thanks in advance. Bala |