Skip to content

srdubya/QuickLinkFx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickLinkFx

JavaFx Hyperlink & Password Tool

Building

Mac

A makefile is set up to automate the build. From the main directory, simply run make.

> make

Details, if you're interested...

QuickLink.icns must be created before packaging. To do this:

> cd src/main/resources
> ./makemacicon
> cd -

Packaging QuickLink.app.

> mvn -P platform-mac package

An improved Java launcher was created to automatically detect the location of the local JDK. This launcher must be copied into the bundle each time after it is refreshed:

> cd JALauncher
> xcodebuild build
> cp build/Release/JALauncher\
  ../target/QuickLinkFx-1.0-SNAPSHOT/QuickLink.app/Contents/MacOS/JavaAppLauncher

Troubleshooting

If you have problems launching the Mac version, fire up Console and search for PROCESS: JavaAppLauncher.

Resources used during development

appbundle-maven-plugin

Calling C code from Swift

Creating a Mac OS Installer for a JAR

About

JavaFx Hyperlink & Password Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages