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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:13:28+00:00 2026-06-07T17:13:28+00:00

In Eclipse EE 3.7 , I’ve installed the JavaFX SDK and created a JavaFX

  • 0

In Eclipse EE 3.7, I’ve installed the JavaFX SDK and created a JavaFX Project. When I open the build.fxbuild file and select the Build Properties tab, there’s a section titled Signing Properties. And it asks for the following information,

  • Keystore
  • Store-Password
  • Alias
  • Key-Password

For the Keystore field, it provides options for browsing the filesystem and workspace, but I don’t know where to locate the keystore. Can anybody help me figure out how to do information signing via an Fx Build Configuration file?

  • 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-07T17:13:30+00:00Added an answer on June 7, 2026 at 5:13 pm

    For many applications (for example a standalone application), code signing is simply not required – it can introduce complications and can degrade performance and user experience. Code signing is only required for WebStart and Browser Embedded applications which require resources outside of the Java sandbox. If you are certain you actually need to sign your application, then continue reading.

    Here are the steps to create your own keystore for signing using the java keytool. For test purposes you can generate your own self signed certificates. For a real application deployed to the general public which minimizes security warnings, it is best to purchase a code signing certificate.

    An example commmand line for creating a keystore to be used for code signing is:

    keytool -genkey -alias signFiles -keystore examplestore
    

    You will be prompted to enter passwords for the key and keystore.

    The JavaFX deployment packaging documentation has information on how to sign applications via the standard JavaFX SDK. You could just follow that description and sign your jars using, for instance, the JavaFX ant tasks.

    However, it would seem that Eclipse has some inbuilt functionality for doing the signing. If you want to take advantage of that, follow the instructions above to create your keystore. After you have an appropriate keystore, enter the values used in creating the keystore into the appropriate fields for the Eclipse IDE to perform the signing.

    Matching the fields up with the example command line for keystore generation I provided earlier.

    Keystore - file location of the keystore containing your signing key: examplestore
    Store-Password - password you assigned to access the keystore
    Alias - friendly name to refer to the key: signFiles
    Key-Password - password you assigned to access the key in the keystore
    

    Although there is a default keystore provided in the Java JDK installation directory, this is not usually the same keystore which would be associated with your own signing keys and certificate. The keystore provided with the JDK is primarily used to store certificates for certificate authorities used in validating SSL connections. As the java keystores produced by a given jdk vendor follow one generic format, you could also use it for storing signing keys and certificates. However, I would not advise this and would instead advise creating and using your own keystore. Generally you want to keep the keystore containing your code signing keys separate from other information, backed up and very secure.

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

Sidebar

Related Questions

Eclipse has a visual properties file tool for graphically composing you ant build.properties files.
Eclipse Indigo has a Dynamic Web Project wizard(File->New ->Other->Web->Dynamic Web Project) I am not
Eclipse refuses to build my Android project. In the package explorer, the project root
Eclipse project, I have Subversion set to ignore the bin directory, and also within
Eclipse is complaining about my Android project saying all my references to resources are
Eclipse STS is reporting I have problem with my spring project. It's a fresh
Eclipse Helios: 40+ project working set, using maven (mvn-eclipse plugin) to generate eclipse project
Eclipse allows you to open more than one text editing window at a time
Eclipse is set to compile to a build directory at 'bin'. I have a
Eclipse is really bugging me with this. I have an Android project that 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.