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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T16:45:35+00:00 2026-06-16T16:45:35+00:00

Basically Oracle states that the self-contained applications ( which I want to use )

  • 0

Basically Oracle states that the self-contained applications ( which I want to use ) will run in a sandbox environment and will not have access to OS file system, clipboard, etc unless you sign the jar. The code from their samples is:

<fx:signjar keyStore="${basedir}/sample.jks" destdir="dist"
alias="javafx" storePass="****" keyPass="****">
    <fileset dir='dist/*.jar'/>
</fx:signjar>

But this does signing only for main jar I think. I also have some libraries in dist/lib folderso I’m using this code to add them to my main jar:

<fx:resources>
    <fx:fileset dir="dist" includes="lib/*.jar"/>
</fx:resources>

Do I have to add another fileset to the fx:signjar, in order to sign them too or it is enough to sign the main jar only?

Regards,
Aurelian

  • 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-16T16:45:36+00:00Added an answer on June 16, 2026 at 4:45 pm

    If you need to sign your app, sign all of your jars, not just the main jar.

    For browser embedded or webstart type deployments which need to operate outside of their respective sandboxes, you can sign just one jar and not sign others, but that will result in confusing mixed code warning dialogs for the end user and is not at all recommended.

    For example the following fileset will include all of your distribution jars for signing:

    <fileset dir='dist' includes='**/*.jar'/>
    

    Jars do not need to be signed for self-contained applications to access privileged resources as they do not run within a sandbox by default.

    Some application platforms (such as the OS X Gatekeeper) may benefit from signing of the self-contained application using a platform specific tool. But such signing is outside the scope of the JavaFX 2.2.3 packaging tools.

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

Sidebar

Related Questions

I want to basically have an id type in Oracle. An example which would
I'm trying to create an Oracle query that will use a parameter based on
I have an object that is basically a Python implementation of an Oracle sequence.
Basically, I have a UIImageView that will loop through 8 PNGs over 0.5 seconds.
basically I want to validate whether or not a text box is a certain
I have an Oracle table which has a name,value,time columns.Basically the table is for
I'm working on a web service that is basically a wrapper around an Oracle
I'm trying to come up with a search/replace expression that will convert from Oracle
Basically I want to run the following query: INSERT INTO historical_car_stats (historical_car_stats_id, year, month,
Basically I have a C++ app which login to oracle db using OCI. DB

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.