0

I am having two classes written in java file. I want to use those java classes in my Python code. I am using IPython Notebook for executing Python code.

I tried making it as .jar file and calling that .jar file in Python as suggested Here. But it shows output on terminal. I want output on same window where I have written code or in some text file.

Thank you for answer.

Community
  • 1
  • 1
Himadri
  • 2,922
  • 5
  • 32
  • 56

1 Answers1

0

You need to redirect the output.

See this question form more details

Community
  • 1
  • 1
Daniel J
  • 418
  • 3
  • 13