-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to jdk 8 minimum requirement.
Later JavaFX versions caused different behaviour for the app which prevented it from working correctly with those versions. The majority of those issues have been fixed.
- Loading branch information
lilyshard
authored and
lilyshard
committed
Oct 31, 2013
1 parent
e0189a6
commit bb79e85
Showing
10 changed files
with
124 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ [email protected] | |
|
||
Build Pre-requisites | ||
-------------------- | ||
JDK 1.7.0_11+ | ||
JDK 1.8b113+ | ||
|
||
|
||
Build Instructions - Maven | ||
|
@@ -22,7 +22,7 @@ Build Instructions - Windows Command Line | |
----------------------------------------- | ||
If developing using a command line build => | ||
edit package.bat and set the environment variable JDK_HOME to the location of your JDK install, for example: | ||
> set JDK_HOME=C:\Program Files (x86)\Java\jdk1.7.0_11 | ||
> set JDK_HOME=C:\Program Files (x86)\Java\jdk1.8.0 | ||
|
||
compile and package the application | ||
> package.bat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.