Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Build a JavaFX Application Graphical User Interfaces Adding Interactivity

strange output with javafx

Hi, So I was trying out some stuff from this video and when I run it I'm getting some strange output to the console, below is a portion of it:

Detected JavaFX Ant API version 1.3 Launching <fx:jar> task from C:\Program Files\Java\jdk1.8.0_111\jre..\lib\ant-javafx.jar Warning: From JDK7u25 the Codebase manifest attribute should be used to restrict JAR repurposing. Please set manifest.custom.codebase property to override the current default non-secure value '*'. Launching <fx:deploy> task from C:\Program Files\Java\jdk1.8.0_111\jre..\lib\ant-javafx.jar No base JDK. Package will use system JRE. No base JDK. Package will use system JRE.

The application still runs just fine, I was just wondering what this message was all about?

Oh and I'm using NetBeans