

title "csv-encrypt-tool" \ # the title (not sure what it is either) name "csv-encrypt-tool" \ # the name (not very sure what this is for) appclass \ # the class with main method, which is the entry point of the whole app outfile csv-encrypt-tool \ # the output file name without extension, the final file (or bundle which is a directory actually) will be csv-encrypt-tool.app

dist \ # where I want the package to be put srcfiles log \ # again, one of my resource directories, path relative to -srcdir srcfiles config \ # another one of my resource directories, path relative to -srcdir srcfiles dict \ # one of my resource directories, path relative to -srcdir srcfiles csv-encrypt-tool.jar \ # my executable jar, path relative to -srcdir csv-encrypt-tool-mac \ # directory where my jar and resource files in (Also there are other helpful tools here: )įor packaging a mac application, I used this command: javapackager \Īnd this is the explanation: -deploy \ # Assembles the application package for redistribution with sys JRE There is a tool, javapackager, shipped with java, can package java application on Windows, Linux, macOS for you. Get it for PowerPC or Intel.Since some of the links in the accepted answer are no longer available or suitable in 2020, 8 years from the question was asked, I would like to share my findings that I confirmed working today. Note that support ended for all releases listed below and hence they won't receive any further updates. You can find recommendations for the respective operating system version below. We provide older releases for users who wish to deploy our software on legacy releases of Mac OS X. Older versions of Mac OS X and VLC media player The last version is 3.0.4 and can be found here. Support for NPAPI plugins was removed from all modern web browsers, so VLC's plugin is no longer maintained. You can also choose to install a Universal Binary. If you need help in finding the correct package matching your Mac's processor architecture, please see this official support document by Apple. Note that the first generation of Intel-based Macs equipped with Core Solo or Core Duo processors is no longer supported. Previous devices are supported by older releases. It runs on any Mac with a 64-bit Intel processor or an Apple Silicon chip. VLC media player requires Mac OS X 10.7.5 or later.
