Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1048211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:25:14+00:00 2026-05-16T16:25:14+00:00

I want to use a linux command line tool from my Java program. I

  • 0

I want to use a linux command line tool from my Java program. I start the program and get the output using the Process class (http://download.oracle.com/javase/6/docs/api/java/lang/Process.html):

 /* @param args
  * @throws IOException 
  */
 public static void main(String[] args) throws IOException {
    Process proc = Runtime.getRuntime().exec("octave");

    BufferedReader reader = 
        new BufferedReader(new InputStreamReader(proc.getInputStream()));

    BufferedReader errorReader = 
        new BufferedReader(new InputStreamReader(proc.getInputStream()));

    BufferedWriter writer = 
        new BufferedWriter(new OutputStreamWriter(proc.getOutputStream()));

    int c;
    while((c = proc.getInputStream().read()) != -1) {
       System.out.print((char)c);
    }
    System.out.println("End");
 }

I get the following output:

GNU Octave, version 3.0.5 Copyright
(C) 2008 John W. Eaton and others.
This is free software; see the source
code for copying conditions. There is
ABSOLUTELY NO WARRANTY; not even for
MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. For details, type
`warranty’.

Octave was configured for
“i486-pc-linux-gnu”.

Additional information about Octave is
available at http://www.octave.org.

Please contribute if you find this
software useful. For more information,
visit
http://www.octave.org/help-wanted.html

Report bugs to (but
first, please read
http://www.octave.org/bugs.html to
learn how to write a helpful report).

For information about changes from
previous versions, type `news’.

The strange thing is the normal output if I run octave in the Terminal is the following:

:~/workspace/Console/src/c$ octave
GNU Octave, version 3.0.5
Copyright (C) 2008 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty’.

Octave was configured for “i486-pc-linux-gnu”.

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news’.

octave:1>

So the characters in the line where the input is requested are not sent in my input stream. Why? Isn’t it possible to detect whether input is requested?

Thanks for your answers!

Heinrich

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:25:15+00:00Added an answer on May 16, 2026 at 4:25 pm

    I could finally solve the problem: Under Linux, use Octave with the –interactive and eventually the –no-line-editing optionand it worked 🙂

    Heinrich

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How does one get their current process ID (pid) from the Linux command line
I use the Exiv2 command line tool on Linux to edit image metadata like
On linux, I often launch and compile from the command line (java/javac) Though, Java
In setting up my personal Linux command line development environment, I want to use
In our C++ program we want to process NetFlow data. The only tool for
I am using the Linux command line, I have created a Private Key using
I use the screen command for command-line multitasking in Linux and I set my
How can I run command-line programs under Linux from Qt4? And of course I
I want to use regex's with Linux's find command to dive recursively into a
I want to use Python to run the cp command on Linux, thus copying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.