Re: How to create a fat jar for my JavaFX program?

2020-07-19 Thread Julian Jupiter
I'm using maven-shade-plugin: org.apache.maven.plugins maven-shade-plugin 3.2.4 true *:* META-INF/*.SF META-INF/*.DSA META-INF/*.RSA package shade false package.to.Main On Mon, Jul 20, 2020, 5:32 AM Davide Perini, wrote: > Hi all, > thanks for the great project, I love

Re: How to create a fat jar for my JavaFX program?

2020-07-19 Thread Scott Palmer
The JavaFX classes are there, but what about the native libraries? A fat jar isn’t a good way to distribute a Java application these days. Now you should probably be using jpackage and/or jlink to bundle your application classes with a runtime suitable for running the application. Scott > On

How to create a fat jar for my JavaFX program?

2020-07-19 Thread Davide Perini
Hi all, thanks for the great project, I love JavaFX. I always used the maven plugin to crete fat jars with all my deps. The resulting jar is an executable one and ready to use. This is my pom that create the fat jar. but when I try to exceute the jar I get this error: Error: JavaFX runtime

Re: RFR: 8196079: Remove obsolete Pisces rasterizer

2020-07-19 Thread Laurent Bourgès
On Sat, 18 Jul 2020 22:07:59 GMT, Kevin Rushforth wrote: >> That's the case, michael. >> In SWContext, the Marlin renderer is called to rasterize any shape. >> >> See >> https://github.com/openjdk/jfx/pull/268/files#diff-28f93b00dc9cba7197f0a6c2fef022ed > > I think you are conflating the

Re: RFR: 8196079: Remove obsolete Pisces rasterizer

2020-07-19 Thread Laurent Bourgès
On Sat, 18 Jul 2020 16:11:38 GMT, Phil Race wrote: >> This removes the obsolete OpenPiscesRasterizer (Java-based) and >> NativePiscesRasterizer implementations. The Marlin >> rasterizer was added in FX 9 and was made the default in FX 10. Marlin both >> outperforms Pisces and is more robust.

Hello!

2020-07-19 Thread FireController#1847
Hello, I have never used a mailing list before, and I have no clue how this works at all. I'm more of a Discord type of person, and am also very young haha. Would anyone be willing to give me a quick summary of what I can expect now that I'm subscribed to this, and how I can use it to help me