Search:

Type: Posts; User: philipmach

Search: Search took 0.44 seconds.

  1. Re: JavaFX in Netbeans using Maven: some issues taking over a poject

    A few answers. Here is how to add a path to place resources in the JAR file (in pom.xml):

    <build>
    <resources>
    <resource>
    ...
  2. JavaFX in Netbeans using Maven: some issues taking over a poject

    I inherited a project that was using Ant in Netbeans and was last worked on over a year ago. Development is on a Mac, with the aim of deploying to Mac, Linux and Windows.

    The last compiled JAR...
Results 1 to 2 of 2