Good morning, All --

   Thanks to Geertjan and Zahid for assistance in re my missing JavaFX runtime

   I have solved that problem, and in my later thrashing about uncovered a 
solution to a different problem that I'm not sure is the best solution.

   In my (migrating from Java 8) program I have resources, and along the way 
discovered that the default location for such is in src/main/resources.  In 
order to create this folder I finally resorted to the command line.  I also 
added:

          <directory>src/main/resources</directory> 

   to the pom file.

   My colleague, also learning Maven, did not do this -- Netbeans created this 
capability automatically.  He used the Gluon FXML archetype and I used the 
non-FXML.  It strikes me as odd that the "Other Sources" was not done for me, 
but was for him, if it is the default location for resources.  

   Is there a Netbeans-without-command-line procedure that I am just missing?  

   -- Chris 

   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to