Browse Source

add dependency to java8 to startup script

Nick Kasvosve 9 years ago
parent
commit
776c54331c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frameworks/Java/beyondj/setup.sh

+ 2 - 0
frameworks/Java/beyondj/setup.sh

@@ -1,5 +1,7 @@
 #!/bin/bash
 
+fw_depends java8
+
 WORKING_DIR=beyondj-launcher/deploy
 
 if [ ! -d "$WORKING_DIR" ]; then