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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:07:21+00:00 2026-06-05T20:07:21+00:00

I am really new to java (started learning 2 days ago). Sorry if this

  • 0

I am really new to java (started learning 2 days ago). Sorry if this is a stupid question. I am trying to learn how to use rt.exec & similar methods so I tried to make a very simple program which runs calc.exe. This is the code:

public class main {
{
try {
Runtime rt = Runtime.getRuntime() ;
Process p = rt.exec("calc.exe") ;
 }

catch(Exception exc){/*handle exception*/}
    }
}

https://i.stack.imgur.com/KrpsT.png

I get the error ” The value of local variable p is not used”.

And if I try to compile this is what I get:

https://i.stack.imgur.com/Ryllw.pngI

I think it’s easy to fix but I don’t know how. Would be nice if someone helped.

  • 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-05T20:07:22+00:00Added an answer on June 5, 2026 at 8:07 pm

    Well, the error “The value of local variable p is not used.”, Is not actually an error. It’s your IDE (Eclipse), warning you that you aren’t actually reading that variable, so you aren’t receiving any input from it.

    And the other problem with your class is, you don’t have a main method. Like this,

    public class main {
    public static void main(String[] args) {
    try {
    Runtime rt = Runtime.getRuntime() ;
    Process p = rt.exec("calc.exe") ;
    } catch(Exception exc){
    /*handle exception*/
    }
        }
    }
    

    And by the way, you should always start a class name with a captial letter. So public class main, should actually be public class Main

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

Sidebar

Related Questions

This is probably a really stupid error but iv'e just started learning the .awt
im really new to linq-to-SQL so this may sound like a really dumb question,
I'm quite new to Android development (started 2 days ago) and have been through
I'm really new to this JAVA RMI project. I just wonder what compiler can
I am really new to Java and I read that synchronized is very expensive
I'm new to java and really need some help. I created a command line
I'm really new to OOP and C# and I'm trying to understand, how I
I'm really new to this, and I've been going through the YARD docs ,
I am very new to this site and to programming. I started doing some
This is a follow-up question to 1832203. I'm making it a new question as

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.