Scott Palmer

Results 27 comments of Scott Palmer

Is your new work based on jpackage tool to be included with Java 12? https://openjdk.java.net/jeps/343

I think so. "image" doesn't mean "just anything possible". That's what not specifying any bundler means. "image" however, creates the application bundle with the java launcher, .cfg files, app folder,...

You mention "when JDK9 is official". As I hinted at the end of description, I was hoping to build with Java 9-ea. (Java 9 has been feature complete for a...

Packaging still doesn't work with that. I get errors trying to copy jars into the application bundle, but the build continues and claims to succeed. Looking into the application bundle...

Note I am using 9-ea+163. Tried with Gradle 3.4.1 and 3.5-rc-2.

It's such a pain right now to build and run on JDK 9 that I'm not sure when I will have the time to sink into this. I'm wondering if...

So? String concatenation operator automatically appends the equivalent of toString() ... explicitly calling it is redundant.

@JustGregory @FibreFoX There exists a certain chicken and egg problem. We can't move to Java 9 until the tools we use support it, and the tools we use see no...

@FibreFoX Well that's sort of the problem.. I don't know yet because it means I have to re-write my project build scripts to call javapackager directly (at which point I...

I never got to the point where I was ready to customize those images with Danno's plugin, so I don't know.