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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:13:15+00:00 2026-06-05T18:13:15+00:00

After coding and testing a Java application (lets say with Eclipse, but not necessarily)

  • 0

After coding and testing a Java application (lets say with Eclipse, but not necessarily) what steps should be taken to publish the final version. For example, with a Android application,

you have to version your app, in an XML manifest file (mainly for the Google Play store). And then you usually sign the application using the Java keytool. Of the textbooks on Java that I have none of them mention any standard procedure for finalizing and publishing an app.

Could you explain the standard procedure?

  • 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-05T18:13:17+00:00Added an answer on June 5, 2026 at 6:13 pm

    Okay, the first thing you’ll want to do is package your app in a jar file with a main-class in the manifest. There’s a section in the Java Tutorial on that.

    Then, it depends on the environments you want to support. The easiest thing is simply to provide the user with that jar file. In most desktop environments you can run the jar file from the file explorer by simply clicking (or double-clicking) the file.

    You can make a command line version by simply wrapping the jar file with a command file. In a UNIX/Linux environment, it’s as simple as

    #!/bin/bash
    java -jar myapp.jar
    

    Beyond that, you begin needing to look into application installers, which are inherently platform-dependent.

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

Sidebar

Related Questions

I am testing my controller but requests are coming via ajax. I do not
After I finished coding the difficult parts of my game, I found some memory
I am currently trying to stream content out to the web after a trans-coding
I'm after some guidance on how to approach coding a problem, I don't want
This is another question from cracking coding interview, I still have some doubt after
Im beginning in my journey of learning WPF. After a few days of coding
After learning about TDD and unit testing, I'm really looking to write tests when
Latelly I've been working with multi-thread coding, after a while writing I realized that
So after attending a local coding club meeting for the first time I became
After reading a tutorial of Flash, I am still not sure what exactly is

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.