Re: [sage-devel] Calling SageMath from Java

2021-10-14 Thread E. Madison Bray
Hello, (For anyone confused about this question, it's about the Windows release of Sage). The command you're trying to run is not going to work. I can see you probably copied it from the desktop shortcut that launches Sage in a terminal Window. mintty.exe is the terminal emulator that comes wit

[sage-devel] Calling SageMath from Java

2021-10-05 Thread meryem afendi
Hello everyone, I tried to call SageMath from a java program using the Class ProcessBuilder. This code success to launch SageMath but when i want to use the InputStream to interact with Sage (For example a simple code 1+2) it does not work. iSageMath runs without sending the result of 1+2. Than