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 1012987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:01:44+00:00 2026-05-16T10:01:44+00:00

I have (in java), rt.exec(qq.exe -i ..(some other parameters) > qq.log);//*1 when I run

  • 0

I have (in java),

rt.exec("qq.exe -i ..(some other parameters) > qq.log");//*1

when I run qq.exe -i ..(some other parameters) > qq.log in terminal It works fine and keeps the qq.log file correctly.

However using rt.exec (*1) doesnt work. ” > qq.log” part causes problem. When I delete that part rt.exec (*1) works but I cant have qq.log file this time.

What causes this problem and Is there any soln??

  • 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-16T10:01:45+00:00Added an answer on May 16, 2026 at 10:01 am

    rt.exec() can’t execute sh/bat code. It’s just invoking another program. When you try to redirect the output stream of qq.exe with the > symbol, which is specific to shell, java doesn’t understand what to do.

    An alternative is when you execute some program with the exec method, get the Process returned by rt.exec().
    A Process can give you an OutputStream to the application, an InputStream from the application and even an ErrorStream for a started application.

    With the InputStream, you can programmatically read the result of qq.exe and all you have to do is to write this into a file.

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

Sidebar

Ask A Question

Stats

  • Questions 495k
  • Answers 495k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The animations for jQuery can be linked sequentially using the… May 16, 2026 at 11:21 am
  • Editorial Team
    Editorial Team added an answer I can't figure out the solution. Only lack of something,… May 16, 2026 at 11:21 am
  • Editorial Team
    Editorial Team added an answer For uses in Java API of design patterns, look at… May 16, 2026 at 11:21 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have written a java program that is actually works as a gui to
I have the following snippet in my Ant script. It executes just fine: <exec
I have a shell script that launches a Maven exec:java process - exec mvn
I am trying to run a .exe from the server side on GWT but
Here's the code I have: var commandsBuffer = List[String]() commandsBuffer ::= cmd.exe commandsBuffer ::=
I have a Java program with code: public class Test1 { public static void
I export try.jar file using 32 bit java libraries. On the client site, I
I have a java program that I am trying to generate 3 outputs for,
I have a Java project and Flex together in Eclipse. The Java is the
I have a Java application. I created a OSGi bundle and in Activator.start i

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.