Giter Club home page Giter Club logo

Comments (1)

ChristopherSchultz avatar ChristopherSchultz commented on July 4, 2024

I chased this way down the rabbit-hole on one of my projects recently, and it comes down to the signing of the program that actually gets run when you double-click a .app bundle.

I wrote my own launcher for my project and it's just a simple .sh script that organizes the classpath and launches a JVM, and it has the same problem: you get that ugly warning and have to right-click the file and choose "Open" instead of double-clicking on it.

I found this project which seems promising:
https://github.com/tofi86/universalJavaApplicationStub

It's basically a super-feature-rich shell script that sets up the environment exactly the way the application wants and launches the JVM. It uses .plists so it's very Mac-y and one of the somewhat esoteric options is to have it cross-compiled to a native binary which is signed and therefore will run without warnings when double-clicked.

I have not actually tried it yet.

from connect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.