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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:44:46+00:00 2026-06-16T04:44:46+00:00

I am trying to make a little Java application that takes input from me,

  • 0

I am trying to make a little Java application that takes input from me, opens another application (Windows Calculator / “calc”) and feeds that application with my input.

At the moment, I am trying to do this to the simple Windows Calculator, but it doesn’t seem to work with the conventional means:

public Feeder(String processID) throws Exception {
    rt = Runtime.getRuntime();
    proc = rt.exec("calc");

    input = new BufferedWriter(new OutputStreamWriter(proc.getOutputStream()));
}

public void sendCommand(int cmd) throws Exception {
    input.write(cmd);
    input.flush();
    input.close();

    proc.waitFor();
}

(Partially taken from another source, credit due to author)

However, contrary to the above code, which sends to another command-line process, WinCalc is graphical. Is it still possible to send input to it without having to go through all sorts of trouble like reverse engineering?

  • 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-06-16T04:44:47+00:00Added an answer on June 16, 2026 at 4:44 am

    You can use java.awt.Robot to send text to the current active window and to move and click the mouse for you. If you need more advanced message passing, then you’ll need JNI or (my recommendation) JNA.

    Other options include tying your application to AutoHotKey or AutoIt V3.

    Myself, I’ve had success running other applications with a combination of JNA, Robot, and AutoIt, using the one that works best for that situation.

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

Sidebar

Related Questions

I'm trying to make a little java job that copies files from one folder
I'm trying to make a little console application that is able to deal with
HI all. I am trying to make little program that reads data from file
I am trying to make a little application that simulates the dice. I want
I'm trying to make a little java program that executes a system command but
Okay so I'm trying to make a little gag program that will run away
I have been trying to make this to be a little jQuery plugin that
I'm trying to make a little program in Java, I need it to remove
I'm trying to make a little application with JSP. It's a homework. So, i
Trying to make a spinner that pops up a new little screen the user

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.