Skip to content

Commit 7c53aef

Browse files
committed
rename and copy vmoptions file to use with install4j
While using install4j, the -java-cmd directive described in the custom.vmoptions comments is not available. Signed-off-by: Tony Germano <tony@germano.name>
1 parent 88bad63 commit 7c53aef

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Lines begining with a # are ignored as comments.
2+
# Do not add customizations to this file.
3+
4+
-include-options conf/base_includes.vmoptions
5+
6+
# Comment out the following line if you are running on Java 8
7+
-include-options conf/default_modules.vmoptions
8+
9+
# Put any custom options in the following file
10+
-include-options conf/custom.vmoptions

0 commit comments

Comments
 (0)