Skip to content

Commit

Permalink
Added a short post to link to my article about the Java Packager
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCarroll committed Dec 1, 2018
1 parent eec4e6c commit 6b58433
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _posts/2018-12-01-java-packager-with-jdk-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: post
title: "Using the Java Packager with JDK 11"
date: 2018-12-01
image: /assets/java-packager-jdk-11.png
author: Adam
description: With the Java Packager and JDK 11 you can create an installable bundle for Mac, Windows and Linux
excerpt: This article shows how you can package your JDK 11 application into a bundle that can be installed on Mac, Windows or Linux. A worked example is given based on the Open Source Santulator project.
---
[![Using the Java Packager with JDK 11](/assets/java-packager-jdk-11.png){: .center-image }][Using the Java Packager with JDK 11]

I've just published my article [Using the Java Packager with JDK 11] on Medium. You can read all about how to package a JDK 11 application into a bundle that can be installed on Mac, Windows or Linux. A worked example is given based on the Open Source [Santulator] project.

{% include share.html %}
___

# Related Articles
* [How JavaFX was used to build a desktop application] (King Tech Blog)
* [User Interface Testing with TestFX]
* [Dependency Injection in JavaFX]
* [Building a JavaFX Search Bar]
* [Read (Almost) Any Document in Java]

[Using the Java Packager with JDK 11]:https://medium.com/@adam_carroll/java-packager-with-jdk11-31b3d620f4a8
[How JavaFX was used to build a desktop application]:https://medium.com/king-tech-blog/how-javafx-was-used-to-build-a-desktop-application-7d4c680d8dc
[User Interface Testing with TestFX]:/2016/07/27/TestFX.html
[Dependency Injection in JavaFX]:/2016/11/13/JavaFX-Dependency-Injection.html
[Building a JavaFX Search Bar]:/2017/01/15/Search-Bar.html
[Read (Almost) Any Document in Java]:/2017/04/30/Read-Any-Document-Format.html

[Santulator]:https://santulator.github.io/
Binary file added assets/java-packager-jdk-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b58433

Please sign in to comment.