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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:02:49+00:00 2026-06-02T16:02:49+00:00

I wanna re-run a jar file from its own (with some additional parameters). How

  • 0

I wanna re-run a jar file from its own (with some additional parameters). How can I do this?
I need the solution to be OS independent.

  • 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-02T16:02:50+00:00Added an answer on June 2, 2026 at 4:02 pm

    If I deciphered the question correctly, we are talking about command line interface arguments. For this there’s plenty tutorials: http://docs.oracle.com/javase/tutorial/essential/environment/cmdLineArgs.html

    The code is simple, like you said yourself:

    if ("-server".equalsIgnoreCase(argv)) {
        // we are server
    } else if ("-client".equalsIgnoreCase(argv)) {
        // we are client
    }
    

    Now, depending on how you want to execute you program from the OS, there’s a number of ways:

    $java -jar yourjar.jar -client
    

    Or

    $java -cp yourjar.jar com.your.program.Main -client
    

    Same for the “-server”.

    To run them together, either run them from separate terminal windows (or cmd prompts). Or – if in Linux – you can use ampersand:

    $java -jar yourjar.jar -client &
    $java -jar yourjar.jar -server &
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using node.js in my server side. Now I wanna run some binary file
can I open and run downloaded file (.zip file) into android eclipse(Helios)? I wanna
I wanna run Chrome on Mac with the parameter --enable-speech-input . Can anyone tell
Wanna run an application from maven command line, any command?
I wanna run Chrome on Linux with the parameter --enable-speech-input . Can anyone tell
I have a Database with some tables, I wanna to run a method in
i wanna using curl in php script and run it in command line mode.
i wanna store some configuration data in some objects, and i've a problem... class
I wanna get the Timedate value from another page using request.querystring and then use
I wanna stop the reading of my text input file when the word synonyms

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.