Hi there! I am currently trying to deploy a Java Project with oneJar using ant. I am faacing a problem where I keep getting an error message, telling me the Instanciation of a Rangeslider class from the controlsfx library failed, since it couldn't find the css files (as shown in attachment) I doublechecked and the resources are located exactly where the stylemanager is looking for them inside the referenced library jar. I also tried building a runnable JAR with eclipse and the controlsfx package...
Hi there! I am currently trying to deploy a Java Project with oneJar using ant. I am faacing a problem where I keep getting an error message, telling me the Instanciation of a Rangeslider class from the controlsfx library failed, since it couldn't find the css files (as shown in attachment) I doublechecked and the resources are located exactly where the stylemanager is looking for them inside the referenced library jar. I highly suspect the Rangeslider class in the controlsfx library to use getResource().toExternalForm...
Hi there! I am currently trying to deploy a Java Project with oneJar using ant. I am faacing a problem where I keep getting an error message, telling me the Instanciation of a Rangeslider class from the controlsfx library failed, since it couldn't find the css files (as shown in attachment) I highly suspect the Rangeslider class in the controlsfx library to use getResource().toExternalForm and was wondering if this is something I can fix, so my GUI loads properly when deployed with oneJar Thanks...