I looked at the man pages, and it’s not there. That is strange because I
remember working with the docs people to get them the info they needed.
The best docs are from my JavaOne presentation:
https://oracleus.activeevents.com/2014/connect/fileDownload/session/3B139AAF656DC1741328669FE873981E/
On 7-5-2015 16:44, Mike Hearn wrote:
Do you actually need JAR signatures anyway? The JVM is bundled, it's not like
you have to pass some system security policy beyond Gatekeeper/Windows code
signing.
Well, I remember the official Sun mail.jar being signed and causing headaches
if it was repa
Do you actually need JAR signatures anyway? The JVM is bundled, it's not
like you have to pass some system security policy beyond Gatekeeper/Windows
code signing.
On 7-5-2015 15:52, Danno Ferrin wrote:
I don’t know where you got your information, it has never been the case for as
long as i’ve used it and worked on it before my employ at Oracle that you have
to rely on a single jar for Java Packager. Repacking jars is completely
unneeded and the Java P
[...]
> In 8u40 we added an option to install your application as service or daemon,
> so you can use the java packager to install your microsoervices.
>
[offtopic]
Interesting where is this documented - google did not show up any
results? Do I get callbacks in my Java code to react on a shutd
On 07.05.15 14:27, Tom Eugelink wrote:
> On 7-5-2015 02:15, Danno Ferrin wrote:
>> You can already do some of that today with Java 8 and the Java
>> Packager. You can create a file tree that can be zipped up that
>> includes the runtime and all of the application files, as well as
>> native instal
> On May 7, 2015, at 6:27 AM, Tom Eugelink wrote:
>
> On 7-5-2015 02:15, Danno Ferrin wrote:
>> You can already do some of that today with Java 8 and the Java Packager.
>> You can create a file tree that can be zipped up that includes the runtime
>> and all of the application files, as well a
On 7-5-2015 02:15, Danno Ferrin wrote:
You can already do some of that today with Java 8 and the Java Packager. You
can create a file tree that can be zipped up that includes the runtime and all
of the application files, as well as native installers for windows, linux, and
mac that will insta
Jim,
Could you please review the fix:
https://javafx-jira.kenai.com/browse/RT-40482
The patch is inline in JIRA.
Thanks,
Vadim