Re: Minimal and client VM for jlink?

2018-01-08 Thread David Holmes
Hi Nicolai, On 9/01/2018 6:30 AM, Nicolai Parlog wrote: Hi, every source I found indicates that jlink makes it possible to create a runtime image with a client, server, or minimal VM. However I can't make it work for client and minimal: Error: Selected VM client doesn't exist. I tri

Minimal and client VM for jlink?

2018-01-08 Thread Nicolai Parlog
Hi, every source I found indicates that jlink makes it possible to create a runtime image with a client, server, or minimal VM. However I can't make it work for client and minimal: Error: Selected VM client doesn't exist. I tried with the Oracle JDK 9 for Linux (9 and 9.0.1) and the ref

Re: Where do modules go in jlink images?

2018-01-08 Thread Nicolai Parlog
Hi Alan, my mistake was to assume that the JMOD files contain the bytecode that the JVM is running. A look into a JRE image would have saved me from that. so long ... Nicolai On 07.01.2018 18:51, Alan Bateman wrote: > On 07/01/2018 12:57, Nicolai Parlog wrote: >>   Hi! >> >> Another question