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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:40:24+00:00 2026-06-06T00:40:24+00:00

I tried to create jar file using command line that I inserted into java

  • 0

I tried to create jar file using command line that I inserted into java code, but it didn’t work. The java code was like this:

try {
   Runtime a = Runtime.getRuntime();
   a.exec("cmd cd E:/My data/Final Project/Uji Coba bikin Jar & E: & jar cfm D:/EditingDiniApp.jar META-INF/MANIFEST.MF EditingDini META-INF net org");
} catch (IOException ex) {
   Logger.getLogger(JarFactory.class.getName()).log(Level.SEVERE, null, ex);
}

I copied the command into cmd.exe and it worked, but if it embed into java, it won’t work.

Was there anything that I miss to do?

Thanks..

  • 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-06T00:40:26+00:00Added an answer on June 6, 2026 at 12:40 am

    Write the code to create a jar in a file through java code. Name it xxx.bat.
    Thread.sleep(5000);

    And then use the exec command to execute the bat file. This works for me.

    EDIT:

    String s = "cmd cd E:/My data/Final Project/Uji Coba bikin Jar & E: & jar cfm     
    D:/EditingDiniApp.jar META-INF/MANIFEST.MF EditingDini META-INF net org";
    FileOutputStream fos = new FileOutputStream("abc.bat");
    fos.write(s.getBytes());
    fos.close();
    Thread.sleep(2000);
    Runtime.getRuntime().exec("abc.bat");
    Thread.sleep(2000);
    

    By the way I thought you are doing this for fun. But if you are new to java, I would suggest using Ant. Ant is used for packaging applications , deploying etc etc in java http://ant.apache.org

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

Sidebar

Related Questions

I create jar file with command. $jar -cvf A.jar A.class I tried executing $java
I need to create a jar file using eclipse IDE. But I am facing
I tried to create a code that adds 2 percent each time a component
I am trying to run a .jar file that I have created using either
I created a jar file in windows & copied it to linux and tried
I have tried create this table, but nothing I have tried works from FKs.
Tried to create a mobile navigation using dataview or outline and the view renders
I use Java Runtime.getRuntime().exec(command) to create a subprocess and print its pid as follows:
I have a product that contains a Jar file in its distribution and I
Possible Duplicate: LSUIElement not working I am using Jar Bundler to create a .app

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.