diff --git a/examples/DisShooting/nbproject/build-impl.xml b/examples/DisShooting/nbproject/build-impl.xml
index 438cefda9d030116b34e0823b3c4dbdf923ee89c..94aaf4bbc87951d4c08ce6fecc7cbbbb34658b88 100644
--- a/examples/DisShooting/nbproject/build-impl.xml
+++ b/examples/DisShooting/nbproject/build-impl.xml
@@ -46,8 +46,8 @@ is divided into following sections:
         <property file="${user.properties.file}"/>
         <!-- The two properties below are usually overridden -->
         <!-- by the active platform. Just a fallback. -->
-        <property name="default.javac.source" value="1.6"/>
-        <property name="default.javac.target" value="1.6"/>
+        <property name="default.javac.source" value="1.8"/>
+        <property name="default.javac.target" value="1.8"/>
     </target>
     <target depends="-pre-init,-init-private,-init-user" name="-init-project">
         <property file="nbproject/configs/${config}.properties"/>